DBA Data[Home] [Help]

APPS.WIP_OSP_SHP_I_WF dependencies on PO_LINES_ALL

Line 552: po_lines_all pl,

548: WIP_CONSTANTS.INV_MAX_PRECISION),
549: round(wo.scheduled_quantity,
550: WIP_CONSTANTS.INV_MAX_PRECISION))) required_assy_qty
551: from po_headers_all ph,
552: po_lines_all pl,
553: po_distributions_all pd,
554: po_vendors pv,
555: po_vendor_sites_all pvs,
556: wip_operation_resources wor,

Line 614: po_lines_all pl,

610: round(wo.scheduled_quantity,
611: WIP_CONSTANTS.INV_MAX_PRECISION))) required_assy_qty
612: from po_releases_all pr,
613: po_headers_all ph,
614: po_lines_all pl,
615: po_line_locations_all ps,
616: po_distributions_all pd,
617: po_vendors pv,
618: po_vendor_sites_all pvs,

Line 1177: po_lines_all pl,

1173: from po_releases_all pr,
1174: po_vendor_sites_all pvs,
1175: po_vendors pv,
1176: po_headers_all ph,
1177: po_lines_all pl,
1178: po_line_locations_all ps,
1179: po_distributions_all pd
1180: where pd.po_distribution_id = p_po_distribution_id
1181: and ps.line_location_id = pd.line_location_id

Line 1397: po_lines_all pl2,

1393: pr.release_num
1394: from po_releases_all pr,
1395: po_location_associations_all pla,
1396: mtl_system_items_kfv msik2,
1397: po_lines_all pl2,
1398: po_line_locations_all ps1,
1399: po_headers_all ph2,
1400: wip_operations wo,
1401: po_distributions_all pd2,