Who's Online
0 registered (), 7 Guests and 7 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Interfacing iRec and external sites
by DanC
0 seconds ago
Time and Labour & Oracle Projects
by Paul
Today at 07:34 PM
End of Year Legislation Patch for 11i
by delboy
Today at 02:00 PM
Search Engine Optimizers
by delboy
Today at 01:30 PM
Abseces in oracle hrms, super user: how to do I:
by JayTee
Today at 07:26 AM
Update EIT in SSHR
by Mr Oracle
Yesterday at 01:50 PM
Function for getting retropay-maintained balances
by CT
Yesterday at 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
Retro-Notifs Report missing some ele entries
by CT
01/02/12 06:51 AM
Top Posters (30 Days)
CT 27
delboy 25
bcooper 14
Gus 5
paulgos 5
Sahir 4
tovia123 4
christm 3
Saqib Rahat 3
SBi 3
(Views)Popular Topics
Family Pack K issues thread 18192
CREATE_GRADE api returns:PLS-00306: wrong number o 13732
Still trying to locate... 12183
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 10630
Viewing Output of another user 9121
HR_PF.K RUP4 8816
Review of my Release 12 laptop 8483
Adding a taskflow button to a form 7839
Enhanced Retro & Release 12 7660
Family Pack K 7100
Page 3 of 4 < 1 2 3 4 >
Topic Options
Rate This Topic
#3445 - 01/08/08 09:43 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: Geoff Dixon]
tovia123 Offline
hanger-on

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

Sorry should have clarified:

1.
I created my grades:
Workstructures > Grade > Description

2.
I proceeded to create grade rates:
Workstructures > Grade > Grade Rate

Name : XXcompany_section1 Units:Money
There is a desc flexfield i think next to Units field but its greyed out etc.

Then i save the header record and i get:
ORA-01403: no data found ORA-0

Thanks in advance

Tovia Singer



Top
#3449 - 02/08/08 12:53 PM ora-01403: mayeb this is the reason?: [Re: Geoff Dixon]
tovia123 Offline
hanger-on

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

Ok there is something i read about menus and responsibility settings, and the reason i get the ora-01403: no data found Ora-0

Just to confirm, unless you can think of any other pre-requist i could have missed:

Basically the custom responsibility i created to setup all oracle hrms has the following info:

Application: Human Resources
Effective Date: 07-JUN-2008

Data Group
----------
Name: Standard
Application: Human Resources

Menu: UK HRMS Manager

Request Group
-------------
Name: UK HRMS Reports & Processes
Application: Human Resources


Is this correct?

Thanks In advance

Tovia Singer


Top
#3450 - 04/08/08 06:41 AM Re: ora-01403: mayeb this is the reason?: [Re: tovia123]
Geoff Dixon Offline

sitting tennant
*****

Registered: 14/03/05
Posts: 369
Loc: Sussex by the Sea
Tovia - can't recreate that - you need to raise it with Oracle I am afraid. The menu/responsibility look fine.
_________________________
Geoff
Expressing opinions since 1962

Top
#3451 - 04/08/08 01:01 PM Re: ora-01403: mayeb this is the reason?: [Re: Geoff Dixon]
kp_rapolu Offline
claiming squatters rights

Registered: 15/11/07
Posts: 213
Loc: U.K
Is Grade Flex field is defined correctly?

Is 'Allow Dynamic inserts' is checked while defining the structure for the Grade flexfield.

Is flexfield definition is compiled successfully?


Edited by kp_rapolu (04/08/08 01:06 PM)
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
#3452 - 04/08/08 01:47 PM Re: ora-01403: mayeb this is the reason?: [Re: kp_rapolu]
kp_rapolu Offline
claiming squatters rights

Registered: 15/11/07
Posts: 213
Loc: U.K
Also check the 'Additional Pay Rate Details' Descriptive flex definition.
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
#3457 - 06/08/08 02:25 PM Re: ora-01403: mayeb this is the reason?: [Re: kp_rapolu]
tovia123 Offline
hanger-on

Registered: 14/05/08
Posts: 73
Loc: UK
Hi Krishna

Ok i enabled the "additional pay rate flexfield", and compiled it succesfully.

I then went to grade rate screen and when i entered Name and Units (money) i get the following error:

ORA-01403: no data found
ORA-0

So clicked on details button of the rror message and i got this:

ORA-01403: no data found
ORA-0
--------------------------------------------------------------
FRM-40735: ON-INSERT trigger r


Really bizare error?

Thanks in Advance

Tovia

Top
#3458 - 06/08/08 02:37 PM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
tovia123 Offline
hanger-on

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

Just read something about changing oracle tables, and it said if you chnage oracle 11i tables(sometime syou have to etc..) then th no data found error can occur as i am getting when i attempt to create grade rates, i basically remmeber i deleted all records from:
FND_CONCURRENT_PROCESSES
and
FND_CONCURRENT_REQUESTS

because concurrent manager was down, could this have caused the problem?

Thanks

Also i set trace on in the grade rate screen, how do i find teh trace file? it doesnt give me location.

Thanks in advance

Tovia Singer

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

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

Whilst I would say that deleting data from tables in a non-controlled fashion is never a good idea unless absolutely necessary (and even then only on the instructions of Oracle Support), I doubt that the tables you cite are the reason for the problem.

As far as trace files are concerned, they are usually directed to the directory path asigned to the database parameter USER_DUMP_DEST

There is a way in SQL that you can see where these paths are pointing at for a given database. In SQL, do this:

SELECT name, value FROM v$parameter
WHERE name = 'user_dump_dest';

The path shown in the value column is the path on the server where your trace file will be found. Of course it is a .trc file, which tends to be a bit difficult to read. You can perform a 'tkprof' command on it to churn out some more readable output from that. Forget the syntax for that now, but if at the Unix prompt you do:

TKPROF ?

You'll get a 'usage' text which should help some.




_________________________
L&K
CT

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

Top
#3460 - 07/08/08 07:41 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
kp_rapolu Offline
claiming squatters rights

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

There is an outstanding bug in the system you might need to apply the Patch# 6781672

FYI
------------------------------------
Extract from Metalink Note:556249.1
-------------------------------------
Cause
------
When "ICX: Numeric Character" sets with 99.999,99, the Grade Rate Form fields (Minimum, Maximum
and Mid Value) gives the following error:

ORA-01403: no data found
FRM-40735: WHEN-VALIDATE-ITEM trigger raised unhandled exception ORA-06502.

This issue has been fixed in the file PAY_TOP/forms/US/PAYWSGEV.fmb 115.39
You have file PAY_TOP/forms/US/PAYWSGEV.fmb and version 115.38 which is lower than this fixed
version.

This is explained in the following bug:
Bug 6346419 - PAYWSGEV: CREATING GRADE RATE GIVES ERROR FRM-40735

Solution
---------
Fix for this bug will be provided in the next 11i RUP patch, expected for summer 2008.

A one-off for patch level FP K RUP1 is available in Patch 6781672
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
#3461 - 07/08/08 08:02 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: kp_rapolu]
kp_rapolu Offline
claiming squatters rights

Registered: 15/11/07
Posts: 213
Loc: U.K
Also check is hrglobal.drv is applied correctly?
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
Page 3 of 4 < 1 2 3 4 >



Moderator:  Administrator, Geoff Dixon 
Forum Stats
755 Members
48 Forums
1516 Topics
7282 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 1094
CT 1080
delboy 499
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