Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic competition record and cannot be null. |
MISSING_TERM_CODE | Term code is missing |
Term code is required for the athletic competition record and cannot be null. |
MISSING_ACTC_CODE | Sport code is missing |
Sport code is required for the athletic competition record and cannot be null. |
MISSING_SEQ_NO | Sequence number is missing |
Sequence number is required for the athletic competition record and cannot be null. |
MISSING_CURRENT_IND | Current indicator is missing |
Current indicator is required for the athletic competition record and cannot be null. |
MISSING_SEASONS_AVAILABLE | Seasons available is missing |
Seasons available is required for the athletic competition record and cannot be null. |
MISSING_SEASON_USED_IND | Season used is missing |
Season used is required for the athletic competition record and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required for the athletic competition record and cannot be null. |
MISSING_CREATE_ACTIVITY_DATE | Record creation activity date is missing |
Record creation activity date is required for the athletic competition record and cannot be null. |
MISSING_CREATE_USER_ID | Record creation user ID is missing |
Record creation user ID is required for the athletic competition record and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for athletic competition record must be valid. |
INVALID_USER_ID | Invalid user ID |
User ID for athletic competition record must be valid. |
INVALID_TERM_CODE | Invalid term code |
Term code for athletic competition record must exist in the STVTERM table. |
INVALID_ACTC_CODE | Invalid sport code |
Sport code for athletic competition record must exist in the STVACTC table. |
INVALID_SEQ_NO | Invalid sequence number |
Sequence number for athletic competition record must be valid. |
INVALID_SEASONS_AVAILABLE | Invalid seasons available |
Value entered for seasons available for athletic competition record is not valid. |
INVALID_SEASON_USED_IND | Invalid season used indicator |
Value entered for season used indicator for athletic competition record must be Y or N. |
INVALID_CREATE_ACTIVITY_DATE | Invalid record creation activity date |
Record creation activity date for athletic competition record is not valid. |
INVALID_CREATE_USER_ID | Invalid record creation user ID |
Record creation user ID for athletic competition record is not valid. |
INVALID_SARE_CODE | Invalid reason code |
Reason code for athletic competition record must exist in the STVSARE table. |
INVALID_ELIG_BEGIN_TERM_CODE | Invalid eligibility begin term code |
Eligibility begin term code for athletic competition record must exist in the STVTERM table. |
INVALID_ELIG_END_TERM_CODE | Invalid eligibility end term code |
Eligibility end term code for athletic competition record must exist in the STVTERM table. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for athletic competition record is not valid. |
CURRENT_ALREADY_EXISTS | Current record already exists |
Current athletic competition record already exists. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic competition record because it does not exist. |
PK_NOT_FOUND | Cannot find the athletic competition record using the primary or unique key |
Cannot find the athletic competition record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic competition cannot be created because the record already exists. |