Who's Online
1 registered (SBi), 1 Guest and 2 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Attach documents in the SIT/EIT
by SBi
Today at 09:31 AM
How managers initiates SSHR request of employees
by Saqib Rahat
Today at 04:29 AM
French Localizations
by jmoyano
03/09/10 09:20 AM
FYI: P60s to be available in Self Service
by kp_rapolu
01/09/10 03:42 PM
SSHR Personalization requirement
by kp_rapolu
01/09/10 03:41 PM
Request for responsibility in ESS
by SBi
01/09/10 05:49 AM
Nominate for peers/subordinat for reward
by bcooper
31/08/10 07:46 PM
UK HCM Sig - 29th September
by andy.fisher
31/08/10 10:05 AM
Migration of terminated Employees
by SBi
31/08/10 10:02 AM
Worldwide Bank Details Validation
by SBi
27/08/10 02:33 PM
Top Posters (30 Days)
SBi 29
bcooper 14
CT 12
PeterP 10
Geoff Dixon 8
Saqib Rahat 8
EBS_USER 6
kp_rapolu 5
delboy 5
MarinaH 3
(Views)Popular Topics
Family Pack K issues thread 8784
CREATE_GRADE api returns:PLS-00306: wrong number o 6108
Still trying to locate... 4621
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 4401
Review of my Release 12 laptop 4221
Log-on problems for existing users 3530
Viewing Output of another user 3238
Family Pack K 3105
October UK-OUG? 3074
uploading bank branches to PAYROLL 2895
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#4392 - 21/04/09 11:29 AM Retro on User Table Value Updates
kp_rapolu Offline
claiming squatters rights

Registered: 15/11/07
Posts: 208
Loc: U.K
Hi,

Retropay(Enhanced) is unable to pickup the changes on the UDT values.

Any idea on that.Is there any configuration missing?

thanks
KP/..
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
#4393 - 21/04/09 12:30 PM Re: Retro on User Table Value Updates [Re: kp_rapolu]
delboy Online   content

claiming squatters rights

Registered: 15/03/05
Posts: 291
Loc: Somewhere in Berkshire
Hi KP,

This has always been a problem. I take it you are simply making a backdated change to a value in a UDT. Retropay relies on triggers that are set by changes to, in the main, the person assignment or element entries. As nothing has changed against the person retropay doesn't know who to re-calculate. With Retropay by Element you could always get round the problem by manually creating an assignment set. Not sure how this would work in Enhanced Retropay.

Delboy

Top
#4394 - 21/04/09 01:07 PM Re: Retro on User Table Value Updates [Re: delboy]
kp_rapolu Offline
claiming squatters rights

Registered: 15/11/07
Posts: 208
Loc: U.K
Hmm..........Ya I am wondering how to get this done.I have to raise SR.
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
#4395 - 21/04/09 04:56 PM Re: Retro on User Table Value Updates [Re: kp_rapolu]
bcooper Offline
veteran
*****

Registered: 11/03/05
Posts: 944
Loc: Earth, Europe, England, here
I'm sure i've done some work on custom retro triggers for items that are not supported out of the box - i'd have to check through my code archive to be sure.

Will get back to you on this one.
_________________________
I'm blogging again - albeit sporadically
Also my random musings courtesy of Twitter

Top
#5541 - 24/06/10 04:22 AM Re: Retro on User Table Value Updates [Re: bcooper]
MarinaH Offline
hanger-on

Registered: 21/08/05
Posts: 73
Loc: Away with the fairies
Hi Baz,

Did you happy to come across any custom retro code? I'm on the hunt for some ideas on adding code to the pay_group_event_pkg..

Thanks

Marina

Top
#5542 - 24/06/10 09:01 AM Re: Retro on User Table Value Updates [Re: MarinaH]
Sudhir Offline
warming-up

Registered: 02/02/09
Posts: 16
Loc: UK
Hi Marina,

Hope this info helps you.

Have a quick look into the Event group ( total compensation --> Basic --> Event group), in the list of tables available for the retro event group, PAY_USER_COLUMN_INSTANCES_F is available,which is the user defined table. I guess by including this in your retro event group, the retro should pickup the changes. i have not tested, please check and confirm.

