DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_BLKT_RELEASE_UTIL

Line 2674: OE_Blkt_Release_Util.Cache_Order_Qty_Amt

2670: -- 11i10 Pricing Changes for blankets
2671: IF p_request_type = OE_GLOBALS.G_PROCESS_RELEASE
2672: AND OE_Code_Control.Get_Code_Release_Level >= '110510'
2673: THEN
2674: OE_Blkt_Release_Util.Cache_Order_Qty_Amt
2675: (p_request_rec => l_request
2676: ,x_return_status => l_return_status
2677: ) ;
2678: if l_return_status = fnd_api.g_ret_sts_error then

Line 3885: OE_Blkt_Release_Util.Process_Releases

3881: -- IMPORTANT: This request should be executed after all requests that
3882: -- can result in change to qty or price are executed.
3883: -- This will execute both requests of type: PROCESS_RELEASE
3884: -- and VALIDATE_RELEASE_SHIPMENTS.
3885: OE_Blkt_Release_Util.Process_Releases
3886: (p_request_tbl => G_Delayed_Requests
3887: ,x_return_status => l_return_status);
3888: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN
3889: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;