Message Name | Error Message |
INVALID_SQPR_ICSN | Invalid Setting Name for the specified Process. |
The Setting Name and Process combination is not allowed. |
MISSING_SQPR_CODE | Process Code is missing. This field is required by the gb_integ_config API. |
Process Code is required. |
MISSING_ICSN_CODE | Setting Name is missing. This field is required by the gb_integ_config API. |
The Setting Name is required. |
MISSING_VALUE | Setting Value is missing. This field is required by the gb_integ_config API. |
The Setting Value is required. |
MISSING_USER_ID | User Id is missing. This field is required by the gb_integ_config API. |
A valid Oracle User ID is required. |
INVALID_SQPR_CODE | Process Code for the gb_integ_config API is not valid. |
Process code must exist on GTVSQPR. |
INVALID_ICSN_CODE | Setting Name for the gb_integ_config API is not valid. |
Setting Name does not exist in Banner. |
INVALID_VALUE | Setting Value for the gb_integ_config API is not valid. |
Setting Value does not exist in Banner. |
MULTIPLES_NOT_ALLOWED | Multiple values not allowed for the specified Setting. |
The Setting allows only one integration configuration record. |
P_DELETE_FAILED | Cannot delete integ_config(gb_integ_config) because the record does not exist. |
An attempt was made to delete an integration configuration record that does not exist. |
PK_NOT_FOUND | Cannot find record using primary or unique key for the gb_integ_config API. |
The combination of key values (Process Code, Setting Name, Value) does not exist. |
RECORD_EXISTS | gb_integ_config API cannot create integ_config(gb_integ_config) because the record already exists. |
An attempt was made to create an integration configuration record with a Process Code, Setting Name, and Value that already exists. |