Wednesday, 8 June 2016

query we can find the custom top path in oracle apps

query we can find the custom top path.

select distinct variable_name, value
from fnd_env_context
where variable_name like '%CUS%_TOP' --escape '\'
order by variable_name;

No comments:

Post a Comment