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_DURA TION ORA-04063 package body " APPS.FFPP3613_0 1011951" 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
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_DURA TION ORA-04063 package body " APPS.FFPP3613_0 1011951" 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
Comment