DBA Data[Home] [Help]

APPS.OE_CNCL_VALIDATE_LINE dependencies on OE_OTA_UTIL

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

2661: -- identified by item_type_code of training. The ordered
2662: -- quantity cannot be greater than 1 for OTA lines.
2663:
2664: l_order_quantity_uom := p_line_rec.order_quantity_uom;
2665: l_is_ota_line := OE_OTA_UTIL.Is_OTA_Line(l_order_quantity_uom);
2666:
2667: IF (l_is_ota_line) AND
2668: p_line_rec.ordered_quantity > 1 then
2669: