DBA Data[Home] [Help]

APPS.AP_INVOICES_POST_PROCESS_PKG dependencies on AP_BATCHES_ALL

Line 38: ap_batches_all AB,

34: VS.invoice_amount_limit,
35: SP.base_currency_code,
36: nvl(VS.hold_future_payments_flag,'N')
37: from ap_invoices_all AI,
38: ap_batches_all AB,
39: ap_system_parameters_all SP,
40: po_vendor_sites VS
41: where AI.invoice_id = X_invoice_id
42: and AI.batch_id = AB.batch_id (+)

Line 752: ap_batches_all AB --Bug: 6668692 : Added _all to table name

748: '',null,
749: AP_BATCHES_PKG.GET_ACTUAL_INV_AMOUNT(
750: AB.BATCH_ID))
751: from ap_invoices AI,
752: ap_batches_all AB --Bug: 6668692 : Added _all to table name
753: where AI.invoice_id = X_invoice_id
754: and AI.batch_id = AB.batch_id (+);
755: BEGIN
756: