Package gb_payment_strings Error messages and error message functions for the PAYMENT API (gb_payment). |
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, p_value_01 VARCHAR2 DEFAULT NULL, p_value_02 VARCHAR2 DEFAULT NULL, p_value_03 VARCHAR2 DEFAULT NULL) RETURN gb_common_strings.err_type
Returns the error message corresponding to p_errorname.
Parameters |
p_errorname |
Name associated with the error message. |