Package sb_athletic_comments_strings
This package contains the error messages and error message functions for the Athletic Comments API (sb_athletic_comments).
Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic comments record and cannot be null. |
MISSING_SEQNO | Sequence number is missing |
Sequence number is required for the athletic comments record and cannot be null. |
MISSING_CMTT_CODE | Comment type code is missing |
Comment type code is required for the athletic comments record and cannot be null. |
MISSING_ORIG_CODE | Originator code is missing |
Originator code is required for the athletic comments record and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required for the athletic comments record and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic comments record must be valid. |
INVALID_SEQNO | Invalid sequence number |
Sequence number for the athletic comments record must be a valid value. |
INVALID_CMTT_CODE | Invalid comment type code |
Comment type code for the athletic comments record must exist in the STVCMTT table. |
INVALID_ORIG_CODE | Invalid originator code |
Originator code for the athletic comments record must exist in the STVORIG table. |
INVALID_USER_ID | Invalid user ID |
User ID for the athletic comments record must be valid. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for the athletic comments is not valid. |
P_DELETE_FAILED | Cannot delete record because it does not exist. |
Cannot delete the athletic comments record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using the primary or unique key |
Cannot find the athletic comments record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic comments record cannot be created because the record already exists. |
|