DBA Data[Home] [Help]

APPS.OE_INVOICE_PUB dependencies on OE_OTA_UTIL

Line 6165: OE_OTA_UTIL.Get_OTA_Description

6161: IF l_debug_level > 0 THEN
6162: oe_debug_pub.add( 'GETTING THE OTA DESCRIPTION FOR RETURN' , 5 ) ;
6163: END IF;
6164:
6165: OE_OTA_UTIL.Get_OTA_Description
6166: (p_line_id => p_line_rec.reference_line_id
6167: ,p_uom => p_line_rec.order_quantity_uom
6168: ,x_description => l_item_description
6169: ,x_course_end_date => l_course_end_date

Line 6180: OE_OTA_UTIL.Get_OTA_Description

6176: p_x_interface_line_rec.GL_DATE := l_course_end_date;
6177:
6178: ELSE
6179:
6180: OE_OTA_UTIL.Get_OTA_Description
6181: (p_line_id => p_line_rec.line_id
6182: ,p_uom => p_line_rec.order_quantity_uom
6183: ,x_description => l_item_description
6184: ,x_course_end_date => l_course_end_date