DBA Data[Home] [Help]

APPS.OE_BLANKET_LINE_SECURITY dependencies on OE_BLANKET_LINE_SECURITY

Line 1: PACKAGE BODY OE_Blanket_Line_Security AS

1: PACKAGE BODY OE_Blanket_Line_Security AS
2: /* $Header: OEXXBLNB.pls 120.1 2007/10/31 06:51:51 smmathew ship $ */
3:
4: -- Global constant holding the package name
5:

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

2: /* $Header: OEXXBLNB.pls 120.1 2007/10/31 06:51:51 smmathew ship $ */
3:
4: -- Global constant holding the package name
5:
6: G_PKG_NAME CONSTANT VARCHAR2(30) := 'OE_Blanket_Line_Security';
7:
8: g_order_number NUMBER := FND_API.G_MISS_NUM;
9:
10: -- LOCAL PROCEDURES

Line 2188: oe_debug_pub.add('Enter OE_Blanket_Line_Security.Entity',1);

2184: l_on_operation_action NUMBER;
2185: l_rowtype_rec OE_AK_BLANKET_LINES_V%ROWTYPE;
2186: BEGIN
2187:
2188: oe_debug_pub.add('Enter OE_Blanket_Line_Security.Entity',1);
2189:
2190: -- Initializing return status to SUCCESS
2191: x_return_status := FND_API.G_RET_STS_SUCCESS;
2192:

Line 2209: OE_Blanket_Line_SECURITY.g_record := l_rowtype_rec;

2205: (p_LINE_rec => p_line_rec
2206: , x_rowtype_rec => l_rowtype_rec);
2207:
2208: --Initialize security global record
2209: OE_Blanket_Line_SECURITY.g_record := l_rowtype_rec;
2210:
2211: x_result := Is_OP_constrained
2212: (p_operation => l_operation
2213: ,p_record => l_rowtype_rec

Line 2217: oe_debug_pub.add('Exit OE_Blanket_Line_Security.Entity',1);

2213: ,p_record => l_rowtype_rec
2214: ,x_on_operation_action => l_on_operation_action
2215: );
2216:
2217: oe_debug_pub.add('Exit OE_Blanket_Line_Security.Entity',1);
2218:
2219: EXCEPTION
2220: WHEN FND_API.G_EXC_ERROR THEN
2221: x_return_status := FND_API.G_RET_STS_ERROR;

Line 2249: oe_debug_pub.add('Enter OE_Blanket_Line_Security.Attributes',1);

2245: l_column_name VARCHAR2(30);
2246: l_active_flag VARCHAR2(1);
2247: l_check_all_cols_constraint VARCHAR2(1);
2248: BEGIN
2249: oe_debug_pub.add('Enter OE_Blanket_Line_Security.Attributes',1);
2250:
2251: -- Initializing return status to SUCCESS
2252: x_return_status := FND_API.G_RET_STS_SUCCESS;
2253:

Line 2294: OE_Blanket_Line_SECURITY.g_record := l_rowtype_rec;

2290: (p_LINE_rec => p_line_rec
2291: , x_rowtype_rec => l_rowtype_rec);
2292:
2293: --Initialize security global record
2294: OE_Blanket_Line_SECURITY.g_record := l_rowtype_rec;
2295:
2296: -- Compare the new and old entity records and
2297: -- check constraints for all the changed attributes.
2298:

Line 3316: oe_debug_pub.add('Exit OE_Blanket_Line_Security.Attributes',1);

3312: END IF;
3313:
3314: END IF;
3315:
3316: oe_debug_pub.add('Exit OE_Blanket_Line_Security.Attributes',1);
3317:
3318: EXCEPTION
3319: WHEN FND_API.G_EXC_ERROR THEN
3320: x_return_status := FND_API.G_RET_STS_ERROR;

Line 3355: END OE_Blanket_Line_Security;

3351: p_result := 0;
3352: END IF;
3353: END ALLOW_TRX_LINE_EXEMPTIONS;
3354:
3355: END OE_Blanket_Line_Security;