Thread: Oracle Apps User List
- 10-28-2008 03:33 PM #1
Oracle Apps User List Is it possible to generate a list of users from Oracle apps 11i.
I have very limited experience of the application but have been asked to generate a list for the purposes of a SOX audit.
Any help is appreciated.
Best regards,
Nov.
- Club-Oracle Complementary E-Books and Magazines
Get your free Complementary Copy of Oracle Magazine
You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.
- 10-28-2008 05:07 PM #2
- 10-29-2008 08:13 AM #3
Re: Oracle Apps User List PER_PEOPLE_F will give a complete list of users with first name, lastname and fullname
Learn Oracle with Oracle forum. Check out The Technology Blog
- 09-01-2009 10:56 AM #4
Re: Oracle Apps User List i think u want to get list of apps user ie from fnd_user....if so there is already a seeded concurrent program something like 'Active user'.
- 11-02-2009 11:00 AM #5
Re: Oracle Apps User List Option1:
Go to the resposibility: System Administrator
Run the request : 'Active Uses'
Option 2:
write the following query:
select * from fnd_user
If you want to know basic details of ur users then write:
select papf.employee_number,papf.full_name
from per_all_people_f papf,fnd_user fu
where papf.person_id=fu.employee_id
and trunc(sysdate) between papf.effective_start_date and papf.effective_end_date
Sandy
Similar Threads
-
Hurrah! I am No.3 on top users list!
By tyro in forum Coffee CornerReplies: 3Last Post: 01-30-2009, 05:40 AM -
Oracle Datatypes List
By jay_pink_elephant in forum SQL PL/SQLReplies: 2Last Post: 11-29-2008, 05:58 AM


LinkBack URL
About LinkBacks
Reply With Quote

