Package gb_userpiidomains_str
This package contains the error messages and error message functions for the USER PII DOMAINS API, gb_userpiidomains.
Message Key | Error Message |
INVALID_FDMN_CODE_PII | Invalid value for FGAC Domain Personal Identifiable Information code |
An attempt was made to create or update the Personal Identifiable Information to an invalid value. The Domains code must exist as a valid domain on the FGAC Domains Validation form (GTVFDMN). |
MISSING_FDMN_CODE_PII | Missing mandatory value for FGAC Domain Personal Identifiable Information code |
The FGAC Domain Personal Identifer Information code is missing and must exist as a valid domain on the FGAC Domains Validation form (GTVFDMN). |
MISSING_FGAC_USER_ID | Missing mandatory value for FGAC User ID for whom the Personal Identifiable Information Domains apply |
The FGAC Domains Personal Identifiable Information User ID is missing and must be a vlid value in all_users table. |
MISSING_USER_ID | Missing mandatory value for FGAC User ID |
The FGAC Personal Identifiable Information User ID is missing. |
PK_NOT_FOUND | Cannot find record using primary or unique key |
An attempt to update or delete a FGAC Personal Identifiable Information record was unsuccessful because the record could not be found using the primary key of domain and PII User ID. |
GOBFPUD_EXISTS | Cannot delete record when child record exists on GOBFPUD |
An attempt to delete a User Personal Identifiable Information record was unsuccessful because a FGAC Person User Defaults record exists for that record. |
P_DELETE_FAILED | Cannot delete, record does not exist |
An attempt to delete a User Personal Identifiable Information record was unsuccessful because the record could not be found. |
RECORD_EXISTS | Cannot create, record already exists |
An attempt to create a User Personal Identifiable Information record was unsuccessful because the record already exists; duplicates are not allowed. |
|