DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_HEADER_SCREDIT_SECURITY

Line 1133: OE_Header_Scredit_Security.Attributes

1129: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' ) ;
1130: END IF;
1131: -- check if this operation is allowed
1132: -- on all the changed attributes
1133: OE_Header_Scredit_Security.Attributes
1134: (p_header_scredit_rec => l_header_scredit_rec
1135: , p_old_header_scredit_rec => l_old_header_scredit_rec
1136: , x_result => l_sec_result
1137: , x_return_status => l_return_status

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

1242: -- attributes was constrainable!. In such a case, the g_check_all_cols
1243: -- _constraint flag would still be 'Y' as the flag is reset only
1244: -- when checking for constraints.
1245: IF NOT (l_header_scredit_rec.operation = OE_GLOBALS.G_OPR_UPDATE
1246: AND OE_Header_Scredit_Security.g_check_all_cols_constraint = 'Y')
1247: AND l_control_rec.check_security
1248: THEN
1249: IF l_debug_level > 0 THEN
1250: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;

Line 1253: OE_Header_Scredit_Security.Entity

1249: IF l_debug_level > 0 THEN
1250: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;
1251: END IF;
1252:
1253: OE_Header_Scredit_Security.Entity
1254: (p_header_scredit_rec => l_header_scredit_rec
1255: , x_result => l_sec_result
1256: , x_return_status => l_return_status
1257: );

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

1320: END IF;
1321:
1322: END IF;
1323:
1324: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1325: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1326:
1327: -- loop exception handler.
1328: IF l_header_scredit_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

1346: x_return_status := FND_API.G_RET_STS_ERROR;
1347: p_x_Header_Scredit_tbl(I) := l_Header_Scredit_rec;
1348: p_x_old_Header_Scredit_tbl(I) := l_old_Header_Scredit_rec;
1349:
1350: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1351: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1352:
1353: IF l_control_Rec.Process_Partial THEN
1354: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN

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

1376: l_Header_Scredit_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1377: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1378: p_x_Header_Scredit_tbl(I) := l_Header_Scredit_rec;
1379: p_x_old_Header_Scredit_tbl(I) := l_old_Header_Scredit_rec;
1380: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1381: OE_MSG_PUB.reset_msg_context('HEADER_SCREDIT');
1382: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1383:
1384: WHEN OTHERS THEN

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

1387: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1388: p_x_Header_Scredit_tbl(I) := l_Header_Scredit_rec;
1389: p_x_old_Header_Scredit_tbl(I) := l_old_Header_Scredit_rec;
1390:
1391: OE_Header_Scredit_Security.g_check_all_cols_constraint := 'Y';
1392: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1393: THEN
1394: OE_MSG_PUB.Add_Exc_Msg
1395: ( G_PKG_NAME