index

Package sb_course_labor_strings

This package contains the error messages and error message functions for Course Labor Distribution API (sb_course_labor).

Message NameError Message
INVALID_ACCI_CODEAccount Index for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Account Index with an invalid value.
INVALID_ACCT_CODEAccount for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Account with an invalid value.
INVALID_ACCT_EXTERNAL_CDEExternal Account Code for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution External Account Code with an invalid value.
INVALID_ACTV_CODEActivity for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Activity with an invalid value.
INVALID_COAS_CODEChart Of Accounts Code for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Chart Of Accounts Code with an invalid value.
INVALID_CRSE_NUMBCourse Number for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Course Number with an invalid value.
INVALID_CTYP_CODECost Type for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Cost Type with an invalid value.
INVALID_DATA_ORIGINData Origin for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Data Origin with an invalid value.
INVALID_FUND_CODEFund for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Fund with an invalid value.
INVALID_LOCN_CODELocation for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Location with an invalid value.
INVALID_ORGN_CODEOrganization for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Organization with an invalid value.
INVALID_PERCENTPercentage for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Percentage with an invalid value.
INVALID_PROG_CODEProgram for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Program with an invalid value.
INVALID_PROJ_CODEProject for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Project with an invalid value.
INVALID_SEQ_NOSequence Number for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Sequence Number with an invalid value.
INVALID_SUBJ_CODESubject Code for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Subject Code with an invalid value.
INVALID_TERM_CODE_EFFEffective Term Code for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution Effective Term Code with an invalid value.
INVALID_USER_IDUser Id for the course labor distribution is not valid.
An attempt was made to create or update the Course Labor Distribution User ID with an invalid value.
MISSING_CRSE_NUMBMissing mandatory Course Number for course labor distribution.
The Course Number associated with the Subject is missing and must be entered.
MISSING_PARENTMissing required parent record for course labor distribution.
Required parent record not found.
MISSING_PERCENTMissing mandatory Percentage of Pay for course labor distribution.
The Percentage of Pay to be applied to this labor distribution is missing and must be entered.
MISSING_SEQ_NOMissing mandatory Sequence Number for course labor distribution.
The Sequence Number of the course labor distribution is missing and must be entered.
MISSING_SUBJ_CODEMissing mandatory Subject Code for course labor distribution.
The Subject Code is missing and must be entered
MISSING_TERM_CODE_EFFMissing mandatory Effective Term Code for course labor distribution.
The Effective 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 subject code, course number, effective term code and course labor sequence number.
P_DELETE_FAILEDCannot delete, record does not exist.
Record to be deleted does not exist.
RECORD_EXISTSCannot create course labor, record already exists.
A record currently exists having the same subject code, course number, effective term code and course 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.