DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_LINE_SECURITY

Line 3206: OE_Line_Security.Attributes

3202: IF l_debug_level > 0 THEN
3203: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' , 0.5 ) ; -- debug level changed to 0.5 for bug 13435459
3204: END IF;
3205: -- check if this operation is allowed on all the changed attributes
3206: OE_Line_Security.Attributes
3207: ( p_line_rec => l_line_rec
3208: ,p_old_line_rec => l_old_line_rec
3209: ,x_result => l_sec_result
3210: ,x_return_status => l_return_status);

Line 3423: OE_Line_Security.g_check_all_cols_constraint = 'Y') AND

3419: -- _constraint flag would still be 'Y' as the flag is reset only
3420: -- when checking for constraints.
3421:
3422: IF NOT (l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
3423: OE_Line_Security.g_check_all_cols_constraint = 'Y') AND
3424: l_control_rec.check_security THEN
3425:
3426: IF l_debug_level > 0 THEN
3427: oe_debug_pub.add( 'CHECK ENTITY SECURITY' , 0.5 ) ; --13435459

Line 3430: OE_Line_Security.Entity

3426: IF l_debug_level > 0 THEN
3427: oe_debug_pub.add( 'CHECK ENTITY SECURITY' , 0.5 ) ; --13435459
3428: END IF;
3429:
3430: OE_Line_Security.Entity
3431: ( p_line_rec => l_line_rec
3432: ,x_result => l_sec_result
3433: ,x_return_status => l_return_status );
3434:

Line 3581: OE_Line_Security.g_check_all_cols_constraint := 'Y';

3577: IF l_debug_level > 0 THEN
3578: oe_debug_pub.add( 'BOTTOM OF LINE LOOP' , 2 ) ;
3579: END IF;
3580:
3581: OE_Line_Security.g_check_all_cols_constraint := 'Y';
3582: OE_MSG_PUB.reset_msg_context('LINE');
3583:
3584: IF l_debug_level > 0 THEN
3585: oe_debug_pub.add( 'SCH ARRIVAL_DATE='||L_LINE_REC.SCHEDULE_ARRIVAL_DATE ) ;

Line 3598: OE_Line_Security.g_check_all_cols_constraint := 'Y';

3594: p_x_line_tbl(I) := l_line_rec;
3595: p_x_line_tbl(I).semi_processed_flag := l_process_this_line;
3596: p_x_old_line_tbl(I) := l_old_line_rec;
3597:
3598: OE_Line_Security.g_check_all_cols_constraint := 'Y';
3599:
3600: -- if process partial flag is set to true this would
3601: -- continue processing else exit out of loop
3602:

Line 3670: OE_Line_Security.g_check_all_cols_constraint := 'Y';

3666: ( G_PKG_NAME
3667: ,'Lines' );
3668: END IF;
3669:
3670: OE_Line_Security.g_check_all_cols_constraint := 'Y';
3671: OE_MSG_PUB.reset_msg_context('LINE');
3672: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3673:
3674: END; -- of the big BEGIN with the WHILE