Who's Online
0 registered (), 1 Guest and 6 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Abseces in oracle hrms, super user: how to do I:
by tovia123
Today at 01:18 PM
Update EIT in SSHR
by Sahir
Yesterday at 03:45 PM
End of Year Legislation Patch for 11i
by delboy
Yesterday at 01:35 PM
Interfacing iRec and external sites
by DanC
09/02/12 11:42 PM
Capturing, Storing, & Paying Banked Overtime
by Paul
09/02/12 08:51 PM
Time and Labour & Oracle Projects
by Paul
09/02/12 07:34 PM
Search Engine Optimizers
by delboy
09/02/12 01:30 PM
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 24
bcooper 14
Sahir 5
Gus 5
tovia123 5
Tim Bailey 3
SBi 3
christm 3
Simon_Mc 3
(Views)Popular Topics
Family Pack K issues thread 18240
CREATE_GRADE api returns:PLS-00306: wrong number o 13772
Still trying to locate... 12214
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 10658
Viewing Output of another user 9137
HR_PF.K RUP4 8851
Review of my Release 12 laptop 8500
Adding a taskflow button to a form 7861
Enhanced Retro & Release 12 7689
Family Pack K 7127
Page 2 of 4 < 1 2 3 4 >
Topic Options
Rate This Topic
#3420 - 29/07/08 09:05 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
CT Offline
Guru
***

Registered: 11/03/05
Posts: 1080
Loc: Bath
Hmm, thinking about it, it's more likely to be the ID flex segments that are giving this issue. What value sets if any are on the actual grade segments?
_________________________
L&K
CT

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

Top
#3422 - 29/07/08 10:51 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
tovia123 Offline
hanger-on

Registered: 14/05/08
Posts: 74
Loc: UK
Hi CT

Thanks a million!!!!!

It was due to the fact that i had the character - in my grade band column, and basically when loaded into oracle via sql*loader it showed up as a dark square, which is odd, because i was storing - in a varchar2 column which should accept most characters.

So band value set in segment1 column of grade flexfield disagreed for that reason.

Now carrying on working through the br100, i have agreed with the client i will manually setup:

Grade Rates, Pay Scale, Point Scale and Grade Scale

Instead of using API's, as theres not allot of data there apart from grade rates!

Glad they agreed, but what follows the above is positions which are created against jobs, and theres way too many to do manually, so i will have to write api code for them.

Hopefully i can start my Positions code later on today or tommorow once the bove grade related info has been created, i will leave the value sets out for the grade desc flexfield where it causes problems with the data file.

I wanted to attach my code for your reference however theres no place here so i stuck it in pastebin which lasts a month i think:
http://pastebin.com/maad5d71

Thanks again!

Kind Regards

Tovia Singer

Top
#3423 - 29/07/08 11:42 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: tovia123]
CT Offline
Guru
***

Registered: 11/03/05
Posts: 1080
Loc: Bath
Tovia

It's a bit quirky, but I understand that if you edit your post, it should give you the option of attaching files. However, tread carefully as you may be infringing the client's copyright. Unless any specific provisions have been made, you can usually take it that whatever code you write on behalf of a client, the IPR is automatically vested in the client. Someone please correct me if I am wrong here.

One caveat with the grade DFF value sets being removed(?) from the grade structure definition: doing that will of course allow you to load any old data into those DFF segments - however, if you are intending to reintroduce those value sets after the loading, you may well run into difficulties either at the point of changing the DFF segment to point to a value set, or at the point when you try and change something about the grade. Problem is, it will always try and validate the entire record prior to actually changing whatever data item being changed, at which point you may well see failures occurring on fields that haven't been changed.

As far as position loading is concerned, there's no real issue with it apart from you need to get hold of the appropriate job id and organisation id as a minimum in order that those values may be passed to the API.





Edited by CT (29/07/08 11:47 AM)
_________________________
L&K
CT

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

Top
#3425 - 29/07/08 01:17 PM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
tovia123 Offline
hanger-on

Registered: 14/05/08
Posts: 74
Loc: UK
Hi CT

I cant work out why i cant save grade rate:
http://www.hrmsaces.co.uk/ubbthreads7/ubbthreads.php?ubb=showflat&Number=3424#Post3424

Have looked in lookutypes and checked all grades exist under:
workstructures > grades > description

thanks in advance


Tovia Singer

Top
#3426 - 30/07/08 06:56 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: tovia123]
CT Offline
Guru
***

