Package sb_pesc_status_imp_strings This package contains the error messages and error message functions for the PESC Status Import API (sb_xml_status_imp)."PESC" stands for "Postsecondary Electronic Standards Council". For use with internal processing to produce the XML transcript.
|
Program units |
f_get_error | Returns the error message corresponding to p_errorname. |
Variables |
error_tab | Global PL/SQL table that holds the error messages. |
error_tab
error_tab gb_common.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.err_type;
Returns the error message corresponding to p_errorname.
Parameters |
p_errorname |
Name associated with the error message. |