DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_SERVICE_UTIL

Line 5847: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

5843: IF l_Line_Tbl(line_Tbl_Index).item_type_code = 'SERVICE' AND
5844: l_Line_Tbl(line_Tbl_Index).service_reference_type_code='CUSTOMER_PRODUCT' AND
5845: l_Line_Tbl(line_Tbl_Index).service_reference_line_id IS NOT NULL THEN
5846: oe_debug_pub.add('1828553: Line is a customer product');
5847: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
5848: ( x_return_status => l_return_status
5849: , p_reference_line_id => l_Line_Tbl(line_Tbl_Index).service_reference_line_id
5850: , p_customer_id => l_Line_Tbl(line_Tbl_Index).sold_to_org_id
5851: , x_cust_product_line_id => l_order_line_id