Package gb_immunization_strings
This package contains the error messages and error message functions for the IMMUNIZATION API (gb_immunization).
Message Name | Error Message |
INVALID_PIDM | Invalid PIDM for immunization information. |
The PIDM does not exist in Banner. |
INVALID_IMMU_CODE | Invalid immunization code. |
Immunization code must exist on GTVIMMU. |
INVALID_IMST_CODE | Invalid immunization status code. |
Immunization status code must exist on GTVIMST. |
MISSING_PIDM | Missing mandatory PIDM for immunization. |
The PIDM for the person must be provided. It is a key value for records in the table. |
MISSING_IMMU_CODE | Missing mandatory immunization code. |
Immunization code must be entered. It is a key value for records in the table. |
MISSING_SEQ_NO | Missing mandatory immunization sequence number. |
Sequence number must be entered. It is a key value for records in the table. |
MISSING_USER_ID | Missing mandatory value for user. |
A valid Oracle ID is required. |
PK_NOT_FOUND | Cannot find record using primary for immunization. |
The combination of key values (PIDM, Immunization Code, sequence number) does not exist. |
P_DELETE_FAILED | Cannot delete immunization information, record does not exist. |
An attempt was made to delete a immunization information record that does not exist. |
RECORD_EXISTS | Cannot create immunization information, record already exists. |
An attempt was made to create an immunization information record with a PIDM, immunization code, and sequence number that already exists. |
|
Global PL/SQL table that holds the error messages.
Returns the error message corresponding to p_errorname.