i want to list out the logical unit name along with presentation object id and description. is there a way to get the information about module , label as per navigator and lu name along with presentation object.
i want to list out the logical unit name along with presentation object id and description. is there a way to get the information about module , label as per navigator and lu name along with presentation object.
Hi
I think you can get those details from pres_object_dic_security view.
You may use the below sql query.
select po_id, pres_object_api.Get_description(po_id) po_description, lu, module, module_name
from pres_object_dic_security
where pres_object_sec_sub_type in ('Base View','View')
Thanks,
Thanks
Hi
If all po’s are needed you’ll exclude that where clause.
Thanks,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.