index

Package nb_redistr_dflt_queue_strings

This package contains the error messages and error message functions for the Labor Redistribution Default Queue API (NB_REDISTR_DFLT_QUEUE).
 

Message NameError Message
INVALID_APPROVER_ACTIONInvalid Approver Action for Labor Redistribution Default Queue. Valid values are (A)pprove and (F)YI.
Invalid Approver Action for Labor Redistribution Default Queue, Valid Values: (A)pprove and (F)YI.
INVALID_APPROVER_CATCH_ALLInvalid Action for Catch-All Group for Labor Redistribution Default Queue. Action must be Approve.
An invalid Approver Action was provied. Action must be Approve.
INVALID_GRANTS_ONLY_INDInvalid Applies to Grants Only Indicator for Labor Redistribution Default Queue. Valid Values are (Y)es and (N)o.
Invalid Approver Action for Labor Redistribution Default Queue, Valid Values: Y)es and (N)o.
MISSING_APPROVER_ACTIONMissing mandatory Approver Action for Labor Redistribution Default Queue.
An Approver Action must be provided. Valid values are: (A)pprove and (F)YI.
MISSING_GRANTS_ONLY_INDMissing mandatory Applies to Grants Only Indicator for Labor Redistribution Default Queue.
An Applies to Grants Only Indicator must be provided. Valid values are: (Y)es and (N)o.
MISSING_NTRQPRT_IDMissing mandatory Effort Certification Routing Queue Participant for Labor Redistribution Default Queue.
The Routing Queue Participant ID parameter was omitted when calling a function or procedure in the Labor Redistribution Default Queue API (NB_REDISTR_DFLT_QUEUE) API. This parameter is a key value for the REDISTR_DFLT_QUEUE entity and must be provided.
MISSING_PARENTInvalid Effort Certification Routing Queue Participant for Labor Redistribution Default Queue.
An attempt was made to create a REDISTR_DFLT_QUEUE record, but no parent record with these key values could be found.
MISSING_SEQ_NOMissing mandatory Approver Sequence Number for Labor Redistribution Default Queue.
The Approver Sequence Number parameter was omitted when calling a function or procedure in the Labor Redistribution Default Queue API (NB_REDISTR_DFLT_QUEUE) API. This parameter is a key value for the REDISTR_DFLT_QUEUE entity and must be provided.
PK_NOT_FOUNDCannot update Labor Redistribution Default Queue, record does not exist.
The combination of required parameters does not refer to an existing REDISTR_DFLT_QUEUE entity.
P_DELETE_FAILEDCannot delete Labor Redistribution Default Queue, record does not exist.
An attempt was made to delete a REDISTR_DFLT_QUEUE record, but a record with these key values (or rowid) could not be found.
RECORD_EXISTSCannot create Labor Redistribution Default Queue, record already exists.
An attempt was made to create a new REDISTR_DFLT_QUEUE 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.