Who's Online
0 registered (), 3 Guests and 5 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Update EIT in SSHR
by Sahir
03:45 PM
End of Year Legislation Patch for 11i
by delboy
01:35 PM
Interfacing iRec and external sites
by DanC
11:42 PM
Capturing, Storing, & Paying Banked Overtime
by Paul
08:51 PM
Time and Labour & Oracle Projects
by Paul
07:34 PM
Search Engine Optimizers
by delboy
01:30 PM
Abseces in oracle hrms, super user: how to do I:
by JayTee
07:26 AM
Function for getting retropay-maintained balances
by CT
08/02/12 12:21 PM
Grade End Date
by Chris
03/02/12 10:46 AM
OLM Mandatory Enrolments
by bcooper
01/02/12 12:23 PM
Top Posters (30 Days)
CT 26
delboy 25
bcooper 15
Sahir 5
Gus 5
tovia123 4
Tim Bailey 3
christm 3
SBi 3
Simon_Mc 3
(Views)Popular Topics
Family Pack K issues thread 18216
CREATE_GRADE api returns:PLS-00306: wrong number o 13757
Still trying to locate... 12193
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 10646
Viewing Output of another user 9131
HR_PF.K RUP4 8841
Review of my Release 12 laptop 8494
Adding a taskflow button to a form 7855
Enhanced Retro & Release 12 7679
Family Pack K 7116
Topic Options
Rate This Topic
#3787 - 10/12/08 01:54 PM Setting Auto Numbering on
Gus Offline
nothin' better to do

Registered: 16/03/05
Posts: 132
Loc: Lapenne
Okay so we want to do a migration with existing Employees numbers and then turn Auto numbering on.

So a few questions

1) In the old days we used to do the setting of the initial value in a sql script..is that still the case or can you do that in the App now
2) To load the emps with old numbers I beleive we need the numbering set to Manual, and then change it to 'Auto' after the load. Again I do not think the app lets you do this and it may have to be done in a sql script
3) Are there likley to be any issues if some of the loaded existing empnos start with a '0'
4) I realise this is pushing it a bit....suppose the legacy loaded empnos had an alpha character in them. Would there be any issues to turning auto numbering on for future hires ?? There is a little alarm bell saying so not do this, but I do not know why

All advice accepted

Cheers

Gus

Top
#3788 - 10/12/08 04:24 PM Re: Setting Auto Numbering on [Re: Gus]
PeterP Online   sleepy
hacker
*****

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

The application now allows you to switch auto-numbering on after implementing with manual. There is a process that you need to run which will actually do it for you. You need to decide if you are using global numbering or business group specific numbering.

Standard auto-numbering will not work with alpha-numeric numbering as it is unable to identify the existing maximum value from which to define it's starting point.

There is a third way these days which may be more applicable in your case. You can define a numbering fast-formula which enable you to define your own numbering system and which will work with alpha-numeric numbering.

Peter.

Top
#3789 - 10/12/08 06:47 PM Re: Setting Auto Numbering on [Re: PeterP]
Gus Offline
nothin' better to do

Registered: 16/03/05
Posts: 132
Loc: Lapenne
High Peter thank for the Info, from above

We will be using BG specific Numbering

Quote :- "Standard auto-numbering will not work with alpha-numeric numbering as it is unable to identify the existing maximum value from which to define it's starting point."

I thought that we could set the start point ?? using a SQL script to update per_number_generations ?? (from ancient memory)

Quote :- "You can define a numbering fast-formula which enable you to define your own numbering system and which will work with alpha-numeric numbering."

Do you have any further details on this it sounds interesting ??

Cheers

Gus

Top
#3790 - 10/12/08 07:09 PM Re: Setting Auto Numbering on [Re: Gus]
PeterP Online   sleepy
hacker
*****

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

