index

Package gb_domains_str

Error messages and error message functions for the DOMAINS API, gb_domains.

Message KeyError Message
MISSING_FDMN_CODEMissing mandatory value for FGAC Domain Code
The FGAC Domain Code is missing and must be a valid value in the Domain Code Validation Table (GTVFDMN).
MISSING_TABLE_NAMEMissing mandatory value for Domain Table Name
The Domain Table Name is missing and must be a valid value.
MISSING_FDTP_CODEMissing mandatory value for Domain Type Code
The Domain Type Code is missing and must be a valid value in the Domain Type Validation Table (GTVFDTP).
MISSING_SYS_REQ_INDMissing mandatory value for System Required indicator
The System Required indicator is missing and must be 'Y' (Yes) or 'N' (No).
MISSING_ENABLE_PII_INDMissing mandatory value for PII Enable Indicator
The Domain PII Enable indicator is missing and must be 'Y' (Yes) or 'N' (No).
MISSING_USER_IDMissing mandatory value for Domain User ID
The Domain User ID is missing and must be a valid value.
INVALID_FDMN_CODEInvalid value for FGAC Domain Code
An attempt was made to create or update the FGAC Domain Code with an invalid value. The FGAC Domain Code must exist in the Domain Code Validation Table (GTVFDMN).
INVALID_TABLE_NAMEInvalid value for Domain Table Name
An attempt was made to create or update the Domain Table name with an invalid value.
INVALID_FDTP_CODEInvalid value for Domain type code
An attempt was made to create or update the Domain Type code with an invalid value. The Domain Type code must exist in the Domain Type Validation Table (GTVFDTP).
INVALID_SYS_REQ_INDInvalid value for System Required indicator
An attempt was made to create or update the Domain System Required indicator to a value other than 'Y' (Yes) or 'N' (No).
INVALID_ENABLE_PII_INDInvalid value for PII Enable Indicator
An attempt was made to create or update the Domain PII Enable Indicator to a value other than 'Y' (Yes) or 'N' (No).
INVALID_USER_IDInvalid value for User ID
An attempt was made to create or update the Domain User ID with an invalid value.
P_DELETE_FAILEDCannot delete Domain, record does not exist
An attempt to delete a Domain record was unsuccessful because the record does not exist.
PK_NOT_FOUNDCannot find Domain record using primary or unique key
An attempt to find a Domain record was unsuccessful because the record could not be found using the primary or unique key of FGAC Domain code.
RECORD_EXISTSCannot create Domain, record already exists
An attempt to create an FGAC Domain record was unsuccessful because the record already exists.
GOBFPUD_EXISTSCannot delete Domain, GOBFPUD exists
An attempt to delete a Domain record was unsuccessful because an FGAC Personal User Defaults Table (GOBFPUD) record exists.
GORFDPL_EXISTSCannot delete Domain, GORFDPL exists
An attempt to delete a Domain record was unsuccessful because an FGAC Domain Policy Table (GORFDPL) record exists.
GORFGBP_EXISTSCannot delete Domain, GORFGBP exists
An attempt to delete a Domain record was unsuccessful because an FGAC Profiles per Predicate and Domain Table (GORFGBP) record exists.
GORFGUS_EXISTSCannot delete Domain, GORFGUS exists
An attempt to delete a Domain record was unsuccessful because an FGAC Users defined for predicate and domain Table (GORFGUS) record exists.
GORFPII_EXISTSCannot delete Domain, GORFPII exists
An attempt to delete a Domain record was unsuccessful because an FGAC PII Domains per person Table (GORFPII) record exists.
GORFPRD_EXISTSCannot delete Domain, GORFPRD exists
An attempt to delete a Domain record was unsuccessful because an FGAC Predicate per Domain Table (GORFPRD) record exists.
RECORD_REQUIREDCannot delete Domain, record required
An attempt to delete a Domain record was unsuccessful because the record is system required.


Program units
f_get_error   Returns the error message corresponding to p_errorname

Variables
error_tab   Error messages array


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Error messages array


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.