index

Package tb_statement_str

Error messages and error message functions for STATEMENT.
 
Note that in addition to the messages below, errors may be raised from -
     TB_COMMON regarding common data
     GB_LARGE_OBJECT regarding file storage

Message NameError Message
INVALID_MEDIA_IDInvalid value for large object Media Id.
The attempt to store a file using the large object API has failed - contact system administrator.
MISSING_BILL_DATEMissing mandatory value for Bill Date.
The Bill Date may not be null.
MISSING_BILL_RUNMissing mandatory value for Bill Run.
The Bill Run may not be null.


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.