DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_LINE_SECURITY

Line 3125: OE_Line_Security.Attributes

3121: IF l_debug_level > 0 THEN
3122: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' , 1 ) ;
3123: END IF;
3124: -- check if this operation is allowed on all the changed attributes
3125: OE_Line_Security.Attributes
3126: ( p_line_rec => l_line_rec
3127: ,p_old_line_rec => l_old_line_rec
3128: ,x_result => l_sec_result
3129: ,x_return_status => l_return_status);

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

3306: -- _constraint flag would still be 'Y' as the flag is reset only
3307: -- when checking for constraints.
3308:
3309: IF NOT (l_line_rec.operation = OE_GLOBALS.G_OPR_UPDATE AND
3310: OE_Line_Security.g_check_all_cols_constraint = 'Y') AND
3311: l_control_rec.check_security THEN
3312:
3313: IF l_debug_level > 0 THEN
3314: oe_debug_pub.add( 'CHECK ENTITY SECURITY' , 2 ) ;

Line 3317: OE_Line_Security.Entity

3313: IF l_debug_level > 0 THEN
3314: oe_debug_pub.add( 'CHECK ENTITY SECURITY' , 2 ) ;
3315: END IF;
3316:
3317: OE_Line_Security.Entity
3318: ( p_line_rec => l_line_rec
3319: ,x_result => l_sec_result
3320: ,x_return_status => l_return_status );
3321:

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

3448: IF l_debug_level > 0 THEN
3449: oe_debug_pub.add( 'BOTTOM OF LINE LOOP' , 2 ) ;
3450: END IF;
3451:
3452: OE_Line_Security.g_check_all_cols_constraint := 'Y';
3453: OE_MSG_PUB.reset_msg_context('LINE');
3454:
3455: IF l_debug_level > 0 THEN
3456: oe_debug_pub.add( 'SCH ARRIVAL_DATE='||L_LINE_REC.SCHEDULE_ARRIVAL_DATE ) ;

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

3465: p_x_line_tbl(I) := l_line_rec;
3466: p_x_line_tbl(I).semi_processed_flag := l_process_this_line;
3467: p_x_old_line_tbl(I) := l_old_line_rec;
3468:
3469: OE_Line_Security.g_check_all_cols_constraint := 'Y';
3470:
3471: -- if process partial flag is set to true this would
3472: -- continue processing else exit out of loop
3473:

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

3529: ( G_PKG_NAME
3530: ,'Lines' );
3531: END IF;
3532:
3533: OE_Line_Security.g_check_all_cols_constraint := 'Y';
3534: OE_MSG_PUB.reset_msg_context('LINE');
3535: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
3536:
3537: END; -- of the big BEGIN with the WHILE