DBA Data[Home] [Help]

APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on PO_DISTRIBUTIONS_ALL

Line 616: po_distributions_all POD,

612: FROM ap_invoice_distributions_gt APIDG, --Bug 7284987 / 7392117
613: ap_invoice_lines_all APIL,
614: ap_invoices_all API,
615: ap_batches_all APB,
616: po_distributions_all POD,
617: po_headers_all POH,
618: po_lines_all POL,
619: po_vendors POV,
620: po_line_types_b POLT,

Line 1018: po_distributions_all POD,

1014: FROM ap_invoice_distributions_gt APIDG, -- Bug 7284987 / 7392117
1015: ap_invoice_lines_all APIL,
1016: ap_invoices_all API,
1017: ap_batches_all APB,
1018: po_distributions_all POD,
1019: po_headers_all POH,
1020: po_lines_all POL,
1021: po_vendors POV,
1022: po_line_types_b POLT,

Line 1419: po_distributions_all POD,

1415: ap_invoice_payments_all APIP,
1416: ap_payment_hist_dists APHD,
1417: ap_invoices_all API,
1418: ap_batches_all APB,
1419: po_distributions_all POD,
1420: po_headers_all POH,
1421: po_lines_all POL,
1422: po_vendors POV,
1423: --po_line_types_b POLT,

Line 1653: FROM mtl_system_items MTLSI, po_distributions_all POD,

1649: AND APID.assets_tracking_flag = 'Y'
1650: AND ('Y', '1') =
1651: (SELECT MTLSI.comms_nl_trackable_flag,
1652: MTLSI.asset_creation_code
1653: FROM mtl_system_items MTLSI, po_distributions_all POD,
1654: po_line_locations_all PLL, po_lines_all POL
1655: WHERE POD.po_distribution_id = APID.po_distribution_id
1656: AND PLL.line_location_id = POD.line_location_id
1657: AND POL.po_line_id = PLL.po_line_id