index

Package sb_gradapp_displayrule_strings

This package contains the error messages and error message functions for the Graduation Application Display Rule API (sb_gradapp_displayrule).

Message NameError Message
INVALID_CHARGE_INDGraduation Application Charge Indicator is not valid
Graduation application charge indicator must be 'Y' or 'N'.
INVALID_CODEGraduation Application Display Rule Code is not valid
Code used for graduation application display rule is not valid.
INVALID_DGMR_UPD_GRST_CODEUpdate Degree Graduation Status Code is not valid
Code used for update degree graduation status is not valid.
INVALID_DGMR_UPD_INDCreate/Update Degree Table Indicator is not valid
Update degree table indicator must be 'Y' or 'N'.
INVALID_DISP_DIPL_ADDR_INDDisplay Diploma Mailing Address Indicator is not valid
Display diploma mailing address indicator must be 'Y' or 'N'.
INVALID_DISP_DIPL_ADDR_WEB_INDDisplay Self-Service Diploma Mailing Address Page Indicator is not valid
Display self-service diploma mailing address page indicator must be 'Y' or 'N'.
INVALID_DISP_DIPL_NAME_INDDisplay Diploma Name Indicator is not valid
Display diploma name indicator must be 'Y' or 'N'.
INVALID_DISP_DIPL_NAME_WEB_INDDisplay Self-Service Diploma Name Page Indicator is not valid
Display self-service diploma name page indicator must be 'Y' or 'N'.
INVALID_DISP_DIPL_UPD_ADDR_INDDisplay Diploma Mailing Address Update Indicator is not valid
Display diploma mailing address update indicator must be 'Y' or 'N'.
INVALID_DISP_DIPL_UPD_NAME_INDDisplay Diploma Name Update Indicator is not valid
Display diploma name update indicator must be 'Y' or 'N'.
INVALID_DISP_MIDDLE_CDEDisplay Middle Name Code is not valid
Code used for display middle name is not valid.
INVALID_DISP_NAME_CDEName To Display Indicator is not valid
Name to display indicator must be 'Y' or 'N'.
INVALID_DISP_NAME_NTYP_CODEDisplay Alternate Name Type Code is not valid
Code used for display alternate name type is not valid.
INVALID_DISP_SUFFIX_INDDisplay Suffix Name Indicator is not valid
Display suffix name indicator must be 'Y' or 'N'.
INVALID_DISP_UPD_FIRST_INDDisplay Diploma First Name Update Indicator is not valid
Display diploma first name update indicator must be 'Y' or 'N'.
INVALID_DISP_UPD_LAST_INDDisplay Diploma Last Name Update Indicator is not valid
Display diploma last name update indicator must be 'Y' or 'N'.
INVALID_DISP_UPD_MIDDLE_INDDisplay Diploma Middle Name Update Indicator is not valid
Display diploma middle name update indicator must be 'Y' or 'N'.
INVALID_DISP_UPD_SUFFIX_INDDisplay Diploma Suffix Name Update Indicator is not valid
Display diploma suffix name indicator must be 'Y' or 'N'.
INVALID_GAST_CODEGraduation Application Status Code is not valid
Code used for graduation application status is not valid.
INVALID_GRAD_DATE_DISP_INDGraduation Date Display Indicator is not valid
Graduation date display indicator must be 'Y' or 'N'.
INVALID_GRAD_TERM_DISP_INDGraduation Term Display Indicator is not valid
Graduation term display indicator must be 'Y' or 'N'.
INVALID_GRAD_YEAR_DISP_INDGraduation Year Display Indicator is not valid
Graduation year display indicator must be 'Y' or 'N'.
INVALID_LETR_CODEConfirmation Letter Code is not valid
Code used for confirmation letter is not valid.
INVALID_TPRT_CODETranscript Verification Request Code is not valid
Code used for transcript verification request is not valid.
MISSING_CHARGE_INDGraduation Application Charge Indicator is missing
Graduation application charge indicator is required.
MISSING_CODEGraduation Application Display Code is missing
Graduation application display code is required.
MISSING_DGMR_UPD_INDCreate/Update Degree Table Indicator is missing
Create/update degree table indicator is required.
MISSING_DISP_DIPL_ADDR_INDDiploma Mailing Address Indicator is missing
Diploma mailing address indicator is required.
MISSING_DISP_DIPL_ADDR_WEB_INDDiploma Mailing Address Page Indicator is missing
Diploma mailing address page indicator is required.
MISSING_DISP_DIPL_NAME_INDDiploma Name Indicator is missing
Diploma name indicator is required.
MISSING_DISP_DIPL_NAME_WEB_INDDiploma Name Page Indicator is missing
Diploma name page indicator is required.
MISSING_DISP_DIPL_UPD_ADDR_INDUpdate Diploma Address Indicator is missing
Update diploma address indicator is required.
MISSING_DISP_DIPL_UPD_NAME_INDDiploma Name Update Indicator is missing
Diploma name update indicator is required.
MISSING_DISP_MIDDLE_CDEDisplay Middle Name Code is missing
Display middle name code is required.
MISSING_DISP_NAME_CDEName To Display Code is missing
Name to display code is required.
MISSING_DISP_SUFFIX_INDDisplay Suffix Name Indicator is missing
Display suffix name indicator is required.
MISSING_DISP_UPD_FIRST_INDDiploma First Name Update Indicator is missing
Diploma first name update indicator is required.
MISSING_DISP_UPD_LAST_INDDiploma Last Name Update Indicator is missing
Diploma last name update indicator is required.
MISSING_DISP_UPD_MIDDLE_INDDiploma Middle Name Update Indicator is missing
Diploma middle name update indicator is required.
MISSING_DISP_UPD_SUFFIX_INDDiploma Suffix Name Update Indicator is missing
Diploma suffix name update indicator is required.
MISSING_GAST_CODEGraduation Application Status Code is missing
Graduation application status code is required.
MISSING_GRAD_DATE_DISP_INDGraduation Date Display Indicator is missing
Graduation date display indicator is required.
MISSING_GRAD_TERM_DISP_INDGraduation Term Display Indicator is missing
Graduation term display indicator is required.
MISSING_GRAD_YEAR_DISP_INDGraduation Year Display Indicator is missing
Graduation year display indicator is required.
MISSING_TPRT_CODETranscript Verification Request Code is missing
Transcript verification request code is required.
MISSING_USER_IDUser ID is missing
User ID is required.
PK_NOT_FOUNDCannot find Display Rule (SHBGADR) record using primary or unique key
Cannot find the display rule using the primary or unique key.
P_DELETE_FAILEDCannot delete Display Rule (SHBGADR) because the record does not exist
Cannot delete display rule; display rule not found.
RECORD_EXISTSCannot create Display Rule (SHBGADR) because the record already exists
Cannot create display rule; display 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.