DBA Data[Home] [Help]

APPS.IBE_ORDER_SAVE_PVT dependencies on OE_CODE_CONTROL

Line 814: Ibe_util.Debug('OM::Get_Code_Release_Level: ' ||OE_CODE_CONTROL.Get_Code_Release_Level);

810: END IF;
811: x_order_header_rec.source_document_type_id := 13; -- iStore Account
812:
813: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
814: Ibe_util.Debug('OM::Get_Code_Release_Level: ' ||OE_CODE_CONTROL.Get_Code_Release_Level);
815: END IF;
816:
817: l_preApprove_prof := FND_PROFILE.VALUE('IBE_ENABLE_RETURN_PREBOOK');
818: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 823: OE_CODE_CONTROL.Get_Code_Release_Level > '110509' AND

819: Ibe_util.Debug('Enable Pre-Approval Profile value: ' ||l_preApprove_prof);
820: END IF;
821:
822: IF (x_order_header_rec.order_category_code = 'RETURN' AND
823: OE_CODE_CONTROL.Get_Code_Release_Level > '110509' AND
824: l_preApprove_prof = 'Y') THEN
825: x_order_header_rec.flow_status_code := 'WORKING';
826: END IF;
827:

Line 3093: IBE_UTIL.DEBUG('OE-Get_Code_Release_Level ' || OE_CODE_CONTROL.Get_Code_Release_Level);

3089: -- SO validate the qty, before calling submit_order().
3090:
3091: IF (IBE_UTIL.G_DEBUGON = l_true) then
3092: IBE_UTIL.DEBUG('order_category_code: ' ||l_order_header_rec.order_category_code );
3093: IBE_UTIL.DEBUG('OE-Get_Code_Release_Level ' || OE_CODE_CONTROL.Get_Code_Release_Level);
3094: end if;
3095:
3096: -- As per Bug# 3522453, a new profile is introduced to drive pre-booking approval
3097: -- flows. So check for flow_status_code if it is "WORKING", then go with