DBA Data[Home] [Help]

APPS.AP_MASS_ADDITIONS_CREATE_PKG dependencies on PO_LINES_ALL

Line 618: po_lines_all POL,

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,
621: mtl_system_items MTLSI,
622: financials_system_params_all FSP,

Line 1020: po_lines_all POL,

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,
1023: mtl_system_items MTLSI,
1024: financials_system_params_all FSP,

Line 1421: po_lines_all POL,

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,
1424: xla_distribution_links XDL,
1425: xla_ae_headers XAH,

Line 1654: po_line_locations_all PLL, po_lines_all POL

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
1658: AND POL.item_id = MTLSI.inventory_item_id