Connecting Tech Pros Worldwide Forums | Help | Site Map

Oracle apps Fast formula error

Familiar Sight
 
Join Date: Jun 2007
Posts: 151
#1: Jan 24 '09
Hi all

I am working on a support project. I need to change logic in a fast formula in oracle applicationhs which was developed a long time back. I made the changes in pl/sql packages that include passing 3 more paramaters to the porcedure. Now my fast formula should will call this procedure with 2 already existing parameters. now i added the other 3 new parameters and saved it.

when i try to apply a leave in SSHR, which calls this formula it errors out, shown below

" Formula BG_ABSENCE_DURATION ORA-04063 package body " APPS.FFPP3613_01011951" has errors.ORA -06506 PLSQL could not find program unit being called cause. During the PL/SQL execution part, an Oracle error was detected. Action. Please refer to your system administrator."

What could be the reason for this

Thanks in advance
vamsi

amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#2: Jan 27 '09

re: Oracle apps Fast formula error


Did you compile your package after modifying?
Familiar Sight
 
Join Date: Jun 2007
Posts: 151
#3: Jan 29 '09

re: Oracle apps Fast formula error


Yes the package is compiled and there is no error or warnings
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#4: Jan 30 '09

re: Oracle apps Fast formula error


Are you getting same error before modifying a package??

Please post the following information:

1. Schema in which package is compiled
2. Schema from where you are calling a package for execution
3. Are necessary GRANTS given to calling Schema on a package if the schema for point 1 and 2 above is different
Familiar Sight
 
Join Date: Jun 2007
Posts: 151
#5: Feb 6 '09

re: Oracle apps Fast formula error


Thanks a lot for your timely reply. It's working now for no reason. I never made any changes and suddenly it started working.
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#6: Feb 6 '09

re: Oracle apps Fast formula error


Strange but good to hear that its working now.
Familiar Sight
 
Join Date: Jun 2007
Posts: 151
#7: Feb 9 '09

re: Oracle apps Fast formula error


While adding the 3 new parameter to a function which is called in fast formula. One parameter is Context parameter (ORG Id). When i checked back in th formula, this particular function has only 4 parameters, i.e it is not showing context parameter there. My question is is it true that context parameters though not visible will take values at runtime.
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#8: Feb 9 '09

re: Oracle apps Fast formula error


Check this Link should help you understand about fast formulas and context parameters in SSHR
Familiar Sight
 
Join Date: Jun 2007
Posts: 151
#9: Feb 9 '09

re: Oracle apps Fast formula error


Thanks a lot. The link was good. I was able to learn more from that.
amitpatel66's Avatar
Moderator
 
Join Date: Mar 2007
Location: Hyderabad, India
Posts: 2,192
#10: Feb 10 '09

re: Oracle apps Fast formula error


You are always welcome :)
We are happy that it helped you
Reply