index

Package nb_redistr_addl_queue_strings

This package contains the error messages and error message functions for the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE).
 

Message NameError Message
CHILD_EXISTSCannot delete Labor Redistribution Additional Queue Members, Labor Redistribution Member Fund Type record exists.
An attempt was made to delete a REDISTR_ADDL_QUEUE record, but a child record with these key values was found.
INVALID_COAS_CODEInvalid Chart Of Accounts for Labor Redistribution Additional Queue Members.
An invalid Chart Of Accounts parameter was provided when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). The code must exist in the Chart of Accounts Validation table (FTVCOAS).
INVALID_FTYP_INCL_EXCL_TYPEInvalid Include or Exclude Fund Type for Labor Redistribution Additional Queue Members, valid values: (I)nclude, (E)xclude and Include (A)ll.
There are three valid values for Include Or Exclude Fund Type: (I)nclude, (E)xclude and Include (A)ll.
INVALID_MEMBER_ACTIONInvalid Approver Action for Labor Redistribution Additional Queue Members, valid values: (A)pprove or (F)YI.
There are two valid values for Approver Action: (A)pprove and (F)YI.
INVALID_MEMBER_USER_IDInvalid User Name for Labor Redistribution Additional Queue Members.
An invalid User Name parameter was provided when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). The code must exist in the Enterprise Oracle Access Table (GOBEACC).
INVALID_ORGN_CODEInvalid Organization for Labor Redistribution Additional Queue Members.
An invalid Organization parameter was provided when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). The code must exist in the Organization Validation table (FTVORGN).
MISSING_COAS_CODEMissing mandatory Chart Of Accounts for Labor Redistribution Additional Queue Members.
The Chart Of Accounts parameter was omitted when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). This parameter is a key value for the REDISTR_ADDL_QUEUE entity and must be provided.
MISSING_FTYP_INCL_EXCL_TYPEMissing mandatory Include or Exclude Fund Type for Labor Redistribution Additional Queue Members.
The Include Or Exclude Fund Type parameter was omitted when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). This parameter is a key value for the REDISTR_ADDL_QUEUE entity and must be provided.
MISSING_MEMBER_ACTIONMissing mandatory Approver Action for Labor Redistribution Additional Queue Members.
The Approver Action parameter was omitted when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). This parameter is a key value for the REDISTR_ADDL_QUEUE entity and must be provided.
MISSING_MEMBER_USER_IDMissing mandatory User Name for Labor Redistribution Additional Queue Members.
The User Name parameter was omitted when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). This parameter is a key value for the REDISTR_ADDL_QUEUE entity and must be provided.
MISSING_ORGN_CODEMissing mandatory Organization for Labor Redistribution Additional Queue Members.
The Organization parameter was omitted when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). This parameter is a key value for the REDISTR_ADDL_QUEUE entity and must be provided.
MISSING_SEQ_NOMissing mandatory Approver Sequence Number for Labor Redistribution Additional Queue Members.
The Approver Sequence Number parameter was omitted when calling a function or procedure in the Labor Redistribution Additional Queue Members API (NB_REDISTR_ADDL_QUEUE). This parameter is a key value for the REDISTR_ADDL_QUEUE entity and must be provided.
PK_NOT_FOUNDCannot update Labor Redistribution Additional Queue Members, record does not exist.
The combination of required parameters does not refer to an existing REDISTR_ADDL_QUEUE entity.
P_DELETE_FAILEDCannot delete Labor Redistribution Additional Queue Members, record does not exist.
An attempt was made to delete a REDISTR_ADDL_QUEUE record, but a record with these key values (or ROWID) could not be found.
RECORD_EXISTSCannot create Labor Redistribution Additional Queue Members, record already exists.
An attempt was made to create a new REDISTR_ADDL_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.