Message Key | Error Message |
MISSING_FGAC_USER_ID | Missing mandatory value for Business Profile Fine-grained Access User ID. |
The Business Profile Fine-grained Access User ID is missing and must be a valid user in the ALL_USERS table. This is the Oracle ID for the Banner user. |
MISSING_FBPR_CODE | Missing mandatory value for Business Profile Code. |
The Business Profile Code is missing and must be a valid code in the Business Profile Validation table (GTVFBPR). |
MISSING_USER_ID | Missing mandatory value for Business Profile User ID. |
The Business Profile User ID is missing and must be a valid user in table ALL_USERS. This is the Oracle ID for the Banner user for which the Business Profile will apply. |
INVALID_FGAC_USER_ID | Invalid value for Business Profile Fine-grained Access User ID. |
An attempt was made to create or update the Business Profile Fine-grained Access User ID. The User ID must be a valid user in the table ALL_USERS.
This is the Oracle ID for the Banner user for which the Business Profile will apply. |
INVALID_FBPR_CODE | Invalid value for Business Profile Code. |
An attempt was made to create or update the Business Profile Code with an invalid value. Valid values must exist in the Business Profile Validation table (GTVFBPR). |
INVALID_USER_ID | Invalid value for Business Profile User ID. |
An attempt was made to create or update the Business Profile User ID. The User ID must be a valid user in the table ALL_USERS.
This is the Oracle ID for the Banner user who updated the record most recently, in insert, update or delete mode. |
GOBFPUD_EXISTS | Cannot delete record while child record exists on Fine-grained Access Person User Defaults. |
An attempt was made to delete a Business Profile Record when a Fine-grained Access Person User Defaults record exists for that Business Profile. |
P_DELETE_FAILED | Cannot delete, record does not exist |
An attempt was made to delete a Business Profile Record was unsuccessful because the record could not be found. |
PK_NOT_FOUND | Cannot find record using primary or unique key |
An attempt to update or delete a Business Profile record was unsuccessful because the record could not be found using the primary key of Fine-grained Access User ID and Business Profile Code. This is the Oracle ID for the Banner user who updated the record most recently, in insert, update or delete mode. |
RECORD_EXISTS | Cannot create, record already exists |
An attempt to create a Business Profile was unsuccessful because the record already exists; duplicates are not allowed. |