hi all,
i am using j developer 11.1.2.3.39
i am working on an assignment in which i have to create dynamic menu from database depends on user_role or user_name ,
i am successfully created three level dynamic menu by giving hard coded user name to three view objects view object following this
blog http://www.awasthiashish.com/2013/07/implementing-masterdetail-tree-relation.html
and now i want to pass the logged in user name to view object query and then the menu will be created ??
the user name is from database ????
an idea ???