DBA Data[Home] [Help]

APPS.WSH_WMS_LPN_GRP dependencies on WSH_TRIP_STOPS

Line 1765: from wsh_trip_stops s,

1761: ) IS
1762:
1763: cursor c_parent_info(p_del_id in NUMBER) is
1764: select s.trip_id, l2.delivery_id
1765: from wsh_trip_stops s,
1766: wsh_delivery_legs l1,
1767: wsh_delivery_legs l2,
1768: wsh_new_deliveries d
1769: where d.initial_pickup_location_id = s.stop_location_id

Line 1777: from wsh_trip_stops s,

1773: and l1.parent_delivery_leg_id = l2.delivery_leg_id(+);
1774:
1775: cursor c_pickup_trip(p_del_id in NUMBER) is
1776: select s.trip_id
1777: from wsh_trip_stops s,
1778: wsh_delivery_legs l,
1779: wsh_new_deliveries d
1780: where d.initial_pickup_location_id = s.stop_location_id
1781: and l.delivery_id = d.delivery_id