index

Package gb_bus_prof_rule_str

This package contains the error messages and error message functions for the  BUSINESS PROFILE RULE API, gb_bus_prof_rule.

Message KeyError Message
INVALID_DELETE_INDInvalid value for FGAC business profile rule Delete indicator
An attempt was made to create or update the FGAC business profile rule Delete indicator to a value other than 'Y' or 'N'.
INVALID_FBPR_CODEInvalid value for FGAC business profile rule Predicate code
The FGAC business profile rule Predicate code entered must be a valid value in the Predicate Validation table (GTVFBPR).
INVALID_FDMN_CODEInvalid value for FGAC business profile rule Domain code
The FGAC business profile rule Domain code entered must be a valid value in the Domain Code Validation table (GTVFDMN).
INVALID_FGAC_CODEInvalid value for FGAC business profile rule FGAC code
The FGAC business profile rule FGAC code entered must be a valid value in the FGAC Code Validation table (GTVFGAC).
INVALID_INSERT_INDInvalid value for FGAC business profile rule Insert indicator
An attempt was made to create or update the FGAC business profile rule Insert indicator to a value other than 'Y' or 'N'.
INVALID_SELECT_INDInvalid value for FGAC business profile rule Select indicator
An attempt was made to create or update the FGAC business profile rule Select indicator to a value other than 'Y' or 'N'.
INVALID_UPDATE_INDInvalid value for FGAC business profile rule Update indicator
An attempt was made to create or update the FGAC business profile rule Update indicator to a value other than 'Y' or 'N'.
MISSING_FBPR_CODEMissing mandatory value for FGAC business profile rule Predicate code
The FGAC business profile rule Predicate code is missing.  It must be a valid value from the Predicate Code Validation table (GTVFBPR).
MISSING_FDMN_CODEMissing mandatory value for FGAC business profile rule Domain code
The FGAC business profile rule Domain code is missing.  It must be a valid value from the Domain Code Validation table (GTVFDMN).
MISSING_FGAC_CODEMissing mandatory value for FGAC business profile rule FGAC code
The FGAC business profile rule FGAC code is missing.  It must be a valid value from the FGAC Code Validation table (GTVFGAC).
MISSING_FPRD_SEQNOMissing mandatory value for FGAC business profile rule Predicate Sequence Number
The FGAC business profile rule Predicate Sequence Number is missing.  It must be a positive integer between 1 and 9999.
MISSING_PARENTRequired FGAC business profile rule parent record not found
An attempt to update a FGAC business profile rule record was unsuccessful because the required parent record could not be found.
MISSING_USER_IDMissing mandatory value for FGAC business profile rule Banner User ID
The FGAC business profile rule Banner User ID is missing.  It must be a valid value.
PK_NOT_FOUNDCannot find record using FGAC business profile rule primary or unique key
An attempt to update or delete a FGAC business profile rule record was unsuccessful because the record could not be found using the primary key.
P_DELETE_FAILEDCannot delete, FGAC business profile rule record does not exist
An attempt to delete a FGAC business profile rule record was unsuccessful because the record could not be found.
RECORD_EXISTSCannot create, FGAC business profile rule record already exists
An attempt to create a FGAC business profile rule record was unsuccessful because the record already exists; duplicates are not allowed.


Program units
f_get_error   Returns the error message corresponding to p_errorname

Variables
error_tab   Global variable for storing the error messages.


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global variable for storing the error messages.


f_get_error

FUNCTION f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2

Returns the error message corresponding to p_errorname

Parameters
p_errorname   Name associated with the error message.