DBA Data[Home] [Help]

APPS.OE_BULK_PROCESS_LINE dependencies on OE_OTA_UTIL

Line 3562: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line

3558: -- Validate ordered quantity for OTA lines. OTA Lines are
3559: -- identified by item_type_code of training. The ordered
3560: -- quantity cannot be greater than 1 for OTA lines.
3561:
3562: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line
3563: (p_line_rec.order_quantity_uom(l_index));
3564:
3565: IF (l_is_ota_line)
3566: AND p_line_rec.ordered_quantity(l_index) > 1 THEN