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 682: IF (OE_LINE_UTIL.Is_Over_Return(p_line_rec)) THEN

678: IF p_line_rec.line_category_code = 'RETURN' AND
679: p_line_rec.reference_line_id is not NULL AND
680: p_line_rec.cancelled_flag <> 'Y'
681: THEN
682: IF (OE_LINE_UTIL.Is_Over_Return(p_line_rec)) THEN
683: x_return_status := FND_API.G_RET_STS_ERROR;
684: FND_MESSAGE.Set_Name('ONT', 'OE_RETURN_INVALID_QUANTITY');
685: OE_MSG_PUB.ADD;
686: END IF;

Line 4597: IF OE_Line_Util.dual_uom_control

4593: -- =====================================================================
4594: IF l_debug_level > 0 THEN
4595: oe_debug_pub.add('Entity DUAL X-VAL start', 1);
4596: END IF;
4597: IF OE_Line_Util.dual_uom_control
4598: (p_line_rec.inventory_item_id
4599: ,p_line_rec.ship_from_org_id
4600: ,l_item_rec)
4601: THEN