DBA Data[Home] [Help]

APPS.WSH_INBOUND_UTIL_PKG dependencies on WSH_NEW_DELIVERIES_PVT

Line 1321: l_delivery_rec WSH_NEW_DELIVERIES_PVT.delivery_rec_type;

1317: l_rowid VARCHAR2(32767);
1318:
1319: l_query_count NUMBER;
1320: --
1321: l_delivery_rec WSH_NEW_DELIVERIES_PVT.delivery_rec_type;
1322: l_leg_id_tbl wsh_util_core.id_tab_type;
1323: l_line_tbl wsh_util_core.id_tab_type;
1324: l_entity_ids wsh_util_core.id_tab_type;
1325: l_dlvy_freight_terms_code VARCHAR2(30);

Line 1418: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.clone',WSH_DEBUG_SV.C_PROC_LEVEL);

1414: l_delivery_rec.wv_frozen_flag := 'N';
1415: l_delivery_rec.routing_response_id := FND_API.G_MISS_NUM ;
1416:
1417: IF l_debug_on THEN
1418: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_NEW_DELIVERIES_PVT.clone',WSH_DEBUG_SV.C_PROC_LEVEL);
1419: END IF;
1420: --
1421: -- Clone the input delivery
1422: --

Line 1423: WSH_NEW_DELIVERIES_PVT.clone

1419: END IF;
1420: --
1421: -- Clone the input delivery
1422: --
1423: WSH_NEW_DELIVERIES_PVT.clone
1424: (
1425: p_delivery_rec => l_delivery_rec,
1426: p_delivery_id => p_delivery_id,
1427: p_copy_legs => 'Y',