DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_OTA_UTIL

Line 6423: OE_OTA_UTIL.Get_OTA_Description

6419: IF l_debug_level > 0 THEN
6420: oe_debug_pub.add( 'GETTING THE OTA DESCRIPTION FOR RETURN' , 5 ) ;
6421: END IF;
6422:
6423: OE_OTA_UTIL.Get_OTA_Description
6424: (p_line_id => p_line_rec.reference_line_id
6425: ,p_uom => p_line_rec.order_quantity_uom
6426: ,x_description => l_item_description
6427: ,x_course_end_date => l_course_end_date

Line 6438: OE_OTA_UTIL.Get_OTA_Description

6434: p_x_interface_line_rec.GL_DATE := l_course_end_date;
6435:
6436: ELSE
6437:
6438: OE_OTA_UTIL.Get_OTA_Description
6439: (p_line_id => p_line_rec.line_id
6440: ,p_uom => p_line_rec.order_quantity_uom
6441: ,x_description => l_item_description
6442: ,x_course_end_date => l_course_end_date