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 Name | Error Message |
INVALID_GROUP_MEMBER | Cannot 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_ID | Invalid 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_ID | Missing 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_ID | Missing 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_PARENT | Missing 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_FAILED | Cannot 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_EXISTS | Cannot 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. |
|
Global PL/SQL table that holds the error messages.
Returns the error message corresponding to p_errorname.