DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on PO_REQUISITION_LINES_ALL

Line 721: from mtl_reservations mr, po_requisition_lines_all porl

717:
718: UNION
719:
720: select porl.need_by_date exp_comp_date
721: from mtl_reservations mr, po_requisition_lines_all porl
722: where mr.demand_source_type_id = 2
723: and mr.demand_source_line_id = l_config_line_id
724: and mr.supply_source_type_id in (7, 17)
725: and mr.supply_source_header_id = porl.requisition_header_id

Line 739: from oe_drop_ship_sources ods, po_requisition_lines_all porl

735:
736: UNION
737:
738: select porl.need_by_date exp_comp_date
739: from oe_drop_ship_sources ods, po_requisition_lines_all porl
740: where ods.line_id = l_config_line_id
741: and ods.po_header_id is null
742: and ods.requisition_header_id = porl.requisition_header_id
743: and ods.requisition_line_id = porl.requisition_line_id