Who's Online
1 registered (Chris Abraham), 2 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
P11d's
by Chris Abraham
0 seconds ago
Oracle eBsuiness HRMS Trusted Recon Query Help
by CT
Today at 02:24 PM
Concurrent Request - running slow
by CT
Today at 12:48 PM
Pension Auto Enrolment
by delboy
Today at 12:13 PM
Oracle eBsuiness HRMS Trusted Reconcilaition Help
by Mani
Today at 07:35 AM
Element to recover value in balance on leaving
by jkavia
Yesterday at 11:04 AM
Assignment EIT not displaying in Self Service
by CT
Yesterday at 06:45 AM
Vehicle Mileage Setup
by Chris Abraham
21/05/12 12:24 PM
In which table is external learning data stored
by DMC
21/05/12 08:45 AM
Oracle Payroll and Cash Management
by Gus
20/05/12 11:27 AM
Top Posters (30 Days)
CT 40
delboy 39
Vigneswar Battu 15
pat.woodall 10
Mani 6
Gus 4
bcooper 4
Ryan 3
Jan 3
DMC 3
(Views)Popular Topics
Family Pack K issues thread 20170
CREATE_GRADE api returns:PLS-00306: wrong number o 15200
Still trying to locate... 13855
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 11907
Viewing Output of another user 10324
HR_PF.K RUP4 10298
Review of my Release 12 laptop 9747
Enhanced Retro & Release 12 9402
Adding a taskflow button to a form 9140
Family Pack K 7910
Page 1 of 2 1 2 >
Topic Options
Rate This Topic
#6281 - 17/01/11 11:28 AM Self Service Overtime Claim
ChrisWalker1 Offline
regular

Registered: 20/08/10
Posts: 23
Hi all,

Is there any-way of doing the above?

Can this be done through a SIT, if so how can you pass the information from the SIT to the element entries.

All the help you can give would be much appreciated and if you need anymore info let me know

Chris

Top
#6283 - 17/01/11 01:48 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
MSA Offline
stranger

Registered: 17/01/11
Posts: 4
Hi Chris,

I dont know if this could be done using a SIT, however if you have used a SIT and stored the value in any of the segments in PER_ANALYSIS_CRITERIA then we sure can create a element defintion and call the SIT value in to the element entries using Hr_Entry_API.Insert_Element_Entry.

Hope this could help.

Rgds
MSA

Top
#6284 - 17/01/11 02:00 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
MSA Offline
stranger

Registered: 17/01/11
Posts: 4
Hey Chris,

Try Hr_Entry_API.Insert_Element_Entry to pass the SIT info to the element entries.

Rgds
MSA

Top
#6285 - 17/01/11 03:44 PM Re: Self Service Overtime Claim [Re: MSA]
ChrisWalker1 Offline
regular

Registered: 20/08/10
Posts: 23
Hi MSA.

Could you explain a bit further please, we are new customers to Oracle and trying to learn all the time laugh

Thanks

Chris

Top
#6286 - 17/01/11 04:17 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
Ian Offline
lurker

Registered: 21/09/06
Posts: 6
I would look into using Oracle ICD (Individual Compensation Distribution) - its normally used for benefits allocation - but you could use it for overtime as it essentially uses the self service entry and approvals processes to add element entries.

This would save writing custom code and you would not need any more licenses as long as you have self service as far as i understand*

I am also not sure which version of HR this is available on - I am currently looking at in on 12.1.1.

Hope this helps,

Ian

