DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_HEADER_SECURITY

Line 578: OE_Header_Security.Attributes

574: oe_debug_pub.add( 'CALLING CHECK ATTRIBUTES SECURITY',0.5 ) ; -- debug level 0.5 added for bug 13435459
575: END IF;
576: -- check if this operation is allowed
577: -- on all the changed attributes
578: OE_Header_Security.Attributes
579: (p_header_rec => p_x_header_rec
580: , p_old_header_rec => p_x_old_header_rec
581: , x_result => l_sec_result
582: , x_return_status => l_return_status

Line 742: AND OE_Header_Security.g_check_all_cols_constraint = 'Y')

738: -- attributes was constrainable!. In such a case, the g_check_all_cols
739: -- _constraint flag would still be 'Y' as the flag is reset only
740: -- when checking for constraints.
741: IF NOT (p_x_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE
742: AND OE_Header_Security.g_check_all_cols_constraint = 'Y')
743: AND l_control_rec.check_security
744: THEN
745: IF l_debug_level > 0 THEN
746: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ,0.5 ) ; --debug level 0.5 added for bug 13435459

Line 749: OE_Header_Security.Entity

745: IF l_debug_level > 0 THEN
746: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ,0.5 ) ; --debug level 0.5 added for bug 13435459
747: END IF;
748:
749: OE_Header_Security.Entity
750: (p_header_rec => p_x_header_rec
751: , x_result => l_sec_result
752: , x_return_status => l_return_status
753: );

Line 845: OE_Header_Security.g_check_all_cols_constraint := 'Y';

841:
842: -- Load OUT parameters
843: p_x_header_rec.return_status := FND_API.G_RET_STS_SUCCESS;
844:
845: OE_Header_Security.g_check_all_cols_constraint := 'Y';
846:
847: IF l_debug_level > 0 THEN
848: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER' , 0.5 ) ; --debug level 0.5 added for bug13435459
849: END IF;

Line 863: OE_Header_Security.g_check_all_cols_constraint := 'Y';

859: set_recursion_mode(p_Entity_Code => 2,
860: p_In_out => 0);
861: p_x_header_rec.return_status := FND_API.G_RET_STS_ERROR;
862: x_return_status := FND_API.G_RET_STS_ERROR;
863: OE_Header_Security.g_check_all_cols_constraint := 'Y';
864: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
865: IF l_debug_level > 0 THEN
866: oe_debug_pub.add( 'DELETE REQUEST1' , 2 ) ;
867: END IF;

Line 879: OE_Header_Security.g_check_all_cols_constraint := 'Y';

875: set_recursion_mode(p_Entity_Code => 2,
876: p_In_out => 0);
877: p_x_header_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
878: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
879: OE_Header_Security.g_check_all_cols_constraint := 'Y';
880: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
881: IF l_debug_level > 0 THEN
882: oe_debug_pub.add( 'DELETE REQUEST2' , 2 ) ;
883: END IF;

Line 903: OE_Header_Security.g_check_all_cols_constraint := 'Y';

899: END IF;
900:
901: p_x_header_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
902: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
903: OE_Header_Security.g_check_all_cols_constraint := 'Y';
904: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
905: IF l_debug_level > 0 THEN
906: oe_debug_pub.add( 'DELETE REQUEST3' , 2 ) ;
907: END IF;