DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_SERVICE_UTIL

Line 205: OE_SERVICE_UTIL.Get_Service_Duration(

201: IF p_line_rec.service_start_date IS NULL OR p_line_rec.service_start_date = FND_API.G_MISS_DATE THEN
202: l_line_rec := p_line_rec;
203: l_line_rec.service_start_date := NULL;
204: l_line_rec.service_reference_type_code := 'GET_SVC_START';
205: OE_SERVICE_UTIL.Get_Service_Duration(
206: p_x_line_rec => l_line_rec,
207: x_return_status => l_return_status
208: );
209:

Line 217: OE_SERVICE_UTIL.Get_Service_Duration(

213: p_line_rec.service_start_date := l_line_rec.service_start_date;
214:
215: IF p_line_rec.service_start_date IS NOT NULL THEN
216: p_line_rec.service_end_date := NULL;
217: OE_SERVICE_UTIL.Get_Service_Duration(
218: p_x_line_rec => p_line_rec,
219: x_return_status => l_return_status
220: );
221: oe_debug_pub.add(' l_return_status == '||l_return_status);

Line 226: OE_SERVICE_UTIL.Get_Service_Duration(

222: END IF;
223:
224: ELSIF p_line_rec.service_end_date IS NULL OR p_line_rec.service_end_date = FND_API.G_MISS_DATE THEN
225:
226: OE_SERVICE_UTIL.Get_Service_Duration(
227: p_x_line_rec => p_line_rec,
228: x_return_status => l_return_status
229: );
230: oe_debug_pub.add(' l_return_status == > '||l_return_status);

Line 687: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

683: IF l_debug_level > 0 THEN
684: oe_debug_pub.add( 'LINE IS A CUSTOMER PRODUCT' ) ;
685: END IF;
686: /* Commenting for bug# 5032978
687: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
688: ( x_return_status => l_return_status
689: , p_reference_line_id => p_line_rec.service_reference_line_id
690: , p_customer_id => p_line_rec.sold_to_org_id
691: , x_cust_product_line_id => l_order_line_id

Line 1420: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

1416: IF l_debug_level > 0 THEN
1417: oe_debug_pub.add( 'REFERENCED BY CUSTOMER PRODUCT' , 5 ) ;
1418: END IF;
1419: /* Commenting for bug# 5032978
1420: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
1421: ( x_return_status => l_return_status
1422: , p_reference_line_id => p_line_rec.service_reference_line_id
1423: , p_customer_id => p_line_rec.sold_to_org_id
1424: , x_cust_product_line_id => l_order_line_id

Line 4134: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

4130: oe_debug_pub.add( 'RETRIEVING CUSTOMER PRODUCT LINE ID' ) ;
4131: END IF;
4132: IF p_line_rec.service_reference_type_code = 'CUSTOMER_PRODUCT' THEN
4133: /* Commenting for bug# 5032978
4134: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
4135: (x_return_status => l_return_status
4136: ,p_reference_line_id => p_line_rec.service_reference_line_id
4137: ,p_customer_id => p_line_rec.sold_to_org_id
4138: ,x_cust_product_line_id=> l_order_line_id

Line 7168: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

7164: -- get parent line_id for service line.
7165: IF p_line_rec.service_reference_type_code='CUSTOMER_PRODUCT' AND
7166: p_line_rec.service_reference_line_id IS NOT NULL THEN
7167: BEGIN
7168: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
7169: ( x_return_status => l_return_status
7170: , p_reference_line_id => p_line_rec.service_reference_line_id
7171: , p_customer_id => p_line_rec.sold_to_org_id
7172: , x_cust_product_line_id => l_order_line_id