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.8.12000000.5 2007/07/27 02:48:21 smusanna 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.8.12000000.5 2007/07/27 02:48:21 smusanna 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 1645: IF NVL(OE_LINE_SECURITY.g_record.line_id,-1) <> p_record.line_id then

1641: WHERE line_id = p_record.line_id;
1642: END IF;
1643:
1644: -- Added for #2871055, frontporting 3329897
1645: IF NVL(OE_LINE_SECURITY.g_record.line_id,-1) <> p_record.line_id then
1646: OE_LINE_SECURITY.g_record := p_record;
1647: END IF;
1648:
1649: -- CHECK CONSTRAINTS FOR CANCEL OPERATION IF QUANTITY IS REDUCED

Line 1646: OE_LINE_SECURITY.g_record := p_record;

1642: END IF;
1643:
1644: -- Added for #2871055, frontporting 3329897
1645: IF NVL(OE_LINE_SECURITY.g_record.line_id,-1) <> p_record.line_id then
1646: OE_LINE_SECURITY.g_record := p_record;
1647: END IF;
1648:
1649: -- CHECK CONSTRAINTS FOR CANCEL OPERATION IF QUANTITY IS REDUCED
1650: -- QUOTING change - check for cancellation constraint only for

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

3126: --
3127: BEGIN
3128:
3129: IF l_debug_level > 0 THEN
3130: oe_debug_pub.add('Enter OE_LINE_Security.Entity',1);
3131: END IF;
3132:
3133: -- Initializing return status to SUCCESS
3134: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3205: OE_LINE_SECURITY.g_record := l_rowtype_rec;

3201: (p_LINE_rec => p_line_rec
3202: , x_rowtype_rec => l_rowtype_rec);
3203:
3204: --Initialize security global record
3205: OE_LINE_SECURITY.g_record := l_rowtype_rec;
3206:
3207: IF l_debug_level > 0 THEN
3208: oe_debug_pub.add('OEXXLINB operation is ' || p_line_rec.operation);
3209: END IF;

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

3218: );
3219:
3220:
3221: IF l_debug_level > 0 THEN
3222: oe_debug_pub.add('Exit OE_LINE_Security.Entity',1);
3223: END IF;
3224: EXCEPTION
3225: WHEN FND_API.G_EXC_ERROR THEN
3226: x_return_status := FND_API.G_RET_STS_ERROR;

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

3254: l_debug_level CONSTANT NUMBER := oe_debug_pub.g_debug_level;
3255: --
3256: BEGIN
3257: IF l_debug_level > 0 THEN
3258: oe_debug_pub.add('Enter OE_LINE_Security.Attributes',1);
3259: END IF;
3260:
3261: -- Initializing return status to SUCCESS
3262: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 3310: OE_LINE_SECURITY.g_record := l_rowtype_rec;

3306: (p_LINE_rec => p_line_rec
3307: , x_rowtype_rec => l_rowtype_rec);
3308:
3309: --Initialize security global record
3310: OE_LINE_SECURITY.g_record := l_rowtype_rec;
3311:
3312: -- Compare the new and old entity records and
3313: -- check constraints for all the changed attributes.
3314:

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

5353: -- NOTE: Please add constraints check for new attributes before the
5354: -- descriptive flexfield attributes check.
5355:
5356: IF l_debug_level > 0 THEN
5357: oe_debug_pub.add('Exit OE_LINE_Security.Attributes',1);
5358: END IF;
5359:
5360: EXCEPTION
5361: WHEN FND_API.G_EXC_ERROR THEN

Line 5575: END OE_Line_Security;

5571: RETURN(l_result);
5572:
5573: END REVREC_EXPIRATION_DAYS;
5574:
5575: END OE_Line_Security;