DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_SERVICE_UTIL

Line 202: OE_SERVICE_UTIL.Get_Service_Duration(

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

Line 214: OE_SERVICE_UTIL.Get_Service_Duration(

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

Line 223: OE_SERVICE_UTIL.Get_Service_Duration(

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

Line 481: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

477: IF l_debug_level > 0 THEN
478: oe_debug_pub.add( 'LINE IS A CUSTOMER PRODUCT' ) ;
479: END IF;
480: /* Commenting for bug# 5032978
481: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
482: ( x_return_status => l_return_status
483: , p_reference_line_id => p_line_rec.service_reference_line_id
484: , p_customer_id => p_line_rec.sold_to_org_id
485: , x_cust_product_line_id => l_order_line_id

Line 1203: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

1199: IF l_debug_level > 0 THEN
1200: oe_debug_pub.add( 'REFERENCED BY CUSTOMER PRODUCT' , 5 ) ;
1201: END IF;
1202: /* Commenting for bug# 5032978
1203: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
1204: ( x_return_status => l_return_status
1205: , p_reference_line_id => p_line_rec.service_reference_line_id
1206: , p_customer_id => p_line_rec.sold_to_org_id
1207: , x_cust_product_line_id => l_order_line_id

Line 3905: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

3901: oe_debug_pub.add( 'RETRIEVING CUSTOMER PRODUCT LINE ID' ) ;
3902: END IF;
3903: IF p_line_rec.service_reference_type_code = 'CUSTOMER_PRODUCT' THEN
3904: /* Commenting for bug# 5032978
3905: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
3906: (x_return_status => l_return_status
3907: ,p_reference_line_id => p_line_rec.service_reference_line_id
3908: ,p_customer_id => p_line_rec.sold_to_org_id
3909: ,x_cust_product_line_id=> l_order_line_id

Line 6883: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id

6879: -- get parent line_id for service line.
6880: IF p_line_rec.service_reference_type_code='CUSTOMER_PRODUCT' AND
6881: p_line_rec.service_reference_line_id IS NOT NULL THEN
6882: BEGIN
6883: OE_SERVICE_UTIL.Get_Cust_Product_Line_Id
6884: ( x_return_status => l_return_status
6885: , p_reference_line_id => p_line_rec.service_reference_line_id
6886: , p_customer_id => p_line_rec.sold_to_org_id
6887: , x_cust_product_line_id => l_order_line_id