DBA Data[Home] [Help]

APPS.OE_LINE_SECURITY dependencies on OE_LINE_SECURITY

Line 1: PACKAGE BODY OE_Line_Security AS

1: PACKAGE BODY OE_Line_Security AS
2: /* $Header: OEXXLINB.pls 120.17.12020000.3 2013/01/07 14:18:22 sujithku ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXXLINB.pls 120.17.12020000.3 2013/01/07 14:18:22 sujithku ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Line_Security';
7:
8: g_header_id NUMBER := FND_API.G_MISS_NUM;
9:
10: -- LOCAL PROCEDURES

Line 1731: IF NVL(OE_LINE_SECURITY.g_record.line_id,-1) <> p_record.line_id then

1727: WHERE line_id = p_record.line_id;
1728: END IF;
1729:
1730: -- Added for #2871055, frontporting 3329897
1731: IF NVL(OE_LINE_SECURITY.g_record.line_id,-1) <> p_record.line_id then
1732: OE_LINE_SECURITY.g_record := p_record;
1733: END IF;
1734:
1735: -- CHECK CONSTRAINTS FOR CANCEL OPERATION IF QUANTITY IS REDUCED

Line 1732: OE_LINE_SECURITY.g_record := p_record;

1728: END IF;
1729:
1730: -- Added for #2871055, frontporting 3329897
1731: IF NVL(OE_LINE_SECURITY.g_record.line_id,-1) <> p_record.line_id then
1732: OE_LINE_SECURITY.g_record := p_record;
1733: END IF;
1734:
1735: -- CHECK CONSTRAINTS FOR CANCEL OPERATION IF QUANTITY IS REDUCED
1736: -- QUOTING change - check for cancellation constraint only for

Line 3302: oe_debug_pub.add('Enter OE_LINE_Security.Entity',1);

3298: --
3299: BEGIN
3300:
3301: IF l_debug_level > 0 THEN
3302: oe_debug_pub.add('Enter OE_LINE_Security.Entity',1);
3303: END IF;
3304:
3305: -- Initializing return status to SUCCESS
3306: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3377: OE_LINE_SECURITY.g_record := l_rowtype_rec;

3373: (p_LINE_rec => p_line_rec
3374: , x_rowtype_rec => l_rowtype_rec);
3375:
3376: --Initialize security global record
3377: OE_LINE_SECURITY.g_record := l_rowtype_rec;
3378:
3379: IF l_debug_level > 0 THEN
3380: oe_debug_pub.add('OEXXLINB operation is ' || p_line_rec.operation);
3381: END IF;

Line 3400: oe_debug_pub.add('Exit OE_LINE_Security.Entity',1);

3396: );
3397:
3398:
3399: IF l_debug_level > 0 THEN
3400: oe_debug_pub.add('Exit OE_LINE_Security.Entity',1);
3401: END IF;
3402: EXCEPTION
3403: WHEN FND_API.G_EXC_ERROR THEN
3404: x_return_status := FND_API.G_RET_STS_ERROR;

Line 3436: oe_debug_pub.add('Enter OE_LINE_Security.Attributes',1);

3432: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3433: --
3434: BEGIN
3435: IF l_debug_level > 0 THEN
3436: oe_debug_pub.add('Enter OE_LINE_Security.Attributes',1);
3437: END IF;
3438:
3439: -- Initializing return status to SUCCESS
3440: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3488: OE_LINE_SECURITY.g_record := l_rowtype_rec;

3484: (p_LINE_rec => p_line_rec
3485: , x_rowtype_rec => l_rowtype_rec);
3486:
3487: --Initialize security global record
3488: OE_LINE_SECURITY.g_record := l_rowtype_rec;
3489:
3490: -- Compare the new and old entity records and
3491: -- check constraints for all the changed attributes.
3492:

Line 5674: oe_debug_pub.add('Exit OE_LINE_Security.Attributes',1);

5670: -- NOTE: Please add constraints check for new attributes before the
5671: -- descriptive flexfield attributes check.
5672:
5673: IF l_debug_level > 0 THEN
5674: oe_debug_pub.add('Exit OE_LINE_Security.Attributes',1);
5675: END IF;
5676:
5677: EXCEPTION
5678: WHEN FND_API.G_EXC_ERROR THEN

Line 5892: END OE_Line_Security;

5888: RETURN(l_result);
5889:
5890: END REVREC_EXPIRATION_DAYS;
5891:
5892: END OE_Line_Security;