Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic academic progress record and cannot be null. |
MISSING_TERM_CODE | Term code is missing |
Term code is required for the athletic academic progress record and cannot be null. |
MISSING_SEQ_NO | Sequence number is missing |
Sequence number is required for the athletic academic progress record and cannot be null. |
MISSING_ACTIVE_IND | Active indicator is missing |
Active indicator is required for the athletic academic progress record and cannot be null. |
MISSING_USER_ID | User ID is missing |
Unique identifier (PIDM) value is required for the athletic academic progress record and must be not null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic academic progress must be valid. |
INVALID_TERM_CODE | Invalid term code |
Term code for the athletic academic progress record must exist on the STVTERM table. |
INVALID_SEQ_NO | Invalid sequence number |
Sequence number for the athletic academic progress record must be numeric. |
INVALID_ACTIVE_IND | Invalid active indicator |
Active indicator for the athletic academic progress record must be Y or N. |
INVALID_USER_ID | Invalid user ID |
User ID for the athletic academic progress record must be valid. |
INVALID_SINGLE_TERM_HOURS | Invalid value for Single Term Hours |
Number of hours reported for athletic academic progress for a single term is not in a valid format. |
INVALID_TERM_1_HOURS | Invalid value for Term 1 Hours |
Number of hours reported for athletic academic progress for the first term of the academic year is not in a valid format. |
INVALID_TERM_2_HOURS | Invalid value for Term 2 Hours |
Number of hours reported for athletic academic progress for the second term of the academic year is not in a valid format. |
INVALID_TERM_3_HOURS | Invalid value for Term 3 Hours |
Number of hours reported for athletic academic progress for the third term of the academic year is not in a valid format. |
INVALID_TOTAL_YEAR_HOURS | Invalid value for Total Year Hours |
Total number of hours reported for athletic academic progress for the academic year is not in a valid format. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for the athletic academic progress record is not valid. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic academic progress record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using the primary or unique key |
Cannot find the athletic academic progress record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic academic progress record cannot be created because the record already exists. |