Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic compliance record and cannot be null. |
MISSING_TERM_CODE | Term code is missing |
Term code is required for the athletic compliance record and cannot be null. |
MISSING_ACTC_CODE | Activity code is missing |
Activity code is required for the athletic compliance record and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required for the athletic compliance record and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic compliance record is not valid. |
INVALID_TERM_CODE | Invalid term code |
Term code for the athletic compliance record must exist on the STVTERM table. |
INVALID_ACTC_CODE | Invalid activity code |
Activity code for the athletic compliance record must exist on the STVACTC table |
INVALID_SPST_CODE | Invalid sport code |
Sport code for the athletic compliance record must exist on the STVSPST table. |
INVALID_ELIG_CODE | Invalid eligibility code |
Eligibility code for the athletic compliance record must exist on the STVELIG table. |
INVALID_ATHL_AID_IND | Invalid athletic aid indicator |
Value entered for athletic aid indicator must be Y, N, or null. |
INVALID_USER_ID | Invalid user ID |
User ID for the athletic compliance record is not valid. |
INVALID_SAEL_CODE | Invalid athletic official eligibility code |
Athletic official eligibility code for the athletic compliance record must exist on the STVSAEL table. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data Origin for the athletic compliance record is not valid. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic compliance record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using the primary or unique key |
Cannot find the athletic compliance record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic compliance record cannot be created because the record already exists. |