BANINST1@S10B80 |
Package sb_course_registration_str NOTE: Please be advised that this API is currently intended to only support internal operations.To ensure data integrity, this api is not supported when called by external applications or interfaces to manipulate data. The recommendation for external applications is to use message level integration to integrate with this entitity in SCT Banner. This package contains the error messages and error message functions for the Course Registration API (sb_course_registration).
|
Program units |
f_get_error | Returns an error message corresponding to p_errorname. |
Variables |
error_tab | Global error table that holds the error message. |
error_tab
error_tab gb_common_strings.errmsg_tab_type;
Global error table that holds the error message.
f_get_error
Function f_get_error(p_errorname VARCHAR2) return varchar2
Returns an error message corresponding to p_errorname.
Parameters |
p_errorname |
Name associated with the error message. |