DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_VALIDATE

Line 16984: NOT OE_Validate.Change_Reason_Code(p_x_line_rec.change_reason)) THEN

16980: OE_DEBUG_PUB.add('OEXULINB- Audit Reason Required', 5);
16981: end if;
16982: IF (p_x_line_rec.change_reason IS NULL OR
16983: p_x_line_rec.change_reason = FND_API.G_MISS_CHAR OR
16984: NOT OE_Validate.Change_Reason_Code(p_x_line_rec.change_reason)) THEN
16985:
16986: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
16987: IF OE_Versioning_Util.Captured_Reason IS NULL THEN
16988: OE_Versioning_Util.Get_Reason_Info(l_reason_code, l_reason_comments);

Line 19351: OE_Validate_Line.Validate_Decimal_Quantity

19347: )
19348: THEN
19349: --Then you need to call the Quantity rounding API to round off the qty on the line
19350: l_ordered_qty := p_x_line_rec.ordered_quantity; --nocopy impact changes
19351: OE_Validate_Line.Validate_Decimal_Quantity
19352: (p_item_id => p_x_line_rec.inventory_item_id
19353: ,p_item_type_code => p_x_line_rec.item_type_code
19354: ,p_input_quantity => l_ordered_qty --nocopy impact changes
19355: ,p_uom_code => p_x_line_rec.order_quantity_uom