index

Package nb_job_enc_history_strings

This package contains the error messages and error message functions for the Job Labor Encumbrance History API (NB_JOB_ENC_HISTORY).

Message NameError Message
MISSING_CAPTURE_DATEMissing mandatory Capture Date for Job Labor Encumbrance History.
The Capture Date parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_EFFECTIVE_DATEMissing mandatory Effective Date for Job Labor Encumbrance History.
The Effective Date Parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_ENC_BEGIN_DATEMissing mandatory Encumbrance Begin Date for Job Labor Encumbrance History.
The Encumbrance Begin Date parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_PARENTNo Assignment Labor Distribution History Repeating record exists for Job Labor Encumbrance History.
An attempt was made to create a Job Labor Encumbrance History record, but no parent record with these key values could be found.
MISSING_PIDMMissing mandatory PIDM for Job Labor Encumbrance History.
The PIDM parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_POSNMissing mandatory Position for Job Labor Encumbrance History.
The Position parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_SEQ_NOMissing mandatory Sequence Number for Job Labor Encumbrance History.
The Sequence Number parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_SUFFMissing mandatory Suffix for Job Labor Encumbrance History.
The suffix parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
MISSING_USER_IDMissing mandatory User ID for Job Labor Encumbrance History.
The User ID parameter was omitted when calling a function or procedure in the Job Labor Encumbrance History API.
This parameter is a key value for the Job Labor Encumbrance History entity and must be provided.
P_DELETE_FAILEDCannot delete Job Labor Encumbrance History entity, record does not exist.
An attempt was made to delete a Job Labor Encumbrance History entity, but a record with these key values could not be found.
RECORD_EXISTSCannot create Job Labor Encumbrance History, record already exists.
An attempt was made to create a new Job Labor Encumbrance History 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.