Package gb_institution_role_strings
Error messages and error message functions for the INSTITUTION_ROLE API (gb_institution_role).
Message Name | Error Message |
MISSING_PIDM | Internal Id (PIDM) is missing. This field is required by the gb_institution_role API. |
The PIDM is a required field but the value is NULL. |
MISSING_ROLE_GROUP | Role Group is missing. This field is required by the gb_institution_role API. |
The Role Group is a required field but the value is NULL. |
MISSING_ROLE | Role is missing. This field is required by the gb_institution_role API. |
The Role is a required field but the value is NULL. |
MISSING_USER_ID | User Id is missing. This field is required by the gb_institution_role API. |
The User Id is a required field but the value is NULL. |
INVALID_PIDM | Internal Id (PIDM) for the gb_institution_role API is not valid. |
The PIDM does not exist in the database. |
INVALID_ROLE_GROUP | Role Group for the gb_institution_role API is not valid. |
The Role Group does not exist in the gtvsqpr validation table. |
INVALID_ROLE | Role for the gb_institution_role API is not valid. |
The Role does not exist in the gtvsqru validation table. |
INVALID_VPDI_CODE | VPDI Code for the gb_institution_role API is not valid. |
The VPDI Code does not exist in the gtvvpdi validation table. |
P_DELETE_FAILED | Cannot delete INSTITUTION_ROLE(gb_institution_role) because the record does not exist. |
A record with the primary key can not be found and therefore the delete request can not be satisfied. |
PK_NOT_FOUND | Cannot find record using primary or unique key for the gb_institution_role API. |
A record with the primary key can not be found. |
RECORD_EXISTS | Gb_institution_role API cannot create INSTITUTION_ROLE(gb_institution_role) because the record already exists. |
A record with the same primary key already exists and therefore a new record may not be created. |
|