Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic eligibility record and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required for the athletic eligibility record and cannot be null. |
MISSING_RECRUIT_IND | Recruited indicator is missing |
Recruited indicator is required for the athletic eligibility record and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic eligibility record must be valid. |
INVALID_USER_ID | Invalid user ID |
User ID for the athletic eligibility record must be valid. |
INVALID_RECRUIT_IND | Invalid recruited indicator |
Value entered for the recruited indicator for the athletic eligibility record must be Y or N. |
INVALID_ATTEND_FROM_DATE | Invalid attended from date |
Attended from date for the athletic eligibility record must be valid. |
INVALID_INITIAL_ENROLL_DATE | Invalid initial enrollment date |
Initial enrollment date for the athletic eligibility record must be valid. |
INVALID_TOTAL_TERMS_ATTEND | Invalid total terms attended |
Total terms attended for the athletic eligibility record is not valid. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for the athletic eligibility record must be valid. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic eligibility record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using the primary or unique key |
Cannot find the athletic eligibility record using primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic eligibility record cannot be created because the record already exists. |