Cheers
Sudhir

Top
#5562 - 30/06/10 08:03 AM Re: Retro on User Table Value Updates [Re: Sudhir]
MarinaH Offline
hanger-on

Registered: 21/08/05
Posts: 73
Loc: Away with the fairies
Hi Sudhir,

We have found that when pay_user_column_instances_f and ff_globals is in the event group and there is no code in the pay_group_event_pkg, any chance to a global value or udt causes all employees being returned in the retro report.

Support have told us that we need to add some custom code to the package, and I'm struggling to find any examples of what has been done before. I need to make sure I'm on the right track!

Take care

Marina

Top
#5563 - 30/06/10 08:53 AM Re: Retro on User Table Value Updates [Re: MarinaH]
CT Offline
veteran
***

Registered: 11/03/05
Posts: 816
Loc: Back at Fort Apache, Gosport!
Wotcher Lubble

I think we do something of that nature here, but not with UDTs. We have a process which populates/updates PAY_RETRO_ASSIGNMENTS with relevant recalc dates based on changes to things like Grade rate.

With anything like this, the trick is to be able to establish a list of assignments that make use of the entity that has had a change of some kind. In the case of stuff to do with grades, that's fairly straightforward - the grade_id is on the assignment of course.

For UDTs, however, the water becomes a whole lot muddier. For one thing, it's highly likely that you will have many different UDT structures defined which rely on completely different items of information to determine the end result cell value. The issue is further complicated by the number of rows/columns that might be defined. If that wasn't complicated enough for you, you have to add in the fact that ultimately, the reference row/column values that are used to seek a particular cell value might themselves be derived in some way - at the end of the day, UDTs are accessed by formulas (via the get_table_value function of course) of which there may be many, and themselves all different. In short, your custom code would have to pre-empt what cell value the formula would have returned from the relevant UDT, in the case of each assignment

There, have I cheered you up now? cry

_________________________
L&K
CT

Top
#5566 - 30/06/10 12:23 PM Re: Retro on User Table Value Updates [Re: CT]
delboy Online   content

claiming squatters rights

Registered: 15/03/05
Posts: 291
Loc: Somewhere in Berkshire
Phew!!! That was a mouthful.

Top
#5569 - 30/06/10 04:04 PM Re: Retro on User Table Value Updates [Re: delboy]
PeterP Online   sick
hacker
*****

Registered: 08/03/07
Posts: 80
Loc: Manchester, UK
Hello CT,

Slightly off topic, but in relation to the Retro against Grade Points issue you mentioned (I realise you already have a working solution), an alternative approach is to use Grade Ladders, through Total Compensation Setup Wizard. This results in the creation of Pay Proposals and associated element entries whenever an employee's grade point is changed, or the associated grade point values are changed. Hence, you basic pay formula is MUCH simpler, and the standard retro events and proration functionality also operates.

Doesn't help with changes to UDT's though.

Regards,

Peter.

Top
Page 1 of 2 1 2 >


Moderator:  CT, delboy 
Oracle R12.1.1 on your existing computer
Get up and running with Oracle on your existing computer in 5 minutes

Get up and running with Oracle on your existing computer in 5 minutes!

Alard Consulting Ltd are pleased to offer Oracle R12.1.1 on your existing computer.

Connect to Oracle R12 from your computer to do client demonstrations, your own development work, or test functional setup on a Vision environment without having to install and maintain Oracle.

Backup your work before making changes in case things go wrong. Just copy the files to a new directory before making the changes. If it doesn't work, copy the files back again, all from Windows. No other skills needed.

As everything is contained on a single external hard drive, you can take it with you to use wherever you need it.

For each sale from HCMAces a portion of the price will go to the running costs of this forum.

For more information see www.alard.net/products.html.

Forum Stats
492 Members
48 Forums
1208 Topics
5712 Posts

Max Online: 51 @ 12/08/10 02:30 AM
Today's Birthdays
whi5tler (34)
Recent vacancies
Top Posters
bcooper 944
CT 816
Geoff Dixon 354
delboy 291
SBi 289
vkumar 223
kp_rapolu 208
cbrookes 197
Gavin Harris 111
jmoyano 96
September
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