Registered: 11/03/05
Posts: 1080
Loc: Bath
Sorry, I haven't been able to reproduce this problem in my R12 instance.
_________________________
L&K
CT

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

Top
#3427 - 30/07/08 08:51 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
tovia123 Offline
hanger-on

Registered: 14/05/08
Posts: 74
Loc: UK
Hi CT

I just remmember looking back through my documentation, i didnt well i couldnt find the conc process on 11i (11i version 11.5.10):

Run Concurrent Request: Security List Maintenance (Obsolete)

Now what i understand is from reading that i have to run this process after all teh flexfields have been created and before ntering data for jobs,positions,grades, to make them available etc.

Has the concurent process name chnaged? do you know anything about security list mainatence?

thanks in advance

Tovia Singer

Top
#3428 - 30/07/08 08:57 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: tovia123]
Geoff Dixon Offline

sitting tennant
*****

Registered: 14/03/05
Posts: 369
Loc: Sussex by the Sea
There's a new one without the word obsolete in it!
_________________________
Geoff
Expressing opinions since 1962

Top
#3430 - 30/07/08 04:04 PM conc manager [Re: CT]
tovia123 Offline
hanger-on

Registered: 14/05/08
Posts: 74
Loc: UK
Hi CT

I need to run the security list maintenance proces, however concurrent manager is down on development, and i dont have access to dba for this instance untill call request goes through (edenbrook), we run on win 2k, client is updating in october to unix hpux, however the concurrent manager is up as a process, but when i run any request i get:

Phase - inactive
status - No Manager

Alternative is to migrate all my setup that i have done so far onto another isntance (will take me a while, i have allot of repsonsibilities, and setup data.

I cleared out:
fnd_concurrent_processes as per article:
http://www.tek-tips.com/viewthread.cfm?qid=62090&page=15

In sql*Plus:
user: APPLSYS
delete from fnd_concurrent_processes;
pdate fnd_concurrent_queues set running_processes=0;

Is there a diagnostic script i can run to find out why it didnt start?

I mean the service is started but as soon as i run a request i get the above messages highlighted in yellow.

I logged in as sysadmin:
concurrent > Manager > Administer >
Internal Manager - Actual = 1, Target =1, Pending = 0
Conflict Resolution Manager - Actual = 0, Target =1, Pending = 19
Scheduler/Prereleaser Manager - Actual = 0, Target =1, Pending = null (no value)
Session History Cleanup - Actual = 0, Target =1, Pending = 0
Standard Manager - ctual = 0, Target = 3, Pending = 99

And so on.. Many are inactive but i think the above are the only ones i need, is there a workflow process i need to run?

I mean theres no activate button fo rthe above managers i have listed.

Thanks in advance

Tovia Singer



Theres quiet a few


Top
#3443 - 01/08/08 09:27 AM Re: CREATE_GRADE another finding!: [Re: Geoff Dixon]
tovia123 Offline
hanger-on

Registered: 14/05/08
Posts: 74
Loc: UK
Hi Geoff

Regards my problem with creating grade rates:
Basically its really bizarre another finding:

I can assign the grades i created to jobs via the jobs description form, grades tab,

But when i navigate to grade rates, and try to create a grade rate before proceeding to the detail section i get: ORA-01403: no data found ORA-0

Does thi mean i still need to run the security list mainatenance process, eventhough it seems grades are availble to assign top jobs, ?

Just for your info, it seems create grade rates form is a payroll form i found out:

help > about oracle applications:

Login
----------------------------------------
Site : UNKNOWN
Application : Human Resources
Responsibility : XXX UK HRMS Manager
Security Group : Standard
User Name : SINGER

----------------------------------------
Database Server
----------------------------------------
RDBMS : 9.2.0.5.0
Oracle Applications : 11.5.10
Machine : MPC
User : APPS
Oracle SID : DEV

----------------------------------------
Current Form
----------------------------------------
Form Application : Payroll
Form Name : PAYWSGEV



Thanks in advance

Tovia Singer

Top
#3444 - 01/08/08 09:34 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: tovia123]
Geoff Dixon Offline

sitting tennant
*****

Registered: 14/03/05
Posts: 369
Loc: Sussex by the Sea
I don't see the relevance of the Sec List Maint process to be honest.

Go to the Grade Rates Form - to be certain, have you created a Grade Rate with the Unit 'Money'?
_________________________
Geoff
Expressing opinions since 1962

Top
Page 2 of 4 < 1 2 3 4 >



Moderator:  Administrator, Geoff Dixon 
Forum Stats
756 Members
48 Forums
1517 Topics
7287 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