DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_BLKT_RELEASE_UTIL

Line 2319: OE_Blkt_Release_Util.Cache_Order_Qty_Amt

2315: -- 11i10 Pricing Changes for blankets
2316: IF p_request_type = OE_GLOBALS.G_PROCESS_RELEASE
2317: AND OE_Code_Control.Get_Code_Release_Level >= '110510'
2318: THEN
2319: OE_Blkt_Release_Util.Cache_Order_Qty_Amt
2320: (p_request_rec => l_request
2321: ,x_return_status => l_return_status
2322: ) ;
2323: if l_return_status = fnd_api.g_ret_sts_error then

Line 3454: OE_Blkt_Release_Util.Process_Releases

3450: -- IMPORTANT: This request should be executed after all requests that
3451: -- can result in change to qty or price are executed.
3452: -- This will execute both requests of type: PROCESS_RELEASE
3453: -- and VALIDATE_RELEASE_SHIPMENTS.
3454: OE_Blkt_Release_Util.Process_Releases
3455: (p_request_tbl => G_Delayed_Requests
3456: ,x_return_status => l_return_status);
3457: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3458: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;