DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_ADJ dependencies on OE_VALIDATE_LINE_ADJ

Line 1: PACKAGE BODY OE_Validate_Line_Adj AS

1: PACKAGE BODY OE_Validate_Line_Adj AS
2: /* $Header: OEXLLADB.pls 120.2 2005/12/29 04:29:50 ppnair noship $ */
3:
4: -- Global constant holding the package name
5:

Line 6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Validate_Line_Adj';

2: /* $Header: OEXLLADB.pls 120.2 2005/12/29 04:29:50 ppnair noship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Validate_Line_Adj';
7:
8: -- Procedure Entity
9:
10:

Line 33: Oe_debug_pub.add('Entering OE_Validate_Line_Adj.Entity');

29: stmt Number;
30: BEGIN
31:
32: stmt:=1;
33: Oe_debug_pub.add('Entering OE_Validate_Line_Adj.Entity');
34: -- Check required attributes.
35:
36: IF p_Line_Adj_rec.price_adjustment_id IS NULL
37: THEN

Line 598: oe_debug_pub.add('Leaving oe_validate_line_adj.entity');

594:
595: -- Return
596:
597: x_return_status := l_return_status;
598: oe_debug_pub.add('Leaving oe_validate_line_adj.entity');
599: EXCEPTION
600:
601: WHEN FND_API.G_EXC_ERROR THEN
602:

Line 633: oe_debug_pub.add('Entering OE_VALIDATE_LINE_ADJ.ATTRIBUTES');

629: OE_Order_PUB.G_MISS_LINE_ADJ_REC
630: )
631: IS
632: BEGIN
633: oe_debug_pub.add('Entering OE_VALIDATE_LINE_ADJ.ATTRIBUTES');
634: x_return_status := FND_API.G_RET_STS_SUCCESS;
635:
636: -- Validate Line_Adj attributes
637:

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

1255: x_return_status := FND_API.G_RET_STS_ERROR;
1256: END IF;
1257: END IF;
1258: if OE_GLOBALS.g_validate_desc_flex ='Y' then --bug4343612
1259: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Line_Adj.attributes ',1);
1260: IF (p_Line_Adj_rec.context IS NOT NULL AND
1261: ( p_Line_Adj_rec.context <>
1262: p_old_Line_Adj_rec.context OR
1263: p_old_Line_Adj_rec.context IS NULL ))

Line 1355: oe_debug_pub.add('Leaving OE_VALIDATE_LINE_ADJ.ATTRIBUTES without errors');

1351:
1352:
1353:
1354: END IF;
1355: oe_debug_pub.add('Leaving OE_VALIDATE_LINE_ADJ.ATTRIBUTES without errors');
1356: -- Done validating attributes
1357: end if ; /* if OE_GLOBALS.g_validate_desc_flex ='Y' then bug4343612 */
1358: EXCEPTION
1359:

Line 1424: END OE_Validate_Line_Adj;

1420: END IF;
1421:
1422: END Entity_Delete;
1423:
1424: END OE_Validate_Line_Adj;