DBA Data[Home] [Help]

APPS.OE_BLANKET_PVT dependencies on OE_BLANKET_HEADER_SECURITY

Line 73: OE_Blanket_Header_Security.Attributes

69: oe_debug_pub.add( 'CHECK BLANKET HEADER ATTRIBUTES SECURITY', 1 ) ;
70: END IF;
71: -- check if this operation is allowed
72: -- on all the changed attributes
73: OE_Blanket_Header_Security.Attributes
74: (p_header_rec => p_x_header_rec
75: , p_old_header_rec => l_old_header_rec
76: , x_result => l_sec_result
77: , x_return_status => l_return_status

Line 132: OE_Blanket_Header_Security.Entity

128: oe_debug_pub.add( 'CHECK BLANKET HEADER ENTITY SECURITY' ) ;
129: END IF;
130: -- check if this operation is allowed
131: -- on all the changed attributes
132: OE_Blanket_Header_Security.Entity
133: (p_header_rec => p_x_header_rec
134: , x_result => l_sec_result
135: , x_return_status => l_return_status
136: );