DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE dependencies on OE_LINE_UTIL

Line 331: l_item_type_code := OE_Line_Util.Get_Return_Item_Type_Code

327: -- For all items that are NOT included items OR config items,
328: -- price list, unit selling price and unit list price are required.
329:
330: IF p_line_rec.line_category_code = 'RETURN' THEN
331: l_item_type_code := OE_Line_Util.Get_Return_Item_Type_Code
332: (p_line_rec);
333: ELSE
334: l_item_type_code := p_line_rec.item_type_code;
335: END IF;

Line 658: IF (OE_LINE_UTIL.Is_Over_Return(p_line_rec)) THEN

654: IF p_line_rec.line_category_code = 'RETURN' AND
655: p_line_rec.reference_line_id is not NULL AND
656: p_line_rec.cancelled_flag <> 'Y'
657: THEN
658: IF (OE_LINE_UTIL.Is_Over_Return(p_line_rec)) THEN
659: x_return_status := FND_API.G_RET_STS_ERROR;
660: FND_MESSAGE.Set_Name('ONT', 'OE_RETURN_INVALID_QUANTITY');
661: OE_MSG_PUB.ADD;
662: END IF;

Line 4297: IF OE_Line_Util.dual_uom_control

4293: -- =====================================================================
4294: IF l_debug_level > 0 THEN
4295: oe_debug_pub.add('Entity DUAL X-VAL start', 1);
4296: END IF;
4297: IF OE_Line_Util.dual_uom_control
4298: (p_line_rec.inventory_item_id
4299: ,p_line_rec.ship_from_org_id
4300: ,l_item_rec)
4301: THEN