Who's Online
1 registered (SBi), 2 Guests and 1 Spider online.
Key: Admin, Global Mod, Mod
Recent Posts
Defaulting PO Information on assignment screen
by SBi
43 minutes 23 seconds ago
E-Bus Configuration and Management
by PeterP
Today at 01:28 PM
UMX : Oracle User Management Application
by natkins
Today at 12:58 PM
HRMS organization structures
by Geoff_Dixon
Today at 11:53 AM
HR_PF.K RUP4
by bcooper
Yesterday at 06:50 PM
Pay_Action_Parameter
s

by John Akinyode
09/03/10 11:05 AM
Error ORA-01002: fetch out of sequence
by delboy
03/03/10 04:46 PM
Multiple html sessions opening
by MarinaH
03/03/10 12:16 AM
Tories to revamp PAYE system
by Geoff_Dixon
26/02/10 01:48 PM
Employee to Contingent System Person Type
by CT
25/02/10 12:46 PM
Top Posters (30 Days)
CT 21
delboy 19
bcooper 14
MarinaH 14
natkins 14
SBi 10
gaztorres 8
Geoff_Dixon 7
Gus 4
Simon_Mc 3
(Views)Popular Topics
Family Pack K issues thread 5172
Review of my Release 12 laptop 3113
CREATE_GRADE api returns:PLS-00306: wrong number o 3085
Log-on problems for existing users 2997
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 2340
October UK-OUG? 1956
Viewing Output of another user 1887
uploading bank branches to PAYROLL 1850
Still trying to locate... 1836
Family Pack K 1822
Topic Options
Rate This Topic
#4344 - 30/03/09 09:55 AM Create report based on date track
scott Offline
warming-up

Registered: 19/03/09
Posts: 17
I would like to create a discovere report based on date track on person and assignment form in HRMS.When ever changes make on person and assignment form by whom.if you have any smilar report based on date track history please let me know.

Top
#4346 - 30/03/09 10:43 AM Re: Create report based on date track [Re: scott]
bcooper Offline
veteran
*****

Registered: 11/03/05
Posts: 886
Loc: Earth, Europe, England, here
What sort of detail are you after Scott?

Does your report need to identify just the fact that the person/assignment has been 'touched' by a user (either update or correction), or do you want details of the fields that were changed?
Also, how often does this report need to run? Presumably you are wanting to highlight changes within a given time period?

We have such reports here, but (a) they're not mine to give away freely and (b) are complex and took a great deal of time to perfect.

If you are simply after a list of employee or assignment records that have had changes/updates made then you need to drive off the LAST_UPDATE_DATE column and use the LAST_UPDATED_BY to join to FND_USER to fetch details of the application user who made the changes.

Regards

Barry

P.S. I saw that you had posted the same question twice in different areas - i have lopped the duplicate post out.
_________________________
I'm blogging again - albeit sporadically
Also my random musings courtesy of Twitter

Top
#4348 - 30/03/09 10:52 AM Re: Create report based on date track [Re: bcooper]
scott Offline
warming-up

Registered: 19/03/09
Posts: 17
Thanks for reply.

I want details of the fields in person and assignment form that were changed by whom on specific period.


if you have similar kinds of reports,please let me know that would be very helpful for me.

Thanks for your support.

Top
#4350 - 30/03/09 01:37 PM Re: Create report based on date track [Re: scott]
bcooper Offline
veteran
*****

Registered: 11/03/05
Posts: 886
Loc: Earth, Europe, England, here
You're not going to be able to do this by report alone.
In order to be able to identify the fields that were changed you are going to have to head down one of 2 routes...

  • 1 A batch process that runs periodically (overnight?) that snapshots the data into temp tables and then compares the values with previous snapshot and reports the differences, or
  • 2 Use triggers to grab which fields have been changed (using the :OLD and :NEW references) and write this information to a stage table which is then used to drive your report.
    There is core functionality within OAB called the "Change Event Log" (or similar) that does this, but on a much grander scale (ie for larger number of tables). This could be a useful start point for you


Either way, you are going to need a reasonable amount of development work using mixed tools (PL/SQL, Triggers, Reports etc).

One question i do have (and should have asked this first crazy) is why do you need this information? WHat is the business driver for this?

Regards

Barry


Edited by bcooper (30/03/09 01:37 PM)
_________________________
I'm blogging again - albeit sporadically
Also my random musings courtesy of Twitter

Top
#4351 - 30/03/09 01:37 PM Re: Create report based on date track [Re: scott]
Gavin Harris Offline
nothin' better to do
*****

Registered: 12/02/08
Posts: 101
Loc: Newcastle
You could also have a look at AuditTrail... I have not set it up, but from what I have read, it will record a before and after snap-shot of the data for you.
Set-up guide is part of the HRMS IG from Oracle; the guide I have is 2-88.

Hope this helps!
Gavin

_________________________
Gavin Harris
Sleeping on it...

Link to me on http://www.linkedin.com/in/gavinharris

Top
#4353 - 30/03/09 05:12 PM Re: Create report based on date track [Re: Gavin Harris]
scott Offline
warming-up

Registered: 19/03/09
Posts: 17
Thanks for your reply

i dont want to go in long procedure. i need only simply report based on two tables(per_all_people_f and per_all assignments_F).

we need to check the columns(last updated by and last updated date)in both tables.

This report would be consist on following columns.

Empno,
Change field name (per_all_people_f, per_all_assignment_f)
status (update or correction)
change_date(per_all_people_f, per_all_assignment_f)




Top


Moderator:  bcooper, CT 
March
Su M Tu W Th F Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Forum Stats
421 Members
48 Forums
1122 Topics
5226 Posts

Max Online: 15 @ 20/10/09 02:30 PM
Today's Birthdays
No Birthdays
Recent vacancies
Developer - Permanent - based in Bracknell
by Geoff_Dixon
Today at 11:59 AM
Top Posters
bcooper 886
CT 751
Geoff_Dixon 340
delboy 255
SBi 249
vkumar 223
kp_rapolu 200
cbrookes 197
Gavin Harris 101
jhatten 95