DBA Data[Home] [Help]

APPS.WSH_DCP_PVT dependencies on MTL_RESERVATIONS

Line 994: from mtl_reservations mr

990: and oel.open_flag = 'N'
991: and nvl(oel.shippable_flag, 'N') = 'Y'
992: and exists (
993: select 'x'
994: from mtl_reservations mr
995: where mr.demand_source_line_id = oel.line_id
996: and mr.primary_reservation_quantity > 0
997: )
998: and not exists (

Line 1018: from mtl_reservations mr

1014: and oel.open_flag = 'N'
1015: and nvl(oel.shippable_flag, 'N') = 'Y'
1016: and exists (
1017: select 'x'
1018: from mtl_reservations mr
1019: where mr.demand_source_line_id = oel.line_id
1020: and mr.primary_reservation_quantity > 0
1021: )
1022: and not exists (