DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_SERVICE_UTIL

Line 1835: OE_SERVICE_UTIL.Get_Service_Attribute

1831: IF ((p_old_line_rec.ordered_quantity is not null) AND (nvl(p_x_line_rec.source_document_type_id,-99) <> 2) AND (p_x_line_rec.item_type_code = 'SERVICE'))
1832:
1833: THEN
1834: G_ORDERED_QTY_CHANGE := TRUE;
1835: OE_SERVICE_UTIL.Get_Service_Attribute
1836: (x_return_status => l_return_status
1837: , p_x_line_rec => p_x_line_rec
1838: );
1839:

Line 3968: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service start date');

3964: END IF;
3965: --BUG#12542895
3966: IF (p_x_line_rec.item_type_code = 'SERVICE'
3967: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
3968: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service start date');
3969: OE_SERVICE_UTIL.Get_Service_Duration
3970: (x_return_status => l_return_status
3971: , p_x_line_rec => p_x_line_rec);
3972:

Line 3969: OE_SERVICE_UTIL.Get_Service_Duration

3965: --BUG#12542895
3966: IF (p_x_line_rec.item_type_code = 'SERVICE'
3967: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
3968: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service start date');
3969: OE_SERVICE_UTIL.Get_Service_Duration
3970: (x_return_status => l_return_status
3971: , p_x_line_rec => p_x_line_rec);
3972:
3973: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 3999: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service end date');

3995: END IF;
3996: --BUG#12542895
3997: IF (p_x_line_rec.item_type_code = 'SERVICE'
3998: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
3999: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service end date');
4000: OE_SERVICE_UTIL.Get_Service_Duration
4001: (x_return_status => l_return_status
4002: , p_x_line_rec => p_x_line_rec);
4003:

Line 4000: OE_SERVICE_UTIL.Get_Service_Duration

3996: --BUG#12542895
3997: IF (p_x_line_rec.item_type_code = 'SERVICE'
3998: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
3999: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service end date');
4000: OE_SERVICE_UTIL.Get_Service_Duration
4001: (x_return_status => l_return_status
4002: , p_x_line_rec => p_x_line_rec);
4003:
4004: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 4033: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service Duration');

4029: END IF;
4030: --BUG#12542895
4031: IF (p_x_line_rec.item_type_code = 'SERVICE'
4032: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
4033: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service Duration');
4034: OE_SERVICE_UTIL.Get_Service_Duration
4035: (x_return_status => l_return_status
4036: , p_x_line_rec => p_x_line_rec);
4037:

Line 4034: OE_SERVICE_UTIL.Get_Service_Duration

4030: --BUG#12542895
4031: IF (p_x_line_rec.item_type_code = 'SERVICE'
4032: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
4033: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service Duration');
4034: OE_SERVICE_UTIL.Get_Service_Duration
4035: (x_return_status => l_return_status
4036: , p_x_line_rec => p_x_line_rec);
4037:
4038: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 4065: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service Period');

4061: /* csheu -- bug #1533658 e*/
4062: --BUG#12542895
4063: IF (p_x_line_rec.item_type_code = 'SERVICE'
4064: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
4065: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service Period');
4066: OE_SERVICE_UTIL.Get_Service_Duration
4067: (x_return_status => l_return_status
4068: , p_x_line_rec => p_x_line_rec);
4069:

Line 4066: OE_SERVICE_UTIL.Get_Service_Duration

4062: --BUG#12542895
4063: IF (p_x_line_rec.item_type_code = 'SERVICE'
4064: OR p_x_line_rec.subscription_enable_flag='Y' ) THEN --sol_ord_er #16014165
4065: oe_debug_pub.add('Calling OE_SERVICE_UTIL.Get_Service_Duration for change in service Period');
4066: OE_SERVICE_UTIL.Get_Service_Duration
4067: (x_return_status => l_return_status
4068: , p_x_line_rec => p_x_line_rec);
4069:
4070: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 4100: OE_SERVICE_UTIL.Get_Service_Attribute

4096: /* Call to retrieve service reference information */
4097:
4098: IF (p_x_line_rec.item_type_code = 'SERVICE') THEN
4099:
4100: OE_SERVICE_UTIL.Get_Service_Attribute
4101: (x_return_status => l_return_status
4102: , p_x_line_rec => p_x_line_rec
4103: );
4104:

Line 4116: OE_SERVICE_UTIL.Get_Service_Duration

4112: ELSIF l_return_status = FND_API.G_RET_STS_ERROR THEN
4113: RAISE FND_API.G_EXC_ERROR;
4114: END IF;
4115:
4116: OE_SERVICE_UTIL.Get_Service_Duration
4117: (x_return_status => l_return_status
4118: , p_x_line_rec => p_x_line_rec);
4119:
4120: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 19975: OE_SERVICE_UTIL.Update_Service_Lines

19971: END IF;
19972: END IF;
19973:
19974:
19975: OE_SERVICE_UTIL.Update_Service_Lines
19976: (p_x_line_tbl => p_x_line_tbl,
19977: x_return_status => l_return_status);
19978:
19979: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN