DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_DELIVERY_LEGS

Line 32: wsh_delivery_legs wdl,

28: cursor l_trips_csr(p_shpmt_header_id NUMBER) is
29: select distinct wt.trip_id
30: from wsh_trips wt,
31: wsh_trip_stops wts,
32: wsh_delivery_legs wdl,
33: wsh_new_deliveries wnd
34: where wnd.RCV_SHIPMENT_HEADER_ID = p_shpmt_header_id
35: and wnd.delivery_id = wdl.delivery_id
36: and wdl.pick_up_stop_id = wts.stop_id

Line 291: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(

287: x_num_warnings => l_num_warnings,
288: x_num_errors => l_num_errors);
289: */
290:
291: WSH_DELIVERY_LEGS_ACTIONS.Mark_Reprice_Required(
292: p_entity_type => 'DELIVERY',
293: p_entity_ids => p_delivery_id_tab,
294: x_return_status => l_return_status);
295: --