DBA Data[Home] [Help]

APPS.WSH_PROCESS_INTERFACED_PKG dependencies on WSH_INBOUND_SHIP_ADVICE_PKG

Line 281: -- wsh_inbound_ship_advice_pkg.process_ship_advice takes care of

277: IF (l_return_status = wsh_util_core.g_ret_sts_success) THEN
278:
279: -- TPW - Distributed changes
280: -- savepoint before_process NOT required since api
281: -- wsh_inbound_ship_advice_pkg.process_ship_advice takes care of
282: -- setting appropriate savepoints.
283:
284: IF (l_trns_history_rec.document_type = 'SR') THEN
285:

Line 302: wsh_inbound_ship_advice_pkg.process_ship_advice (

298: wsh_debug_sv.log (l_module_name,'t_return_status',t_return_status);
299: END IF;
300:
301: ELSE
302: wsh_inbound_ship_advice_pkg.process_ship_advice (
303: l_delivery_interface_id,
304: l_trns_history_rec.event_key,
305: t_return_status
306: );

Line 1620: IF nvl(WSH_INBOUND_SHIP_ADVICE_PKG.G_WAREHOUSE_TYPE, '!') in ('TPW', 'CMS') THEN

1616: ultimate_dropoff_location_id = l_ultimate_dropoff_location_id
1617: WHERE delivery_interface_id = p_delivery_interface_id;
1618:
1619: -- TPW - Distributed changes
1620: IF nvl(WSH_INBOUND_SHIP_ADVICE_PKG.G_WAREHOUSE_TYPE, '!') in ('TPW', 'CMS') THEN
1621: UPDATE wsh_del_legs_interface
1622: SET delivery_id = l_dlvy_id
1623: WHERE delivery_interface_id = p_delivery_interface_id;
1624: END IF;