Package gb_stvterm_strings 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 Term Code Validation API (gb_stvterm).
|
Program units |
f_get_error | Returns the error message corresponding to p_errorname. |
Variables |
error_tab | Global error table that holds the error message. |
error_tab
error_tab gb_common.errmsg_tab_type;
Global error table that holds the error message.
f_get_error
FUNCTION f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2
Returns the error message corresponding to p_errorname.
Parameters |
p_errorname |
Name associated with the error message. |