DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_SERVICE_UTIL

Line 6531: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

6527: l_line_Tbl(line_Tbl_Index).cancelled_flag = 'N' AND
6528: l_Line_Tbl(line_Tbl_Index).service_reference_line_id IS NOT NULL
6529: THEN
6530: oe_debug_pub.add('1828553: Line is a customer product');
6531: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
6532: ( x_return_status => l_return_status
6533: , p_reference_line_id => l_Line_Tbl(line_Tbl_Index).service_reference_line_id
6534: , p_customer_id => l_Line_Tbl(line_Tbl_Index).sold_to_org_id
6535: , x_cust_product_line_id => l_order_line_id

Line 7985: oe_debug_pub.add('Before calling OE_SERVICE_UTIL.Notify_OC in process adj');

7981: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
7982: IF l_booked_flag = 'Y' AND p_control_rec.p_write_to_db = TRUE THEN
7983: IF NOT OE_GLOBALS.G_UI_FLAG AND OE_GLOBALS.G_RECURSION_MODE = 'N' THEN
7984: If l_debug_level > 0 THEN
7985: oe_debug_pub.add('Before calling OE_SERVICE_UTIL.Notify_OC in process adj');
7986:
7987: End If;
7988: OE_SERVICE_UTIL.Notify_OC
7989: ( p_api_version_number => 1.0

Line 7988: OE_SERVICE_UTIL.Notify_OC

7984: If l_debug_level > 0 THEN
7985: oe_debug_pub.add('Before calling OE_SERVICE_UTIL.Notify_OC in process adj');
7986:
7987: End If;
7988: OE_SERVICE_UTIL.Notify_OC
7989: ( p_api_version_number => 1.0
7990: , p_init_msg_list => FND_API.G_FALSE
7991: , x_return_status => l_return_status
7992: , x_msg_count => l_msg_count