index

Package tb_misc_header_str

Error messages and error message functions for MISC_HEADER.

Message KeyError Message
INVALID_NATN_CODEInvalid value for Nation.
An attempt was made to create or update a record using a Nation Code that is invalid (STVNATN).
INVALID_STAT_CODEInvalid value for State or Province.
An attempt was made to create or update a record using a State or Province Code that is invalid (STVSTAT).
MISSING_ADDRESSAddress is required.
At least one of the Street Line Addresses is required when creating or updating a record, based on the Accounts Receivable Billing Control Table (TBBCTRL).
MISSING_NAMEName is required.
Name is required when creating or updating a record, based on the Accounts Receivable Billing Control Table (TBBCTRL).
RECORD_EXISTSCannot create, record already exists.
An attempt was made to create a record using a receipt number that has previously been used.


Program units
f_get_error   Returns error message corresponding to p_errorname.

Variables
error_tab   Error table


error_tab

error_tab gb_common_strings.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.