Package sb_gradapp_strings This package contains the error messages and error message functions for the Graduation Application API (sb_gradapp).This package contains the error messages and error message functions for SB_GRADAPP.
|
Program units |
f_get_error |
f_active |
f_inactive |
Variables |
error_tab |
Constants |
ACTIVE |
INACTIVE |
ACTIVE
ACTIVE CONSTANT VARCHAR2(30) := 'AC';
Constant for the Graduation Application Status Code AC ACTIVE
INACTIVE
INACTIVE CONSTANT VARCHAR2(30) := 'IA';
Constant for the Graduation Application Status Code IA INACTIVE
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. |
f_active
Function f_active RETURN VARCHAR2
Returns the ACTIVE status constant.
Returns |
ACTIVE Constant |
f_inactive
Function f_inactive RETURN VARCHAR2
Returns the INACTIVE status constant.
Returns |
INACTIVE Constant |