DBA Data[Home] [Help]

APPS.OE_ORDER_PRICE_PVT dependencies on OE_SERVICE_UTIL

Line 6248: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

6244: l_Line_Tbl(line_Tbl_Index).service_reference_type_code='CUSTOMER_PRODUCT' AND
6245: l_line_Tbl(line_Tbl_Index).cancelled_flag = 'N' AND
6246: l_Line_Tbl(line_Tbl_Index).service_reference_line_id IS NOT NULL THEN
6247: oe_debug_pub.add('1828553: Line is a customer product');
6248: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
6249: ( x_return_status => l_return_status
6250: , p_reference_line_id => l_Line_Tbl(line_Tbl_Index).service_reference_line_id
6251: , p_customer_id => l_Line_Tbl(line_Tbl_Index).sold_to_org_id
6252: , x_cust_product_line_id => l_order_line_id

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

7678: IF OE_CODE_CONTROL.Get_Code_Release_Level >= '110509' THEN
7679: IF l_booked_flag = 'Y' AND p_control_rec.p_write_to_db = TRUE THEN
7680: IF NOT OE_GLOBALS.G_UI_FLAG AND OE_GLOBALS.G_RECURSION_MODE = 'N' THEN
7681: If l_debug_level > 0 THEN
7682: oe_debug_pub.add('Before calling OE_SERVICE_UTIL.Notify_OC in process adj');
7683:
7684: End If;
7685: OE_SERVICE_UTIL.Notify_OC
7686: ( p_api_version_number => 1.0

Line 7685: OE_SERVICE_UTIL.Notify_OC

7681: If l_debug_level > 0 THEN
7682: oe_debug_pub.add('Before calling OE_SERVICE_UTIL.Notify_OC in process adj');
7683:
7684: End If;
7685: OE_SERVICE_UTIL.Notify_OC
7686: ( p_api_version_number => 1.0
7687: , p_init_msg_list => FND_API.G_FALSE
7688: , x_return_status => l_return_status
7689: , x_msg_count => l_msg_count