index

Package tp_application_str

Error messages and error message functions for the Application of Payment API (tp_application).

Message NameError Message
INVALID_AMOUNTThe amount requested to unapply does not match the amount of the original application.
An attempt was made to unapply a transaction, giving an amount different from the initial application.
INVALID_REAPPLICATIONThe transaction has already been unapplied.
An attempt was made to unapply a transaction which has previously been unapplied.


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.