DBA Data[Home] [Help]

APPS.CTO_WORKBENCH_UTIL_PK dependencies on PO_LINE_LOCATIONS_ALL

Line 801: from mtl_reservations mr, po_line_locations_all poll

797:
798: UNION
799:
800: select nvl(poll.promised_date,poll.need_by_date) exp_comp_date
801: from mtl_reservations mr, po_line_locations_all poll
802: where mr.demand_source_type_id = 2
803: and mr.demand_source_line_id = l_config_line_id
804: and mr.supply_source_type_id = 1
805: and mr.supply_source_header_id = poll.po_header_id

Line 821: from oe_drop_ship_sources ods, po_line_locations_all poll

817:
818: UNION
819:
820: select nvl(poll.promised_date,poll.need_by_date) exp_comp_date
821: from oe_drop_ship_sources ods, po_line_locations_all poll
822: where ods.line_id = l_config_line_id
823: and ods.po_header_id = poll.po_header_id
824: and ods.line_location_id = poll.line_location_id
825: