Skip to main content

From which table do you get the LU name and view name of the page information of the debug console?
Which table should the view connected to the page refer to?
We would like to know about table or view having that information.

Hi

 

If You go through projection and then following select will help You:

select * from FND_PROJ_ENTITY_TAB;

 


Reply