Message Key | Error Message |
MISSING_PIDM | Unique identifier (PIDM) is missing |
Unique identifier (PIDM) is required for the athletic degree completion record and cannot be null. |
MISSING_TERM_CODE | Term code is missing |
Term code is required for the athletic degree completion record and cannot be null. |
MISSING_LEVL_CODE | Student level code is missing |
Student level code is required for the athletic degree completion record and cannot be null. |
MISSING_LCUR_SEQNO | Learner curriculum sequence number is missing |
Learner curriculum sequence number is required by the athletic degree completion and cannot be null. |
MISSING_KEY_SEQNO | Key sequence number is missing |
Key sequence number is required by the athletic degree completion and cannot be null. |
MISSING_USER_ID | User ID is missing |
User ID is required by athletic degree completion and cannot be null. |
INVALID_PIDM | Invalid unique identifier (PIDM) |
Unique identifier (PIDM) for the athletic degree completion record must be valid. |
INVALID_TERM_CODE | Invalid term code |
Term code for the athletic degree completion record must exist on the STVTERM table. |
INVALID_LEVL_CODE | Invalid student level code |
Student level code for the athletic degree completion record must exist on the STVLEVL table. |
INVALID_LCUR_SEQNO | Invalid learner curriculum sequence number |
Learner curriculum sequence number for the athletic degree completion must exist for the PIDM on the SORLCUR table. |
INVALID_KEY_SEQNO | Invalid key sequence number |
Key sequence number for the athletic degree completion is not valid. |
INVALID_USER_ID | Invalid User ID |
User ID for the athletic degree completion record must be valid. |
INVALID_REQUIRED_HOURS | Invalid value for required hours |
The number of hours required for degree completion record is not in a valid format. |
INVALID_COMPLETED_HOURS | Invalid value for completed hours |
The number of hours completed toward the degree record is not in a valid format. |
INVALID_DCPR_CODE | Invalid degree completion percentage reason code |
Degree completion percentage reason code for the athletic degree completion record must exist on the STVDCPR table. |
INVALID_DATA_ORIGIN | Invalid data origin |
Data origin for the athletic degree completion record is not valid. |
P_DELETE_FAILED | Cannot delete the record because it does not exist |
Cannot delete the athletic degree completion record because it does not exist. |
PK_NOT_FOUND | Cannot find the record using the primary or unique key |
Cannot find the athletic degree completion record using the primary or unique key. |
RECORD_EXISTS | Cannot create a new record because the record already exists |
The new athletic degree completion record cannot be created because the record already exists. |