Message Key | Error Message |
EXTERNAL_USER_EXISTS | Third party ID already exists. |
Third Party ID should be unique. |
INVALID_EXTERNAL_USER | Invalid value for External User. Should be lowercase letters, numbers, periods, hyphens, and underscores. |
External User should be lowercase letters, numbers, periods, hyphens, and underscores. |
INVALID_PIDM | Invalid or missing PIDM. |
Supply a value for PIDM. |
INVALID_PIN_DISABLED_IND | Invalid value for Personal Identification Number disabled indicator. |
Personal Identification Number disabled indicator must be Y or N. |
INVALID_USAGE_ACCEPT_IND | Invalid value for Terms of Usage accepted indicator. |
Terms of Usage accepted indicator must be Y or N. |
MISSING_PIDM | Missing mandatory value for PIDM. |
A PIDM must be provided to perform any Create or Update operation on Third Party Access. |
MISSING_PIN_DISABLED_IND | Missing mandatory value for Personal Identification Number disabled indicator. |
Supply a value for Personal Identification Number disabled indicator. |
MISSING_USAGE_ACCEPT_IND | Missing mandatory value for Terms of Usage accepted indicator. |
Supply a value for Terms of Usage accepted indicator. |
MISSING_USER | Missing mandatory value for User ID. |
Supply a value for User ID. |
PIN_NOTLONG_CHAR | PIN must be 6 characters long. |
PIN must be 6 characters long. |
PIN_NOTLONG_NUMBER | PIN must be 6 digits long. |
PIN must be 6 digits long. |
PIN_NOT_NUMBER | PIN must be numeric. |
PIN must be numeric. |
PK_NOT_FOUND | Cannot find record using primary or unique key. |
QUESTION_MUST_EXISTS | PIN Hint Question must not be null. |
If p_response is not NULL then p_question must be not NULL. |
RECORD_EXISTS | Cannot create, record already exists. |
RESPONSE_MUST_EXISTS | PIN Hint Response must not be null. |
If p_question is not NULL then p_response must be not NULL. |