DBA Data[Home] [Help]

APPS.OE_BLANKET_PVT dependencies on OE_BLANKET_LINE_SECURITY

Line 323: OE_Blanket_Line_Security.Attributes

319: oe_debug_pub.add( 'CHECK BLANKET LINE ATTRIBUTES SECURITY' ) ;
320: END IF;
321: -- check if this operation is allowed
322: -- on all the changed attributes
323: OE_Blanket_Line_Security.Attributes
324: (p_line_rec => l_line_rec
325: , p_old_line_rec => l_old_line_rec
326: , x_result => l_sec_result
327: , x_return_status => l_return_status

Line 369: OE_Blanket_Line_Security.Entity

365: oe_debug_pub.add( 'CHECK BLANKET LINE ENTITY SECURITY' ) ;
366: END IF;
367: -- check if this operation is allowed
368: -- on all the changed attributes
369: OE_Blanket_Line_Security.Entity
370: (p_line_rec => l_line_rec
371: , x_result => l_sec_result
372: , x_return_status => l_return_status
373: );