DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SINGLE_PMT_PKG dependencies on IBY_DOCS_PAYABLE_ALL

Line 431: IBY_DOCS_PAYABLE_ALL doc,

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

Line 1114: * IBY_DOCS_PAYABLE_ALL table.

1110: /*
1111: * STEP 2:
1112: *
1113: * Insert the documents of this payment request into the
1114: * IBY_DOCS_PAYABLE_ALL table.
1115: */
1116:
1117: BEGIN
1118:

Line 2556: IBY_DOCS_PAYABLE_ALL doc,

2552: SELECT
2553: err.transaction_error_id
2554: FROM
2555: IBY_TRANSACTION_ERRORS err,
2556: IBY_DOCS_PAYABLE_ALL doc,
2557: IBY_PAY_SERVICE_REQUESTS prq
2558: WHERE
2559: err.transaction_id = doc.document_payable_id AND
2560: err.transaction_type = TRXN_TYPE_DOC AND