DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_LINE_SCREDIT_SECURITY

Line 4118: OE_Line_Scredit_Security.Attributes

4114: IF l_debug_level > 0 THEN
4115: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' ) ;
4116: END IF;
4117:
4118: OE_Line_Scredit_Security.Attributes
4119: (p_line_scredit_rec => l_line_scredit_rec
4120: , p_old_line_scredit_rec => l_old_line_scredit_rec
4121: , x_result => l_sec_result
4122: , x_return_status => l_return_status

Line 4243: AND OE_Line_Scredit_Security.g_check_all_cols_constraint = 'Y')

4239: -- _constraint flag would still be 'Y' as the flag is reset only
4240: -- when checking for constraints.
4241: /* Bug fix 2020390, Removed the changes added for the bug 1696681 */
4242: IF NOT (l_line_scredit_rec.operation = OE_GLOBALS.G_OPR_UPDATE
4243: AND OE_Line_Scredit_Security.g_check_all_cols_constraint = 'Y')
4244: AND l_control_rec.check_security
4245: THEN
4246:
4247: IF l_debug_level > 0 THEN

Line 4251: OE_Line_Scredit_Security.Entity

4247: IF l_debug_level > 0 THEN
4248: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;
4249: END IF;
4250:
4251: OE_Line_Scredit_Security.Entity
4252: (p_line_scredit_rec => l_line_scredit_rec
4253: , x_result => l_sec_result
4254: , x_return_status => l_return_status
4255: );

Line 4310: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';

4306: END IF;
4307:
4308: END IF;
4309:
4310: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4311: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4312:
4313: -- loop exception handler.
4314: IF l_line_scredit_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 4336: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';

4332: l_Line_Scredit_rec.return_status := FND_API.G_RET_STS_ERROR;
4333: p_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
4334: p_x_old_Line_Scredit_tbl(I) := l_old_Line_Scredit_rec;
4335:
4336: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4337: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4338: IF l_control_rec.Process_Partial THEN
4339: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
4340: IF l_debug_level > 0 THEN

Line 4359: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';

4355: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4356: l_Line_Scredit_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4357: p_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
4358: p_x_old_Line_Scredit_tbl(I) := l_old_Line_Scredit_rec;
4359: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4360: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4361: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4362:
4363: WHEN OTHERS THEN

Line 4369: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';

4365: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4366: l_Line_Scredit_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4367: p_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
4368: p_x_old_Line_Scredit_tbl(I) := l_old_Line_Scredit_rec;
4369: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4370: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4371: THEN
4372: OE_MSG_PUB.Add_Exc_Msg
4373: ( G_PKG_NAME