DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on OE_SERVICE_UTIL

Line 5938: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

5934: IF l_Line_Tbl(line_Tbl_Index).item_type_code = 'SERVICE' AND
5935: l_Line_Tbl(line_Tbl_Index).service_reference_type_code='CUSTOMER_PRODUCT' AND
5936: l_Line_Tbl(line_Tbl_Index).service_reference_line_id IS NOT NULL THEN
5937: oe_debug_pub.add('1828553: Line is a customer product');
5938: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
5939: ( x_return_status => l_return_status
5940: , p_reference_line_id => l_Line_Tbl(line_Tbl_Index).service_reference_line_id
5941: , p_customer_id => l_Line_Tbl(line_Tbl_Index).sold_to_org_id
5942: , x_cust_product_line_id => l_order_line_id