index

Package BANINST1.fb_common_strings

This package contains the error messages and error message functions for FB_COMMON.

Message NameError Message
CANNOT_UPDATE_COMPLETEInvoice has been completed. Cannot be updated.
Invoice has been completed. Cannot be updated.
CANNOT_UPDATE_IN_MATCHINGInvoice in matching process. Cannot be updated.
Invoice in matching process. Cannot be updated.
DISCOUNT_FUTUREDiscount Code not yet effective.
Discount Code not yet effective.
DISCOUNT_NOT_EXISTSDiscount Code does not exist.
Discount Code does not exist.
DISCOUNT_TERMINATEDDiscount Code has been terminated.
Discount Code has been terminated.
MISSING_PCT_OR_AMTEither percent or amount is necessary.
Either percent or amount is necessary.
PCT_AMT_DONT_MATCHPercent and Amount do not match
Percent and Amount do not match
UPDATE_FAILEDNo records were changed by this request.
An attempt to change internal status indicators failed to update any records.


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.