DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_OTA_UTIL

Line 2726: l_event_end_date := OE_OTA_UTIL.Get_OTA_Event_End_Date(

2722:
2723: -- validating commitment against event end date for OTA line.
2724: IF p_ota_line THEN
2725:
2726: l_event_end_date := OE_OTA_UTIL.Get_OTA_Event_End_Date(
2727: p_line_id => p_line_rec.line_id,
2728: p_UOM => p_line_rec.order_quantity_uom);
2729: IF l_debug_level > 0 then
2730: oe_debug_pub.add('Ota line- l_event_end_date: '||l_event_end_date||' l_comm_end_date: '||l_comm_end_date);

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

6806: -- identified by item_type_code of training. The ordered
6807: -- quantity cannot be greater than 1 for OTA lines.
6808:
6809: l_order_quantity_uom := p_line_rec.order_quantity_uom;
6810: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
6811:
6812: IF (l_is_ota_line) AND
6813: p_line_rec.ordered_quantity > 1 then
6814: IF l_debug_level > 0 then