Message Key | Error Message |
ENTITY_ERROR | Emergency Contacts cannot be created for Companies |
The Entity Indicator in the SPRIDEN table must be P in order to create an Emergency Contact record. |
INVALID_ATYP_CODE | Invalid value for Address Type Code |
The Address Type must be found in the STVNATN table. |
INVALID_NATN_CODE | Invalid value for Nation Code |
The Nation Code must be found in the STVNATN table. |
INVALID_PIDM | Invalid value for PIDM |
The PIDM must be found in the the SPRIDEN table. |
INVALID_PRIORITY | Invalid value for Priority |
The Priority must be between 1 and 9. |
INVALID_RELT_CODE | Invalid value for Relationship code |
The Relationship code must be found in the STVRELT table. |
INVALID_STAT_CODE | Invalid value for State Code |
The State Code must exist in the STVSTAT table. |
MISSING_FIRST_NAME | Missing mandatory value for First Name |
First name is required. |
MISSING_LAST_NAME | Missing mandatory value for Last Name |
Last Name is required. |
MISSING_PIDM | Missing mandatory value for PIDM |
PIDM cannot be null. |
MISSING_PRIORITY | Missing mandatory value for Priority |
Priority is required. |
NATION_STATE_ERROR | If Address and City are provided, then State or Nation is required |
Enter a State Code, Nation Code, or both. |
| Cannot find record using primary or unique key |
There is no Emergency Contact record for the given PIDM and priority. |
P_DELETE_FAILED | Cannot delete, record does not exist |
There is no Emergency Contact record for this PIDM. |
RECORD_EXISTS | Cannot create, record already exists |
There is already a record for this PIDM and priority.
Either create the new record with a different priority or use a different PIDM. |
STREET_LINE1_ERROR | If Street Line1 is specified then City is required |
Provide a value for City. |
ZIP_ERROR | Zip is required when State code is provided |
Provide a value for Zip. |