DBA Data[Home] [Help]

APPS.WSH_IB_UI_RECON_GRP dependencies on WSH_INBOUND_UTIL_PKG

Line 172: -- 4. Finally, we also call WSH_INBOUND_UTIL_PKG.setTripStopStatus

168: -- we need to re-rate the deliveries)
169: -- 3. We call WSH_TP_RELEASE.calculate_cont_del_tpdates
170: -- so that we recalculate the TP dates on all the
171: -- deliveries.
172: -- 4. Finally, we also call WSH_INBOUND_UTIL_PKG.setTripStopStatus
173: -- to set the statuses of the corresponding trips and stops
174: -- corresponding to the new status of the deliveries.
175: --========================================================================
176: PROCEDURE revert_deliveries(

Line 319: WSH_INBOUND_UTIL_PKG.setTripStopStatus(

315: p_return_status => l_return_status,
316: x_num_warnings => l_num_warnings,
317: x_num_errors => l_num_errors);
318: --
319: WSH_INBOUND_UTIL_PKG.setTripStopStatus(
320: p_transaction_code => 'RECEIPT',
321: p_action_code => 'CANCEL',
322: p_delivery_id_tab => p_delivery_id_tab,
323: x_return_status => l_return_status);

Line 2227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For received quantity',WSH_DEBUG_SV.C_PROC_LEVEL);

2223: --
2224: -- Debug Statements
2225: --
2226: IF l_debug_on THEN
2227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For received quantity',WSH_DEBUG_SV.C_PROC_LEVEL);
2228: END IF;
2229: --
2230: WSH_INBOUND_UTIL_PKG.convert_quantity(
2231: p_inv_item_id => l_dd_item_id,

Line 2230: WSH_INBOUND_UTIL_PKG.convert_quantity(

2226: IF l_debug_on THEN
2227: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For received quantity',WSH_DEBUG_SV.C_PROC_LEVEL);
2228: END IF;
2229: --
2230: WSH_INBOUND_UTIL_PKG.convert_quantity(
2231: p_inv_item_id => l_dd_item_id,
2232: p_organization_id => l_dd_organization_id,
2233: p_primary_uom_code => l_dd_uom_code,
2234: p_quantity => l_prim_rcvd_qty,

Line 2253: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For returned quantity',WSH_DEBUG_SV.C_PROC_LEVEL);

2249: --
2250: -- Debug Statements
2251: --
2252: IF l_debug_on THEN
2253: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For returned quantity',WSH_DEBUG_SV.C_PROC_LEVEL);
2254: END IF;
2255: --
2256: WSH_INBOUND_UTIL_PKG.convert_quantity(
2257: p_inv_item_id => l_dd_item_id,

Line 2256: WSH_INBOUND_UTIL_PKG.convert_quantity(

2252: IF l_debug_on THEN
2253: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For returned quantity',WSH_DEBUG_SV.C_PROC_LEVEL);
2254: END IF;
2255: --
2256: WSH_INBOUND_UTIL_PKG.convert_quantity(
2257: p_inv_item_id => l_dd_item_id,
2258: p_organization_id => l_dd_organization_id,
2259: p_primary_uom_code => l_dd_uom_code,
2260: p_quantity => l_prim_ret_qty,

Line 2299: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For shipped quantity',WSH_DEBUG_SV.C_PROC_LEVEL);

2295: --
2296: -- Debug Statements
2297: --
2298: IF l_debug_on THEN
2299: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For shipped quantity',WSH_DEBUG_SV.C_PROC_LEVEL);
2300: END IF;
2301: --
2302: WSH_INBOUND_UTIL_PKG.convert_quantity(
2303: p_inv_item_id => l_dd_item_id,

Line 2302: WSH_INBOUND_UTIL_PKG.convert_quantity(

2298: IF l_debug_on THEN
2299: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_INBOUND_UTIL_PKG.CONVERT_QUANTITY For shipped quantity',WSH_DEBUG_SV.C_PROC_LEVEL);
2300: END IF;
2301: --
2302: WSH_INBOUND_UTIL_PKG.convert_quantity(
2303: p_inv_item_id => l_dd_item_id,
2304: p_organization_id => l_dd_organization_id,
2305: p_primary_uom_code => l_dd_uom_code,
2306: p_quantity => shpmt_line_rec.quantity_shipped,

Line 2648: WSH_INBOUND_UTIL_PKG.G_ASN_RECEIPT_MATCH_TYPE := 'MANUAL';

2644: WSH_DEBUG_SV.logmsg(l_module_name,'After initializing the message list');
2645: END IF;
2646: -- { IB-Phase-2
2647: -- For manual matching of Receipts, rating of Trips has to be done asynchronously.
2648: WSH_INBOUND_UTIL_PKG.G_ASN_RECEIPT_MATCH_TYPE := 'MANUAL';
2649: -- } IB-Phase-2
2650:
2651: IF p_transaction_type = 'ASN' THEN
2652: --{

Line 3427: WSH_INBOUND_UTIL_PKG.G_ASN_RECEIPT_MATCH_TYPE := 'MANUAL';

3423: END IF;
3424: --
3425: -- { IB-Phase-2
3426: -- For manual matching of Receipts, rating of Trips has to be done asynchronously.
3427: WSH_INBOUND_UTIL_PKG.G_ASN_RECEIPT_MATCH_TYPE := 'MANUAL';
3428: -- } IB-Phase-2
3429:
3430: -- If the Header has ShipFromLocation, then all the lines under the header should have
3431: -- the same ShipFromLocation. The update which is done in the following lines can be