DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_HEADER_SCREDIT_SECURITY

Line 1170: OE_Header_Scredit_Security.Attributes

1166: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' ) ;
1167: END IF;
1168: -- check if this operation is allowed
1169: -- on all the changed attributes
1170: OE_Header_Scredit_Security.Attributes
1171: (p_header_scredit_rec => l_header_scredit_rec
1172: , p_old_header_scredit_rec => l_old_header_scredit_rec
1173: , x_result => l_sec_result
1174: , x_return_status => l_return_status

Line 1283: AND OE_Header_Scredit_Security.g_check_all_cols_constraint = 'Y')

1279: -- attributes was constrainable!. In such a case, the g_check_all_cols
1280: -- _constraint flag would still be 'Y' as the flag is reset only
1281: -- when checking for constraints.
1282: IF NOT (l_header_scredit_rec.operation = OE_GLOBALS.G_OPR_UPDATE
1283: AND OE_Header_Scredit_Security.g_check_all_cols_constraint = 'Y')
1284: AND l_control_rec.check_security
1285: THEN
1286: IF l_debug_level > 0 THEN
1287: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;

Line 1290: OE_Header_Scredit_Security.Entity

1286: IF l_debug_level > 0 THEN
1287: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;
1288: END IF;
1289:
1290: OE_Header_Scredit_Security.Entity
1291: (p_header_scredit_rec => l_header_scredit_rec
1292: , x_result => l_sec_result
1293: , x_return_status => l_return_status
1294: );

Line 1361: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';

1357: END IF;
1358:
1359: END IF;
1360:
1361: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1362: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1363:
1364: -- loop exception handler.
1365: IF l_header_scredit_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 1387: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';

1383: x_return_status := FND_API.G_RET_STS_ERROR;
1384: p_x_Header_Scredit_tbl(I) := l_Header_Scredit_rec;
1385: p_x_old_Header_Scredit_tbl(I) := l_old_Header_Scredit_rec;
1386:
1387: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1388: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1389:
1390: IF l_control_Rec.Process_Partial THEN
1391: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN

Line 1417: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';

1413: l_Header_Scredit_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1414: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1415: p_x_Header_Scredit_tbl(I) := l_Header_Scredit_rec;
1416: p_x_old_Header_Scredit_tbl(I) := l_old_Header_Scredit_rec;
1417: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1418: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1419: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1420:
1421: WHEN OTHERS THEN

Line 1428: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';

1424: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1425: p_x_Header_Scredit_tbl(I) := l_Header_Scredit_rec;
1426: p_x_old_Header_Scredit_tbl(I) := l_old_Header_Scredit_rec;
1427:
1428: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1429: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1430: THEN
1431: OE_MSG_PUB.Add_Exc_Msg
1432: ( G_PKG_NAME