index

Package sb_transcript_name_strings

Error messages and error message functions for the Transcript Type Name Hierarchy API (sb_transcript_name).

Message NameError Message
INVALID_NTYP_CODEInvalid value for type code
Name type code entered is invalid.
INVALID_TPRT_CODEInvalid value for transcript type code
Transcript type code entered is invalid.
INVALID_TRNS_CODEInvalid value for source
Name source entered is invalid.
MISSING_DATA_ORIGINMissing mandatory value for origin
Data origin value is required.
MISSING_NAME_SEQNOMissing mandatory value for sequence number
Name sequence number is required.
MISSING_TPRT_CODEMissing mandatory value for transcript type code
Transcript type code is required.
MISSING_TRNS_CODEMissing mandatory value for source
Name source is required.
MISSING_USER_IDMissing mandatory value for user ID
User ID value is required.
PK_NOT_FOUNDCannot find record using primary or unique key
Cannot find record using primary or unique key.
P_DELETE_FAILEDCannot delete, record does not exist
Cannot delete, record does not exist.
RECORD_EXISTSCannot create, record already exists
Cannot create, record already exists.


Program units
f_get_error  

Variables
error_tab  


error_tab

error_tab gb_common_strings.errmsg_tab_type;

Global PL/SQL table that holds the error messages.


f_get_error

Function f_get_error(p_errorname VARCHAR2) RETURN gb_common_strings.err_type

Returns the error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message.