DBA Data[Home] [Help]

APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on AP_INVOICES_ALL

Line 821: ap_invoices_all API,

817: POD.po_distribution_id,
818: 'NEW'
819: FROM ap_invoice_distributions_gt APIDG,
820: ap_invoice_lines_all APIL,
821: ap_invoices_all API,
822: financials_system_params_all FSP, -- changed table order # 9669334
823: ap_batches_all APB,
824: po_distributions_all POD,
825: po_headers_all POH,

Line 1325: ap_invoices_all API,

1321: POD.po_distribution_id,
1322: 'NEW'
1323: FROM ap_invoice_distributions_gt APIDG,
1324: ap_invoice_lines_all APIL,
1325: ap_invoices_all API,
1326: AP_PAYMENT_HIST_DISTS APHD, --Bug9967535
1327: financials_system_params_all FSP, -- changed table order # 9669334
1328: ap_batches_all APB,
1329: po_distributions_all POD,

Line 1788: ap_invoices_all API,

1784: FROM ap_invoice_distributions_all APID,
1785: ap_invoice_lines_all APIL,
1786: ap_invoice_payments_all APIP,
1787: ap_payment_hist_dists APHD,
1788: ap_invoices_all API,
1789: ap_batches_all APB,
1790: po_distributions_all POD,
1791: po_headers_all POH,
1792: --po_lines_all POL, /*Bug12703009: Commented the unused table*/