Who's Online
1 registered (CT), 10 Guests and 3 Spiders online.
Key: Admin, Global Mod, Mod
Recent Posts
Concurrent Request - running slow
by CT
Today at 11:16 AM
Element to recover value in balance on leaving
by jkavia
Today at 11:04 AM
P11d's
by jkavia
Today at 10:49 AM
Assignment EIT not displaying in Self Service
by CT
Today at 06:45 AM
Vehicle Mileage Setup
by Chris Abraham
Yesterday at 12:24 PM
In which table is external learning data stored
by DMC
Yesterday at 08:45 AM
Oracle Payroll and Cash Management
by Gus
20/05/12 11:27 AM
Pension Auto Enrolment
by CT
18/05/12 09:46 AM
11.5.10 "Extended Support" extended til..... when?
by Vigneswar Battu
17/05/12 10:59 AM
Hacking element definitions
by CT
15/05/12 08:42 AM
Top Posters (30 Days)
CT 38
delboy 36
Vigneswar Battu 15
pat.woodall 9
bcooper 4
Gus 4
DMC 3
Mani 3
7Giri 3
Ryan 3
(Views)Popular Topics
Family Pack K issues thread 20153
CREATE_GRADE api returns:PLS-00306: wrong number o 15194
Still trying to locate... 13844
Creating hr jobs ORA-20001: HR_289477_JOB_GROUP_ID 11889
Viewing Output of another user 10307
HR_PF.K RUP4 10271
Review of my Release 12 laptop 9733
Enhanced Retro & Release 12 9397
Adding a taskflow button to a form 9129
Family Pack K 7906
Page 3 of 4 < 1 2 3 4 >
Topic Options
Rate This Topic
#3445 - 01/08/08 10:43 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: Geoff Dixon]
tovia123 Offline
hacker

Registered: 14/05/08
Posts: 79
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 01:53 PM ora-01403: mayeb this is the reason?: [Re: Geoff Dixon]
tovia123 Offline
hacker

Registered: 14/05/08
Posts: 79
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 07: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 02: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 02:06 PM)
_________________________
Krishna Prasad Rapolu
Oracle HRMS Consultant

Top
#3452 - 04/08/08 02: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 03:25 PM Re: ora-01403: mayeb this is the reason?: [Re: kp_rapolu]
tovia123 Offline
hacker

Registered: 14/05/08
Posts: 79
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 03:37 PM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: CT]
tovia123 Offline
hacker

Registered: 14/05/08
Posts: 79
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 08:07 AM Re: CREATE_GRADE api returns:PLS-00306: wrong numb [Re: tovia123]
CT Online   content
Guru
***

Registered: 11/03/05
Posts: 1185
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 08: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 09: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
791 Members
48 Forums
1582 Topics
7651 Posts

Max Online: 67 @ 14/04/12 05:38 PM
Today's Birthdays
No Birthdays
Recent vacancies
Top Posters
CT 1185
bcooper 1112
delboy 594
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