index

Package sb_gradapp_selrule_strings

This package contains the error messages and error message functions for the Graduation Application Select Rules API(sb_gradapp_selrule).

Message NameError Message
INVALID_CAMP_CODECampus Code is not valid
Code used for the campus is not valid.
INVALID_COLL_CODECollege Code is not valid
Code used for the college is not valid.
INVALID_DEGC_CODEDegree Code is not valid
Code used for the degree is not valid.
INVALID_DEPT_CODEDepartment Code is not valid
Code used for the department is not valid.
INVALID_GADR_CODEGraduation Application Display Rule Code is not valid
Code used for the graduation application display rule is not valid.
INVALID_LEVL_CODELevel Code is not valid
Code used for the level is not valid.
INVALID_LFST_CODEField Of Study Type is not valid
Code used for the field of study type is not valid.
INVALID_MAJR_CODEMajor Code is not valid
Code used for the major is not valid.
INVALID_PROCESS_ORDER_NOProcess Order Number is not valid
Process order number is not valid.
INVALID_PROGRAMProgram is not valid
Program is not valid.
MISSING_GADR_CODEGraduation Application Display Rule Code is missing
Graduation application display rule code is required.
MISSING_PROCESS_ORDER_NOProcess Order Number is missing
Process order number is required.
MISSING_SEQNOSequence Number is missing
Sequence number is required.
MISSING_USER_IDUser ID is missing
User ID is required.
PK_NOT_FOUNDCannot find the select rule using the primary or unique key
Cannot find the select rule using the primary or unique key.
P_DELETE_FAILEDCannot delete the select rule as the record does not exist
Cannot delete the select rule because the record was not found.
RECORD_EXISTSCannot create the select rule because the record already exists
Cannot create the select rule because the record 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.