Thread: Fast Formula Verfication Error
- 12-15-2009 07:44 AM #1
Fast Formula Verfication Error am not able to create fast formula. I created Formula function and then trying to call that formula function in Fast formula I am getting below error –
APP-FF-33791: Formula calls are not supported by FastFormula
Cause: A Formula has been detected whilst loading function definitions from the FF_FUNCTIONS table (procedures have null data types). Called Formulas are not supported by FastFormula in this release.
Action: If the Formula has been defined as part of user data, please remove the formula or replace it with a function. If the Formula has not been defined as part of user data, please refer to your local support representative.
PFA the document for your reference.
Please let me know how can we resolve this issue.
Thanks & Regards,
Mohit Shukla
- Club-Oracle Complementary E-Books and Magazines
Get your free Complementary Copy of Oracle Magazine
You can also browse the Free Magazines and E-Books section to see the complete list of free magazines, e-books and Whitepapers.
- 12-23-2009 02:58 PM #2
Re: Fast Formula Verfication Error Hi,
In your package change the parameter names in the functions to be the same as what you defined in the formula function parameter for.
ie change this
function performance_cal(assignment_id number,business_group_id number,l_appraisal_id number, l_line_object_id number)
to
function performance_cal(assignment_id number,business_group_id number,appraisal_id number, line_object_id number)
make the same change in the package body as well and check if the issue is resolved.
Thanks
Similar Threads
-
Toad error - Can't initialize OCI. Error-1
By cathyyankeefan in forum Other Development ToolsReplies: 3Last Post: 07-17-2009, 05:58 AM -
Fast Formula Erroring out
By vamsioracle in forum Oracle Apps TechnicalReplies: 3Last Post: 04-07-2009, 11:33 PM


LinkBack URL
About LinkBacks
Reply With Quote
