DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_OTA_UTIL

Line 3507: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line

3503: -- Validate ordered quantity for OTA lines. OTA Lines are
3504: -- identified by item_type_code of training. The ordered
3505: -- quantity cannot be greater than 1 for OTA lines.
3506:
3507: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line
3508: (p_line_rec.order_quantity_uom(l_index));
3509:
3510: IF (l_is_ota_line)
3511: AND p_line_rec.ordered_quantity(l_index) > 1 THEN