As salamo alaikum wa rahmatullah
You can run the following statement to see which schemas are currently registered with the Ebusiness Suite:
You can run the following statement to see which schemas are currently registered with the Ebusiness Suite:
select distinct(upper(oracle_username)) sname
from fnd_oracle_userid a, fnd_product_installations b
where a.oracle_id = b.oracle_id
order by sname;
--Thanks and Best Regards
Mohammad Shahnawaz
Oralce's Passion
from fnd_oracle_userid a, fnd_product_installations b
where a.oracle_id = b.oracle_id
order by sname;
--Thanks and Best Regards
Mohammad Shahnawaz
Oralce's Passion
No comments:
Post a Comment