DBA Data[Home] [Help]

APPS.WSH_TRIPS_ACTIONS dependencies on DUAL

Line 102: from dual

98: and dg.pick_up_stop_id = st.stop_id;
99: -- Bug 9002479 : Select '1' changed to Select 1
100: cursor get_pickup_delivery (c_stop_id number, c_stop_location_id number) is
101: select 1
102: from dual
103: where exists (select dl.delivery_id
104: from wsh_new_deliveries dl,
105: wsh_delivery_legs dg
106: where dg.pick_up_stop_id = c_stop_id