|
|
|
|
Re: Query About An employee [message #416916 is a reply to message #416915] |
Wed, 05 August 2009 02:31 |
anasser
Messages: 8 Registered: July 2009
|
Junior Member |
|
|
ThomasG wrote on Wed, 05 August 2009 02:27 | Soooo... Which one is it.
Too long or two records?
Is the problem with 111111 or with 11040?
|
this was answer for monika
what ever employee the result is two record
|
|
|
Re: Query About An employee [message #416927 is a reply to message #416916] |
Wed, 05 August 2009 03:52 |
monikabhakuni
Messages: 110 Registered: September 2008 Location: India
|
Senior Member |
|
|
Hi,
Can you post the output also you can export it as xls sheet and then attach it while replying.
Anyways it is possible that for a particular employee number you can have more then one row in per_all_people_f screen as after creating if you update the employee detail in UPDATE date-track mode then you will get more than one record as it maintains the history also..
Best Regards,
Monika
|
|
|
Re: Query About An employee [message #417174 is a reply to message #416927] |
Thu, 06 August 2009 06:42 |
suman.g
Messages: 89 Registered: June 2009
|
Member |
|
|
Hi Anasser,
Have you checked the data properly??
Have you tried running the same query in other tools like SQL Plus or SQL Developer??
Run and check if it's still giving 2 rows for each records.
Regards,
Suman
|
|
|
|
Re: Query About An employee [message #417191 is a reply to message #417188] |
Thu, 06 August 2009 07:46 |
suman.g
Messages: 89 Registered: June 2009
|
Member |
|
|
Yes Vamsi Sir, you are correct.
We can have more than one Employees with same Employee number.
If we update any field like email address,employement,org id etc of Employee then also it creates new row with latest values.
@Anasser:
If person_id is different then these are two different employees with same Employee number (their name may also same).
Else you compare the values of each column for both records if person_id is same. Some changes in the values should be there.
Regards,
Suman
|
|
|