Package gb_telephone_strings
Error messages and error message functions for the TELEPHONE API (GB_TELEPHONE).
Message Key | Error Message |
INVALID_ATYP_CODE | Invalid value for Telephone Address Type |
The Telephone Address type must match an Address Type Code from STVATYP. |
INVALID_PIDM | Invalid or missing PIDM |
Supply a value for PIDM. |
INVALID_PRIMARY_IND | Invalid value for Primary Indicator |
The Primary Indicator must be Y or NULL. |
INVALID_STATUS_IND | Invalid value for Telephone Status Indicator |
Use Y for active, null for inactive. |
INVALID_TELE_CODE | Invalid value for Telephone Code |
The Telephone Code must exist in the STVTELE table. Either correct the Telephone Code or add it to STVTELE. |
INVALID_UNLIST_IND | Unlisted Indicator must be Y or NULL |
Unlisted Indicator must be Y or NULL |
MISSING_PIDM | Missing mandatory value for PIDM |
A PIDM must be provided to perform any Create, Update or Delete operation on Telephone |
MISSING_SEQNO | Missing mandatory value for Telephone Sequence number |
A Telephone Sequence number distinguishes one phone number of a type from another.
Every Create, Update, or Delete operation requires that a sequence number be provided, and one was not found. |
MISSING_TELE_CODE | Missing mandatory value for Telephone Code |
The Telephone Code defines what type of telephone number this is, and is required. One was not provided for this operation. |
P_DELETE_FAILED | Could not locate record to delete |
There is no telephone record with this PIDM telephone code and sequence number to delete. |
|
PL/SQL table that holds error messages for this API.
Returns the error message corresponding to p_errorname.