DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on PO_LINE_LOCATIONS_ALL

Line 711: from mtl_reservations mr, po_line_locations_all poll

707:
708: UNION
709:
710: select nvl(poll.promised_date,poll.need_by_date) exp_comp_date
711: from mtl_reservations mr, po_line_locations_all poll
712: where mr.demand_source_type_id = 2
713: and mr.demand_source_line_id = l_config_line_id
714: and mr.supply_source_type_id = 1
715: and mr.supply_source_header_id = poll.po_header_id

Line 731: from oe_drop_ship_sources ods, po_line_locations_all poll

727:
728: UNION
729:
730: select nvl(poll.promised_date,poll.need_by_date) exp_comp_date
731: from oe_drop_ship_sources ods, po_line_locations_all poll
732: where ods.line_id = l_config_line_id
733: and ods.po_header_id = poll.po_header_id
734: and ods.line_location_id = poll.line_location_id
735: