DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SINGLE_PMT_PKG dependencies on IBY_DOCS_PAYABLE_ALL

Line 434: IBY_DOCS_PAYABLE_ALL doc,

430: SELECT
431: err.transaction_error_id
432: FROM
433: IBY_TRANSACTION_ERRORS err,
434: IBY_DOCS_PAYABLE_ALL doc,
435: IBY_PAY_SERVICE_REQUESTS prq
436: WHERE
437: err.transaction_id = doc.document_payable_id AND
438: err.transaction_type = TRXN_TYPE_DOC AND

Line 1206: * IBY_DOCS_PAYABLE_ALL table.

1202: /*
1203: * STEP 2:
1204: *
1205: * Insert the documents of this payment request into the
1206: * IBY_DOCS_PAYABLE_ALL table.
1207: */
1208:
1209: BEGIN
1210:

Line 2811: IBY_DOCS_PAYABLE_ALL doc,

2807: SELECT
2808: err.transaction_error_id
2809: FROM
2810: IBY_TRANSACTION_ERRORS err,
2811: IBY_DOCS_PAYABLE_ALL doc,
2812: IBY_PAY_SERVICE_REQUESTS prq
2813: WHERE
2814: err.transaction_id = doc.document_payable_id AND
2815: err.transaction_type = TRXN_TYPE_DOC AND