DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_OTA_UTIL

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

2681: -- identified by item_type_code of training. The ordered
2682: -- quantity cannot be greater than 1 for OTA lines.
2683:
2684: l_order_quantity_uom := p_line_rec.order_quantity_uom;
2685: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
2686:
2687: IF (l_is_ota_line) AND
2688: p_line_rec.ordered_quantity > 1 then
2689: