Friday, February 16, 2018


Schemas register under ERP "ALL"

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;

No comments:

Post a Comment