DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SINGLE_PMT_PKG dependencies on IBY_TRANSACTION_ERRORS

Line 57: * IBY_TRANSACTION_ERRORS table.

53: -- );
54:
55: /*
56: * Record to store transaction error id from
57: * IBY_TRANSACTION_ERRORS table.
58: */
59: TYPE trxnErrorIdRecType IS RECORD (
60: trxn_error_id
61: IBY_TRANSACTION_ERRORS.transaction_error_id%TYPE

Line 61: IBY_TRANSACTION_ERRORS.transaction_error_id%TYPE

57: * IBY_TRANSACTION_ERRORS table.
58: */
59: TYPE trxnErrorIdRecType IS RECORD (
60: trxn_error_id
61: IBY_TRANSACTION_ERRORS.transaction_error_id%TYPE
62: );
63:
64: /*
65: * Table of transaction error ids.

Line 284: | IBY_TRANSACTION_ERRORS.transaction_error_id. Use these

280: | U - Unexpected / system error
281: |
282: | x_error_ids_tab
283: | List of validation error ids that map to
284: | IBY_TRANSACTION_ERRORS.transaction_error_id. Use these
285: | error ids to look up this table for list of validation errors.
286: |
287: | This parameter is only relevant when the return status is E.
288: |