DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_LINE_SCREDIT_SECURITY

Line 3976: OE_Line_Scredit_Security.Attributes

3972: IF l_debug_level > 0 THEN
3973: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' ) ;
3974: END IF;
3975:
3976: OE_Line_Scredit_Security.Attributes
3977: (p_line_scredit_rec => l_line_scredit_rec
3978: , p_old_line_scredit_rec => l_old_line_scredit_rec
3979: , x_result => l_sec_result
3980: , x_return_status => l_return_status

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

4097: -- _constraint flag would still be 'Y' as the flag is reset only
4098: -- when checking for constraints.
4099: /* Bug fix 2020390, Removed the changes added for the bug 1696681 */
4100: IF NOT (l_line_scredit_rec.operation = OE_GLOBALS.G_OPR_UPDATE
4101: AND OE_Line_Scredit_Security.g_check_all_cols_constraint = 'Y')
4102: AND l_control_rec.check_security
4103: THEN
4104:
4105: IF l_debug_level > 0 THEN

Line 4109: OE_Line_Scredit_Security.Entity

4105: IF l_debug_level > 0 THEN
4106: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;
4107: END IF;
4108:
4109: OE_Line_Scredit_Security.Entity
4110: (p_line_scredit_rec => l_line_scredit_rec
4111: , x_result => l_sec_result
4112: , x_return_status => l_return_status
4113: );

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

4164: END IF;
4165:
4166: END IF;
4167:
4168: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4169: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4170:
4171: -- loop exception handler.
4172: IF l_line_scredit_rec.return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

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

4190: l_Line_Scredit_rec.return_status := FND_API.G_RET_STS_ERROR;
4191: p_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
4192: p_x_old_Line_Scredit_tbl(I) := l_old_Line_Scredit_rec;
4193:
4194: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4195: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4196: IF l_control_rec.Process_Partial THEN
4197: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
4198: IF l_debug_level > 0 THEN

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

4213: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4214: l_Line_Scredit_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4215: p_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
4216: p_x_old_Line_Scredit_tbl(I) := l_old_Line_Scredit_rec;
4217: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4218: OE_MSG_PUB.reset_msg_context('LINE_SCREDIT');
4219: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
4220:
4221: WHEN OTHERS THEN

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

4223: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4224: l_Line_Scredit_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4225: p_x_Line_Scredit_tbl(I) := l_Line_Scredit_rec;
4226: p_x_old_Line_Scredit_tbl(I) := l_old_Line_Scredit_rec;
4227: OE_Line_Scredit_Security.g_check_all_cols_constraint := 'Y';
4228: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4229: THEN
4230: OE_MSG_PUB.Add_Exc_Msg
4231: ( G_PKG_NAME