DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_OTA_UTIL

Line 2601: l_event_end_date := OE_OTA_UTIL.Get_OTA_Event_End_Date(

2597:
2598: -- validating commitment against event end date for OTA line.
2599: IF p_ota_line THEN
2600:
2601: l_event_end_date := OE_OTA_UTIL.Get_OTA_Event_End_Date(
2602: p_line_id => p_line_rec.line_id,
2603: p_UOM => p_line_rec.order_quantity_uom);
2604: IF l_debug_level > 0 then
2605: oe_debug_pub.add('Ota line- l_event_end_date: '||l_event_end_date||' l_comm_end_date: '||l_comm_end_date);

Line 6438: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);

6434: -- identified by item_type_code of training. The ordered
6435: -- quantity cannot be greater than 1 for OTA lines.
6436:
6437: l_order_quantity_uom := p_line_rec.order_quantity_uom;
6438: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
6439:
6440: IF (l_is_ota_line) AND
6441: p_line_rec.ordered_quantity > 1 then
6442: IF l_debug_level > 0 then