DBA Data[Home] [Help]

APPS.OE_ORDER_PVT dependencies on OE_HEADER_SECURITY

Line 565: OE_Header_Security.Attributes

561: oe_debug_pub.add( 'CHECK ATTRIBUTES SECURITY' ) ;
562: END IF;
563: -- check if this operation is allowed
564: -- on all the changed attributes
565: OE_Header_Security.Attributes
566: (p_header_rec => p_x_header_rec
567: , p_old_header_rec => p_x_old_header_rec
568: , x_result => l_sec_result
569: , x_return_status => l_return_status

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

705: -- attributes was constrainable!. In such a case, the g_check_all_cols
706: -- _constraint flag would still be 'Y' as the flag is reset only
707: -- when checking for constraints.
708: IF NOT (p_x_header_rec.operation = OE_GLOBALS.G_OPR_UPDATE
709: AND OE_Header_Security.g_check_all_cols_constraint = 'Y')
710: AND l_control_rec.check_security
711: THEN
712: IF l_debug_level > 0 THEN
713: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;

Line 716: OE_Header_Security.Entity

712: IF l_debug_level > 0 THEN
713: oe_debug_pub.add( 'CHECK ENTITY SECURITY' ) ;
714: END IF;
715:
716: OE_Header_Security.Entity
717: (p_header_rec => p_x_header_rec
718: , x_result => l_sec_result
719: , x_return_status => l_return_status
720: );

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

804:
805: -- Load OUT parameters
806: p_x_header_rec.return_status := FND_API.G_RET_STS_SUCCESS;
807:
808: OE_Header_Security.g_check_all_cols_constraint := 'Y';
809:
810: IF l_debug_level > 0 THEN
811: oe_debug_pub.add( 'EXITING OE_ORDER_PVT.HEADER' , 1 ) ;
812: END IF;

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

822: set_recursion_mode(p_Entity_Code => 2,
823: p_In_out => 0);
824: p_x_header_rec.return_status := FND_API.G_RET_STS_ERROR;
825: x_return_status := FND_API.G_RET_STS_ERROR;
826: OE_Header_Security.g_check_all_cols_constraint := 'Y';
827: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
828: IF l_debug_level > 0 THEN
829: oe_debug_pub.add( 'DELETE REQUEST1' , 2 ) ;
830: END IF;

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

838: set_recursion_mode(p_Entity_Code => 2,
839: p_In_out => 0);
840: p_x_header_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
841: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
842: OE_Header_Security.g_check_all_cols_constraint := 'Y';
843: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
844: IF l_debug_level > 0 THEN
845: oe_debug_pub.add( 'DELETE REQUEST2' , 2 ) ;
846: END IF;

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

862: END IF;
863:
864: p_x_header_rec.return_status := FND_API.G_RET_STS_UNEXP_ERROR;
865: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
866: OE_Header_Security.g_check_all_cols_constraint := 'Y';
867: IF NOT (OE_GLOBALS.G_UI_FLAG) THEN
868: IF l_debug_level > 0 THEN
869: oe_debug_pub.add( 'DELETE REQUEST3' , 2 ) ;
870: END IF;