index

Package sb_compliance_xml_strings

This package contains the error messages and error message functions for the Compliance XML API (sb_compliance_xml).

Message KeyError Message
MISSING_PIDMUnique identifier (PIDM) is required for the compliance XML record and cannot be null.
PIDM is missing and is required for the compliance XML record.
MISSING_REQUEST_NORequest number is required for the compliance XML record and cannot be null.
Request number is missing and is required for the compliance XML record.
MISSING_SESSIONIDSession ID is required for the compliance XML record and cannot be null.
Session ID is missing and is required for the compliance XML record.
MISSING_USER_IDUser ID is required for the compliance XML record and cannot be null.
User ID is missing and is required for the compliance XML record.
INVALID_PIDMUnique identifier (PIDM) for the compliance XML record must be valid.
PIDM is invalid and cannot be used for the compliance XML record.
INVALID_REQUEST_NORequest number for the compliance XML record must be valid.
Request number is invalid and cannot be used for the compliance XML record.
INVALID_SESSIONIDSession ID for the compliance XML record must be valid.
Session ID is invalid and cannot be used for the compliance XML record.
INVALID_USER_IDUser ID for the compliance XML record must be valid.
User ID is invalid and cannot be used for the compliance XML record.
INVALID_DATA_ORIGINData origin for the compliance XML record must be valid.
Data origin is invalid and cannot be used for the compliance XML record.
INVALID_PROC_SESSIONIDProcess session ID for the compliance XML record must be valid.
Process session ID is invalid and cannot be used for the compliance XML record.
INVALID_XMLXML for the compliance XML record must be valid.
XML is invalid and cannot be used for the compliance XML record.
P_DELETE_FAILEDCannot delete the compliance XML record because it does not exist.
The compliance XML record cannot be deleted because it does not exist in the database.
PK_NOT_FOUNDCannot find the compliance XML record using the primary or unique key.
The compliance XML record cannot be found in the database using the primary or unique key.
RECORD_EXISTSCompliance XML record cannot be created because the record already exists.
The compliance XML record cannot be created because the record already exists in the database.


Program units
f_get_error   Returns the error message corresponding to p_errorname.

Variables
error_tab   Global PL/SQL table that holds the error messages.


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.