index

Package sb_section_labor_strings

This package contains the error messages and error message functions for Class Schedule Labor Distribution API (sb_section_labor).

Message NameError Message
INVALID_ACCI_CODEAccount Index for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Account Index with an invalid value.
INVALID_ACCT_CODEAccount for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Account with an invalid value.
INVALID_ACCT_EXTERNAL_CDEExternal Account Code for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution External Account Code with an invalid value.
INVALID_ACTV_CODEActivity for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Activity with an invalid value.
INVALID_COAS_CODEChart Of Accounts Code for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Chart Of Accounts Code with an invalid value.
INVALID_CRNCourse Reference Number for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Course Reference Number with an invalid value.
INVALID_CTYP_CODECost Type for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Cost Type with an invalid value.
INVALID_DATA_ORIGINData Origin for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Data Origin with an invalid value.
INVALID_FUND_CODEFund for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Fund with an invalid value.
INVALID_LOCN_CODELocation for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Location with an invalid value.
INVALID_ORGN_CODEOrganization for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Organization with an invalid value.
INVALID_PERCENTPercentage for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Percentage with an invalid value.
INVALID_PROG_CODEProgram for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Program with an invalid value.
INVALID_PROJ_CODEProject for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Project with an invalid value.
INVALID_SEQ_NOSequence Number for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Sequence Number with an invalid value.
INVALID_TERM_CODETerm Code for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution Term Code with an invalid value.
INVALID_USER_IDUser Id for the class schedule labor distribution is not valid.
An attempt was made to create or update the Class Schedule Labor Distribution User ID with an invalid value.
MISSING_CRNMissing mandatory Course Reference Number for class schedule labor distribution.
The Course Reference Number for class schedule labor distribution is missing and must be entered.
MISSING_PARENTMissing required parent record for class schedule labor distribution.
Required parent record not found.
MISSING_PERCENTMissing mandatory Percentage of Pay for class schedule labor distribution.
The Percentage of Pay to be applied to this class schedule labor distribution is missing and must be entered.
MISSING_SEQ_NOMissing mandatory Sequence Number for class schedule labor distribution.
The Sequence Number of the course class schedule distribution is missing and must be entered.
MISSING_TERM_CODEMissing mandatory Term Code for course class schedule distribution.
The Term Code is missing and must be a valid value in the Term Code Validation Table (STVTERM).
MISSING_USER_IDMissing mandatory value for most recent user ID to create or update the record.
User ID is missing and it is required for audit information.
PK_NOT_FOUNDCannot find record using primary or unique key.
Cannot find record with term code, course reference number and class schedule labor sequence number.
P_DELETE_FAILEDCannot delete, record does not exist.
Record to be deleted does not exist.
RECORD_EXISTSCannot create, record already exists.
A record currently exists having the same term code, course reference number and class schedule labor sequence number.


Program units
f_get_error  

Variables
error_tab  


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.