(*don't take my word on the licenses though!!!!)

Top
#6292 - 18/01/11 10:49 AM Re: Self Service Overtime Claim [Re: ChrisWalker1]
Gavin Harris Offline
nothin' better to do
*****

Registered: 12/02/08
Posts: 163
Loc: Down under...
OTL? Oracle Time and Labour is designed specifically for this...

Create an Payroll Exceptions Timecard (Exceptions as you only want unusual payments to be entered, i.e. Overtime). Create an Alternative Name (which links to your Payroll Elements), say Overtime 1.5, Overtime 2.0, Overtime 2.5 etc.

With regards to ICD, I think that this should really only be used for recurring elements. This process effectively allows an employee to enrol themselves into plans... We used in a Gov't proj in Australia, it was slightly customised but was on 11.5.10.2; AU legislation... I wouldn't however take that as being right as they had a tendency to "hack" the system a lot!!
_________________________
Gavin Harris
Sleeping on it...

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

Top
#6295 - 18/01/11 12:27 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
delboy Offline

veteran

Registered: 15/03/05
Posts: 597
Loc: Somewhere in Berkshire
Chris,

I would tend to agree with Gavin. We use OTL at my current site to pay overtime but you would also need to run retropay every month as overtime is normally paid in arrears and the entries created from the timecards are posted to the payroll period in which they were worked, not when you might want them to be paid

Cheers,

Delboy

Top
#6323 - 28/01/11 01:41 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
ChrisWalker1 Offline
regular

Registered: 20/08/10
Posts: 23
Thanks for all the info, We do have OTL - but dont find this very useful for the many different enhancements we have.

The other question would be what are the possibilities of trasnsfering the data from and SIT (Or EIT, which ever is best) to BEE?
Again is this possible, and does anyone have any advice on how this would/could be done?

Top
#6337 - 02/02/11 06:18 AM Re: Self Service Overtime Claim [Re: ChrisWalker1]
delboy Offline

veteran

Registered: 15/03/05
Posts: 597
Loc: Somewhere in Berkshire
Question for the techies, methinks. Definitely a custom process if achievable.

Delboy

Top
#6339 - 02/02/11 07:51 AM Re: Self Service Overtime Claim [Re: ChrisWalker1]
CT Offline
Guru
***

Registered: 11/03/05
Posts: 1188
Loc: Bath
This might be a somewhat simplistic approach, but why have this info as an SIT when ultimately it wants to be an element entry? Why not just create element entries? What benefit are you deriving from holding the same info in 2 places?

I would have thought that an overtime element, with a standard Web-ADI batch element entry upload, would do the job for you without the need to create expensive custom interfaces.
_________________________
L&K
CT

Remember: A dog is for life, not just for Christmas... unless you're in Korea

Top
#6343 - 02/02/11 11:21 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
Gus Offline
nothin' better to do

Registered: 16/03/05
Posts: 146
Loc: Lapenne
Assuming I am reading the first post correctly, because they want to enter the details via Self Service.

I assume an alternative to ICD is required.

Yes the details from the EIT/SIT can be transferred to BEE using a custom concurrent request using appropriate Apis.

BEE would be a good way to go as it gives you validation prior to loading elements against an employee. I personally prefer BEE to directly loading elements aainst employees


Edited by Gus (02/02/11 11:22 PM)

Top
#6346 - 03/02/11 10:46 AM Re: Self Service Overtime Claim [Re: ChrisWalker1]
CT Offline
Guru
***

Registered: 11/03/05
Posts: 1188
Loc: Bath
Ah, the old 'Reading the post heading' trick eh? whistle

OK fair do's.

Yes, you can have something that trawls the SIT entries and 'copies' the information to an element entry. The issue as I see it would be around covering all the possibilities for creation/change/deletion of the SIT, and making the equivalent result happen on the element entry. In that respect, I think element batches would be OK unless there was the need to end-date or even purge something. I'm not 100% convinced that you can do that sort of stuff via BEE. Bear also in mind that SITs are not truly date-tracked, whereas element entries obviously are: so you have to think very carefully about the possible scenarios that can happen to an element entry in terms of changes, and then try and relate each of those to an equivalent event on the SIT.

Edit: I imagine that being to do with overtime, the resulting entry would in all probability be a non-recurring entry, in which case the only thing you might need to worry about is correcting things like number of hours, hourly rate etc. So BEE might actually be a good move, as my learned friend opines!


Edited by CT (03/02/11 11:00 AM)
Edit Reason: Afterthought!
_________________________
L&K
CT

Remember: A dog is for life, not just for Christmas... unless you're in Korea

Top
#6349 - 03/02/11 01:32 PM Re: Self Service Overtime Claim [Re: ChrisWalker1]
delboy Offline

veteran

Registered: 15/03/05
Posts: 597
Loc: Somewhere in Berkshire
I'll concur with that. Added advantage you can rollback batches if something goes belly up.

Top
#6350 - 04/02/11 01:45 AM Re: Self Service Overtime Claim [Re: delboy]
Gus Offline
nothin' better to do

Registered: 16/03/05
Posts: 146
Loc: Lapenne
Originally Posted By: CT
Ah, the old 'Reading the post heading' trick eh? whistle

grin

Originally Posted By: delboy
I'll concur with that. Added advantage you can rollback batches if something goes belly up.


Yep this is the main advantage over directly Api-ing Elements against employees...also allows the end user (non techy) to amend add details to the batch if required

Top
Page 1 of 2 1 2 >



Moderator:  CT, delboy 
Forum Stats
792 Members
48 Forums
1584 Topics
7663 Posts

Max Online: 67 @ 14/04/12 05:38 PM
Today's Birthdays
No Birthdays
Recent vacancies
Top Posters
CT 1188
bcooper 1112
delboy 597
Geoff Dixon 369
SBi 356
vkumar 223
kp_rapolu 213
cbrookes 197
Gavin Harris 163
Gus 146
May
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