DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_PATTR dependencies on OE_VALIDATE_LINE_PATTR

Line 1: PACKAGE BODY OE_Validate_Line_PAttr AS

1: PACKAGE BODY OE_Validate_Line_PAttr AS
2: /* $Header: OEXLLPAB.pls 120.1 2005/12/29 04:31:06 ppnair noship $ */
3:
4: -- Global constant holding the package name
5:

Line 258: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Line_PAttr .attributes ',1);

254: x_return_status := FND_API.G_RET_STS_ERROR;
255: END IF;
256: END IF;
257: if OE_GLOBALS.g_validate_desc_flex ='Y' then --bug 4343612
258: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Line_PAttr .attributes ',1);
259: IF (p_Line_Price_Attr_rec.attribute1 IS NOT NULL AND
260: ( p_Line_Price_Attr_rec.attribute1 <>
261: p_old_Line_Price_Attr_rec.attribute1 OR
262: p_old_Line_Price_Attr_rec.attribute1 IS NULL ))

Line 2042: END OE_Validate_Line_PAttr;

2038: END IF;
2039:
2040: END Entity_Delete;
2041:
2042: END OE_Validate_Line_PAttr;