Welcome

Welcome to HandsonERP.com

This site provides video based training of Oracle Financials.
Learn concepts and functionality in a step by step manner.

Login

HandsonERP - Oracle E-Business Suite Training
Welcome, Guest
Please Login or Register.    Lost Password?
Please post inquiries related to lessons content here. All questions and inquiries related to the website should be submitted directly using Contact form in the top menu.
Go to bottom Post Reply Favoured: 0
TOPIC: Auditing on JSP Page
#2047
dave (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Auditing on JSP Page 12 Years, 9 Months ago  
HI

Is it possible if we can run audit reports on JSP page in oracle
LIke on Supplier form if someone changes the bank details then i want to know when it was change and who changed it
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2058
handsonerp (Admin)
Admin
Posts: 1989
graph
User Offline Click here to see the profile of this user
Re:Auditing on JSP Page 12 Years, 9 Months ago  
You can run Suppliers Report, that will give you following information for each Site:

* Creation Date
* Created By
* Update Date
* Updated By

Also you can pull this information from the database:

select creation_date, created_by, last_update_date, last_updated_by from apps.ap_suppliers
where vendor_id = XXX

You can also use "Record History" feature on web based screens to view the audit trail, if you are using version 12.1.1 +.
This feature is not available on web based screens for older releases like 12.0.6.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2142
dave (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Auditing on JSP Page 12 Years, 8 Months ago  
Hi Hasan

YOu mentioned that You can also use "Record History" feature on web based screens to view the audit trail, if you are using version 12.1.1 +.

can you please provide the steps to view the record history like suppose on Supplier form
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2143
dave (User)
Expert Boarder
Posts: 109
graphgraph
User Offline Click here to see the profile of this user
Re:Auditing on JSP Page 12 Years, 8 Months ago  
i was able to find the info .. it tells Last Update By - 3877
i don't understand what this 3877 is -- is it some ID from some table


Record History

Last Updated Date 2011-04-14 16:07:22.0
Last Updated By 3877
Creation Date 2006-12-04 20:43:48.0
Created By 1112
Last Update Login
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2150
handsonerp (Admin)
Admin
Posts: 1989
graph
User Offline Click here to see the profile of this user
Re:Auditing on JSP Page 12 Years, 8 Months ago  
For some reason the application is displaying you the user ids.
You can get the user names using the following query:

select user_name from fnd_user where user_id = 3877
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop