index

Package nb_queue_group_strings

This package contains the error messages and error message functions for the Routing Queue Group API (NB_QUEUE_GROUP).
 

Message NameError Message
INVALID_GROUP_MEMBERCannot create Routing Queue Group, Participant Data Source for Routing Queue Participant Rule is not a Group.
An attempt was made to create a new QUEUE_GROUP record, Participant Data Source for Routing Queue Participant Rule is not a Group.
INVALID_MEMBER_USER_IDInvalid Group Member User Name for Routing Queue Group.
An invalid Group Member User Name parameter was provided when calling a function or procedure in the Routing Queue Group API (NB_QUEUE_GROUP). The code must exist in the Enterprise Oracle Access Validation table (GOBEACC).
MISSING_MEMBER_USER_IDMissing mandatory Group Member User Name for Routing Queue Group.
The Group Member User Name parameter was omitted when calling a function or procedure in the Routing Queue Group API. This parameter is a key value for the QUEUE_GROUP entity and must be provided.
MISSING_NTRQPRT_IDMissing mandatory Routing Queue Participant for Routing Queue Group.
The Routing Queue Participant ID parameter was omitted when calling a function or procedure in the Routing Queue Group API. This parameter is a key value for the QUEUE_GROUP entity and must be provided.
MISSING_PARENTMissing Routing Queue Participant for Routing Queue Group.
An attempt was made to create a QUEUE_GROUP record, but no parent record with these key values could be found.
P_DELETE_FAILEDCannot delete Routing Queue Group, record does not exist.
An attempt was made to delete a QUEUE_GROUP record, but a record with these key values (or rowid) could not be found.
RECORD_EXISTSCannot create Routing Queue Group, record already exists.
An attempt was made to create a new QUEUE_GROUP record, but a record already exists with these key values.


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.