DBA Data[Home] [Help]

APPS.OE_LINE_UTIL dependencies on OE_VALIDATE

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

18682: OE_DEBUG_PUB.add('OEXULINB- Audit Reason Required', 5);
18683: end if;
18684: IF (p_x_line_rec.change_reason IS NULL OR
18685: p_x_line_rec.change_reason = FND_API.G_MISS_CHAR OR
18686: NOT OE_Validate.Change_Reason_Code(p_x_line_rec.change_reason)) THEN
18687:
18688: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
18689: IF OE_Versioning_Util.Captured_Reason IS NULL THEN
18690: OE_Versioning_Util.Get_Reason_Info(l_reason_code, l_reason_comments);

Line 21226: OE_Validate_Line.Validate_Decimal_Quantity

21222:
21223:
21224: --Then you need to call the Quantity rounding API to round off the qty on the line
21225: l_ordered_qty := p_x_line_rec.ordered_quantity; --nocopy impact changes
21226: OE_Validate_Line.Validate_Decimal_Quantity
21227: (p_item_id => p_x_line_rec.inventory_item_id
21228: ,p_item_type_code => p_x_line_rec.item_type_code
21229: ,p_input_quantity => l_ordered_qty --nocopy impact changes
21230: ,p_uom_code => p_x_line_rec.order_quantity_uom