index

Package sb_incmp_grading_strings

This package contains the error messages and error message functions for incomplete Grade Rule API (sb_incmp_grading).

Message NameError Message
INVALID_DATA_ORIGINData source for the incomplete grade rule is not valid.
An attempt was made to create or update the incomplete grade rule data origin with an invalid value.
INVALID_DISP_WEB_INDWeb display indicator for the incomplete grade rule is not valid.
An attempt was made to create or update the incomplete grade rule web display indicator with an invalid value.
INVALID_INCMP_DATE_OVER_TYPEInvalid value for the incomplete grade date override. Valid values are S-allow only to shorten, L-allow only to lengthen, A-allow any date or N-not allowed.
An attempt was made to create or update the incomplete grade rule extension date with an invalid value.
INVALID_INCMP_GRADING_INDIncomplete grade indicator for the incomplete grade rule is not valid.
An attempt was made to create or update the final grade indicator for the incomplete grade rule with an invalid value.
INVALID_LEVL_CODELevel code for the incomplete grade rule is not valid.
An attempt was made to create or update the incomplete grade rule level code with an invalid value.
INVALID_PRIMARY_KEYPrimary key for the incomplete grade rule is not valid.
An attempt was made to create or update the unique sequence number of the incomplete grade rule with an invalid value.
INVALID_SYSTEM_REQ_INDSystem required indicator for the incomplete grade rule is not valid.
An attempt was made to create or update the system required indicator for the incomplete grade rule with an invalid value.
INVALID_TERM_CODE_EFFEffective term code for the incomplete grade rule is not valid.
An attempt was made to create or update the effective term of the incomplete grade rule with an invalid value.
INVALID_USER_IDUser ID for the incomplete grade rule is not valid.
An attempt was made to create or update the incomplete grade rule user ID with an invalid value.
MISSING_DISP_WEB_INDWeb display indicator is missing. This field is required for the incomplete grade rule.
The web display indicator for incomplete grade rule is missing and must be entered.
MISSING_INCMP_DATE_OVER_TYPEIncomplete grade date override is missing. This field is required for the incomplete grade rule.
The incomplete grade date override for the incomplete grade rule is missing and must be entered.
MISSING_INCMP_GRADING_INDIncomplete grade indicator is missing. This field is required for the incomplete grade rule.
The incomplete grade indicator for the incomplete grade rule is missing and must be entered.
MISSING_INCMP_GRDE_OVER_INDIncomplete grade override indicator is missing. This field is required for the incomplete grade rule.
The incomplete grade override indicator for the incomplete grade rule is missing and must be entered.
MISSING_PRIMARY_KEYPrimary key is missing. This field is required for the incomplete grade rule.
The primary key for the incomplete grade rule is missing and must be entered.
MISSING_SYSTEM_REQ_INDSystem required indicator is missing. This field is required for the incomplete grade rule.
The system required indicator for the incomplete grade rule is missing and must be entered.
MISSING_TERM_CODE_EFFEffective term code is missing. This field is required for the incomplete grade rule.
The effective term code for the incomplete grade rule is missing and must be entered.
MISSING_USER_IDUser ID is missing. This field is required for the incomplete grade rule.
The user ID for the incomplete grade rule is missing and must be entered.
PK_NOT_FOUNDCannot find the record using the primary or unique key for the incomplete grade rule.
Incomplete grade rule does not exist.
P_DELETE_FAILEDCannot delete the incomplete grade rule because the record does not exist.
Incomplete grade rule does not exist.
RECORD_EXISTSIncomplete grade rule cannot be created because the record already exists.
Incomplete grade rule already exists.


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.