index

Package nb_job_labor_strings

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

Message NameError Message
ACCI_CODE_NOT_ALLOWEDAccount Index entry for Job Labor not allowed when Banner Finance is not installed
Account Index is not allowed, when Banner Finance is not installed.
ACCT_CODE_NOT_ALLOWEDAccount entry for Job Labor not allowed when Banner Finance is not installed
Account Code is not allowed, when Banner Finance is not installed.
ACTV_CODE_NOT_ALLOWEDActivity entry for Job Labor not allowed when Banner Finance is not installed
Activity Code is not allowed, when Banner Finance is not installed.
CTYP_CODE_NOT_ALLOWEDCost Type entry for Job Labor not allowed when Banner Finance is not installed
Cost Type is not allowed, when Banner Finance is not installed.
EXTERNAL_CODE_NOT_ALLOWEDExternal Account entry for Job Labor not allowed when Banner Finance is not installed
External Account code is not allowed, when Banner Finance is not installed.
FRINGE_ACCT_CODE_NOT_ALLOWEDFringe Account Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Account is not allowed, when Banner Finance is not installed.
FRINGE_ACTV_CODE_NOT_ALLOWEDFringe Activity Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Activity is not allowed, when Banner Finance is not installed.
FRINGE_ENCUMBRANCE_NOT_ALLOWEDFringe Encumbrance Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Encumbrance is not allowed, when Banner Finance is not installed.
FRINGE_ENC_TO_POST_NOT_ALLOWEDFringe Encumbrance To Post Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Encumbrance To Post is not allowed, when Banner Finance is not installed.
FRINGE_FUND_CODE_NOT_ALLOWEDFringe Fund Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Fund is not allowed, when Banner Finance is not installed.
FRINGE_LOCN_CODE_NOT_ALLOWEDFringe Location Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Location is not allowed, when Banner Finance is not installed.
FRINGE_ORGN_CODE_NOT_ALLOWEDFringe Organization Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Organization is not allowed, when Banner Finance is not installed.
FRINGE_PROG_CODE_NOT_ALLOWEDFringe Program Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Program is not allowed, when Banner Finance is not installed.
FRINGE_RESIDUAL_NOT_ALLOWEDFringe Residual Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Residual is not allowed, when Banner Finance is not installed.
FRINGE_RES_TO_POST_NOT_ALLOWEDFringe Residual To Post Entry for Job Labor not allowed when Banner Finance is not installed
Fringe Residual To Post is not allowed, when Banner Finance is not installed.
FUND_CODE_NOT_ALLOWEDFund entry for Job Labor not allowed when Banner Finance is not installed
Fund Code is not allowed, when Banner Finance is not installed.
INVALID_CHANGE_INDInvalid Change Indicator for Job Labor
Valid values are A - Active, D - Backout (initiated from NBAJOBS LD changes), F - Fringe Backout (initiated from NTRFBLD LD changes),H - History
INVALID_PERCENTJob Labor percentage must be between .01 and 100
Job Labor Percentage must be between .01 and 100
INVALID_PIDMInvalid PIDM for Job Labor
Invalid PIDM.
INVALID_POSNInvalid Position for Job Labor
Position must exist in NBBPOSN table.
JOB_RECORD_NOT_EXISTSCannot update Job Labor; job record does not exist
Base Job record must exist to create Job Labor.
LOCN_CODE_NOT_ALLOWEDLocation entry for Job Labor not allowed when Banner Finance is not installed
Location Entry is not allowed, when Banner Finance is not installed.
MISSING_CHANGE_INDMissing mandatory Change Indicator for Job Labor
The Change Indicator must exist to create Job Labor.
MISSING_COAMissing mandatory COAS for Job Labor
Chart of Accounts Code must exist to create Job Labor.
MISSING_EFFECTIVE_DATEMissing mandatory Effective Date for Job Labor
Effective Date must exist to create Job Labor.
MISSING_ENCD_NUMMissing mandatory Encumbrance Number for Job Labor
Encumbrance Number must exist to create Job Labor.
MISSING_ENCD_SEQ_NOMissing mandatory Encumbrance Sequence Number for Job Labor
Encumbrance Sequence Number must exist to create Job Labor.
MISSING_ENCD_NUM_FRINGEMissing mandatory Fringe Encumbrance Number for Job Labor
Fringe Encumbrance Number must exist to create Job Labor.
MISSING_ENCD_SEQ_NO_FRINGEMissing mandatory Fringe Encumbrance Sequence Number for Job Labor
Fringe Encumbrance Sequence Number must exist to create Job Labor.
MISSING_EXTERNAL_CODEMissing mandatory External Account Code for Job Labor
External Account Code must exist to create Job Labor in a Non-Finance Environment.
MISSING_FFKFOAPError executing the Finance package FFKFOAP for Job Labor
Finance package FFKFOAP is not valid.
MISSING_PERCENTMissing mandatory Percent for Job Labor
Percent must exist to create Job Labor.
MISSING_PIDMMissing mandatory PIDM for Job Labor
PIDM must exist to create Job Labor.
MISSING_POSNMissing mandatory Position for Job Labor
Position must exist to create Job Labor.
MISSING_SUFFMissing mandatory Suffix for Job Labor
Suffix must exist to create Job Labor.
ORGN_CODE_NOT_ALLOWEDOrganization entry for Job Labor not allowed when Banner Finance is not installed
Organization is not allowed, when Banner Finance is not installed.
PROG_CODE_NOT_ALLOWEDProgram entry for Job Labor not allowed when Banner Finance is not installed
Program is not allowed, when Banner Finance is not installed.
PROJ_CODE_NOT_ALLOWEDProject entry for Job Labor not allowed when Banner Finance is not installed
Project is not allowed, when Banner Finance is not installed.
P_DELETE_FAILED_1Only latest Job Labor may be deleted
Only latest Job Labor may be deleted.
RECORD_NOT_FOUND_FOR_DELETECannot delete Job Labor; record does not exist
An attempt was made to delete a record that does not exist.
RECORD_NOT_FOUND_FOR_UPDATECannot update Job Labor, record does not exist
An attempt was made to update a record that does not exist.


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.errmsg_tab_type;

Global PL/SQL table that holds the error messages.


f_get_error

Function f_get_error(p_errorname IN VARCHAR2,
                     p_value_01  IN VARCHAR2 DEFAULT NULL,
                     p_value_02  IN VARCHAR2 DEFAULT NULL,
                     p_value_03  IN VARCHAR2 DEFAULT NULL)
  RETURN gb_common_strings.err_type

Returns the error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with the error message.
p_value_01   Value that will be printed in the error message.
p_value_02   Value that will be printed in the error message.
p_value_03   Value that will be printed in the error message.