Message Key | Error Message |
MISSING_PIDM | Missing mandatory value for SRBRECR_PIDM |
An attempt was made to create or update the recruit record without passing the recruit internal identification number. This is a required key value. |
MISSING_TERM_CODE | Missing mandatory value for Recruit Term Code |
An attempt was made to create or update the recruit record without passing the term code. This is a required key value. |
MISSING_ADMIN_SEQNO | Missing mandatory value for Recruit Admin sequence number |
An attempt was made to create or update the recruit record without passing the administrative sequence number. This is a required key value. |
MISSING_ADD_DATE | Missing mandatory value for Recruit Add Date |
An attempt was made to create or update the recruit record without passing the date the recruit was added. This is a required value. |
INVALID_PIDM | Invalid value for SRBRECR_PIDM |
An attempt was made to create or update the recruit record by passing a recruit internal identification number that does not exist. |
INVALID_TERM_CODE | Invalid value for Recruit Term Code |
An attempt was made to create or update the recruit record without a valid term code. The term code entered does not exist. |
INVALID_RECR_CODE | Invalid value for Recruiter Code |
An attempt was made to create or update the recruit record without a valid recruiter code. |
INVALID_RSTA_CODE | Invalid value for Recruit Status Code |
An attempt was made to create or update the recruit record without a valid recruit status code. |
INVALID_SELECT_IND | Invalid value for Recruit Selected Indicator |
An attempt was made to create or update a recruit record with Selected indicator = Y when one already exists for the term. |
INVALID_ADMT_CODE | Invalid value for Recruit Admit Code |
An attempt was made to create or update the recruit record with an invalid admit type code. This field may be NULL. |
INVALID_EDLV_CODE | Invalid value for Recruit Education Level Code |
An attempt was made to create or update the recruit record with an invalid education level code. This field may be NULL. |
INVALID_EGOL_CODE | Invalid value for Recruit Education Goal Code |
An attempt was made to create or update the recruit record with an invalid education goal code. This field may be NULL. |
INVALID_FULL_PART_IND | Invalid value for Recruit Full-/Part-Time Indicator |
An attempt was made to create or update the recruit record with a value other than 'F' (Full-time), 'P' (Part-time), or NULL. |
INVALID_SBGI_CODE | Invalid value for Recruit Source Background Code |
An attempt was made to create or update the recruit record with an invalid source background code. This field may be NULL. |
INVALID_WRSN_CODE | Invalid value for Recruit Withdrawal Reason Code |
An attempt was made to create or update the recruit record with an invalid withdrawal reason code. This field may be NULL. |
INVALID_RTYP_CODE | Invalid value for Recruit Type Code |
An attempt was made to create or update the recruit record with an invalid recruit type code. This field may be NULL. |
INVALID_RESD_CODE | Invalid value for Recruit Residence Code |
An attempt was made to create or update the recruit record with an invalid residence code. This field may be NULL. |
INVALID_SESS_CODE | Invalid value for Recruit Session Code |
An attempt was made to create or update the recruit record with an invalid session code. This field may be NULL. |
INVALID_SITE_CODE | Invalid value for Recruit Site Code |
An attempt was made to create or update the recruit record with an invalid site code. This field may be NULL. |
INVALID_STYP_CODE | Invalid value for Recruit Student Type Code |
An attempt was made to create or update the recruit record with an invalid student type code. This field may be NULL. |
P_DELETE_FAILED | Cannot delete; record does not exist |
The recruit record cannot be deleted because it does not exist. |
PK_NOT_FOUND | Cannot find record using primary or unique key |
The recruit record with the primary key that was passed does not exist. |
RECORD_EXISTS | Cannot create, record already exists |
The recruit record cannot be created because it already exists. |
ERROR_SELECT_IND | Selected recruit record already exists |
An attempt was made to create or update the recruit record with a value other than 'Y' or NULL for the Selected indicator. |
INVALID_ENTITY | Recruit record can only be added to a Person entity |
An attempt was made to add a recruit record to an entity other than a person. |