DBA Data[Home] [Help]

APPS.WSH_PR_CRITERIA dependencies on OE_SHIPPING_INTEGRATION_PUB

Line 236: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit OE_Shipping_Integration_PUB.Check_Import_Pending_Lines',WSH_DEBUG_SV.C_PROC_LEVEL);

232: --
233:
234: IF l_debug_on THEN
235: WSH_DEBUG_SV.log(l_module_name,'Current Time is ',SYSDATE);
236: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit OE_Shipping_Integration_PUB.Check_Import_Pending_Lines',WSH_DEBUG_SV.C_PROC_LEVEL);
237: END IF;
238:
239: -- Checks if any lines in the ship set are not yet imported
240: -- Bug :3832310. The call to "WSH_DELIVERY_VALIDATIONS.Check_SS_Imp_Pending"

Line 241: -- is changed to "OE_Shipping_Integration_PUB.Check_Import_Pending_Lines".

237: END IF;
238:
239: -- Checks if any lines in the ship set are not yet imported
240: -- Bug :3832310. The call to "WSH_DELIVERY_VALIDATIONS.Check_SS_Imp_Pending"
241: -- is changed to "OE_Shipping_Integration_PUB.Check_Import_Pending_Lines".
242: -- Since this call is applicable to both ship sets and SMC's make this
243: -- call before the IF condition branching the logic for these two kinds of
244: -- groupings.
245:

Line 246: l_status := OE_Shipping_Integration_PUB.Check_Import_Pending_Lines(

242: -- Since this call is applicable to both ship sets and SMC's make this
243: -- call before the IF condition branching the logic for these two kinds of
244: -- groupings.
245:
246: l_status := OE_Shipping_Integration_PUB.Check_Import_Pending_Lines(
247: p_header_id => P_ORDER_HEADER_ID,
248: p_ship_set_id => p_ship_set_id,
249: p_top_model_line_id => P_TOP_MODEL_LINE_ID,
250: p_transactable_flag => 'Y',