ORACLE TECH CENTER
Oracle Apps Technical
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment