DBA Data[Home] [Help]

APPS.WSH_PR_CRITERIA dependencies on OE_SHIPPING_INTEGRATION_PUB

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

221: --
222:
223: IF l_debug_on THEN
224: WSH_DEBUG_SV.log(l_module_name,'Current Time is ',SYSDATE);
225: WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit OE_Shipping_Integration_PUB.Check_Import_Pending_Lines',WSH_DEBUG_SV.C_PROC_LEVEL);
226: END IF;
227:
228: -- Checks if any lines in the ship set are not yet imported
229: -- Bug :3832310. The call to "WSH_DELIVERY_VALIDATIONS.Check_SS_Imp_Pending"

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

226: END IF;
227:
228: -- Checks if any lines in the ship set are not yet imported
229: -- Bug :3832310. The call to "WSH_DELIVERY_VALIDATIONS.Check_SS_Imp_Pending"
230: -- is changed to "OE_Shipping_Integration_PUB.Check_Import_Pending_Lines".
231: -- Since this call is applicable to both ship sets and SMC's make this
232: -- call before the IF condition branching the logic for these two kinds of
233: -- groupings.
234:

Line 235: l_status := OE_Shipping_Integration_PUB.Check_Import_Pending_Lines(

231: -- Since this call is applicable to both ship sets and SMC's make this
232: -- call before the IF condition branching the logic for these two kinds of
233: -- groupings.
234:
235: l_status := OE_Shipping_Integration_PUB.Check_Import_Pending_Lines(
236: p_header_id => P_ORDER_HEADER_ID,
237: p_ship_set_id => p_ship_set_id,
238: p_top_model_line_id => P_TOP_MODEL_LINE_ID,
239: p_transactable_flag => 'Y',