index

Package tb_depo_control_str

Error messages and error message functions for DEPO_CONTROL.

Message KeyError Message
INVALID_DETAIL_CODE_DEPOSITDetail Code Deposit is not defined as a deposit.
An attempt was made to create a deposit using a detail code that has not been defined as a deposit in the Deposit Detail Definition table (TBBDEPC).


Program units
f_get_error   Returns error message corresponding to p_errorname.

Variables
error_tab   Error table


error_tab

error_tab gb_common.errmsg_tab_type;

Error table


f_get_error

Function f_get_error(p_errorname VARCHAR2) RETURN VARCHAR2

Returns error message corresponding to p_errorname.

Parameters
p_errorname   Name associated with error message.