Re. the auto-numbering, the seeded Oracle process examines the existing values, and will identify the next maximum value. The old-world way was never supported by Oracle, although they acknowledged it on Metalink -- if you look hard enough. You can still do it the old-world way, but you need to manually update a couple of tables, including the Org Information for the Business Group (can't remember specific table names). The problem with going alpha-numeric to numeric is that when auto-numbering is on, the (as far as I remember), the forms expect ALL the Employee Number values to be a numeric value.

Re. the Fast-Formula, again can't remember the specific set-up. Look at the following manuals: "Oracle Human Resources Management Systems Workforce Sourcing, Deployment, and Talent Management Guide (UK)", Release 11i, Part No. B15577-02, July 2006, Section "People Management" pp. 2-11 -- 2-13; and "Oracle Human Resources Management Systems FastFormula User Guide", Release 11i, Part No. B14471-03, June 2006, Section "FastFormula" pp. 1-120 -- 1-121.

Also, as far as I am aware, this process applies for R12 as well.

Peter.


Top
#3791 - 11/12/08 06:15 AM Re: Setting Auto Numbering on [Re: PeterP]
Gus Offline
nothin' better to do

Registered: 16/03/05
Posts: 132
Loc: Lapenne
Peter

I think this is the bit I am worrying about :-

"The problem with going alpha-numeric to numeric is that when auto-numbering is on, the (as far as I remember), the forms expect ALL the Employee Number values to be a numeric value."

Cheers

Gus

Top
#3792 - 11/12/08 09:12 AM Re: Setting Auto Numbering on [Re: Gus]
PeterP Online   sleepy
hacker
*****

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

There are alternatives ...

1. Use Custom Numbering -- the FastFormula approach.

2. Move all current employee numbers into the Additional Personal Details DFF for historic record keeping purposes, and use auto-numbering for ALL Oracle Employee Numbers -- both migrated and new hires.

You need to identify what the employee number will be used for outside of Oracle HCM. This should identify what structures down stream systems will accept, and provide some guidance as to what options you actually have.

Peter.

Top
#3794 - 11/12/08 11:33 AM Re: Setting Auto Numbering on [Re: PeterP]
bcooper Offline

Guru
*****

Registered: 11/03/05
Posts: 1095
Loc: Earth, Europe, England, here
Originally Posted By: PeterP
Hello,
2. Move all current employee numbers into the Additional Personal Details DFF for historic record keeping purposes, and use auto-numbering for ALL Oracle Employee Numbers -- both migrated and new hires.
Peter.


That was the path chosen when we did the migration for the NHS project.
In fact they had 2 legacy numbers - one for Payroll and one for HR!

It should also be noted that we pre-generated the employee numbers rather than using the auto-generation (due to performance reasons). We had 2 numeric ranges set up - 10000000 - 19999999 for the migration and 20000000 + for new hires.

For custom numbering you could do the FF approach, but what sort of volumes are you talking about? If its large there may be an unacceptable performance overhead associated with executing this FF for each employee being loaded.

Regards
Barry
_________________________
HCM Aces is for sale! Please contact me if you are interested.
Also my random musings courtesy of Twitter

Top
#3795 - 11/12/08 12:24 PM Re: Setting Auto Numbering on [Re: bcooper]
Gus Offline
nothin' better to do

Registered: 16/03/05
Posts: 132
Loc: Lapenne
2 Scenarios

1)
We are only migrating 1500 emps for this load. There legacy Employee Numbers are to be used but it is desireable to turn Auto Numbering on after Migration..this will obviously start at a higher numebr than the max number from the migration. Some Legacy Empnos start with Zeros....will this be an issue

2)
Employees already exist in another BG and have Manaul numbering on and also some empnos are Alphanumeric. I think we have agreed above that you have to leave these as is...unless you have an offering?

Are you really 'out of the country' ?

Cheers

Gus


Top
#3798 - 12/12/08 10:16 AM Re: Setting Auto Numbering on [Re: Gus]
bcooper Offline

Guru
*****

Registered: 11/03/05
Posts: 1095
Loc: Earth, Europe, England, here
Originally Posted By: Gus
2 Scenarios

1)
We are only migrating 1500 emps for this load. There legacy Employee Numbers are to be used but it is desireable to turn Auto Numbering on after Migration..this will obviously start at a higher numebr than the max number from the migration. Some Legacy Empnos start with Zeros....will this be an issue


The employee number field is a text field (as you know) - so its capable of handling leading zero's. HOWEVER since the auto generation uses a number the chances are it will not do leading zero's - so you'd need to use the FF-based solution (i think) or a custom solution (custom library or forms personalisation maybe).

Originally Posted By: Gus
2 Scenarios

2)
Employees already exist in another BG and have Manaul numbering on and also some empnos are Alphanumeric. I think we have agreed above that you have to leave these as is...unless you have an offering?


Yes, you'd need to leave these as is unfortunately

Originally Posted By: Gus
2 Scenarios

Are you really 'out of the country' ?

Cheers

Gus



Out IN the country

Rural isolation (except when i have to go to work) frown
_________________________
HCM Aces is for sale! Please contact me if you are interested.
Also my random musings courtesy of Twitter

Top



Moderator:  bcooper, CT 
Forum Stats
756 Members
48 Forums
1517 Topics
7286 Posts

Max Online: 63 @ 24/11/10 07:21 AM
Today's Birthdays
No Birthdays
Recent vacancies
Tea boy available 4 basic chores & some! services
by Simon_Mc
19/01/12 03:59 PM
Top Posters
bcooper 1095
CT 1080
delboy 500
Geoff Dixon 369
SBi 344
vkumar 223
kp_rapolu 213
cbrookes 197
Gavin Harris 160
Gus 132
February
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