|
Package sb_application_decision_str Error messages and error message functions for the Application Decision API (sb_application_decision).This is the API for the Student Application Decision Table (SARAPPD). Internal identification number, term code, application number and sequence number are the keys for each application decision. Separate decision codes can be entered on multiple admission applications for the same applicant within the same term. |
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_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. |