+ Reply to Thread + Post New Thread
Results 1 to 2 of 2
  1. #1
    Mohit Shukla's Avatar
    Mohit Shukla is offline Junior Member
    Join Date
    05 Dec 2009
    Posts
    2
    Say Thanks
    0
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Default 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
    Attached Files

  2.    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.

  3. #2
    sathrms's Avatar
    sathrms is offline Junior Member
    Join Date
    23 Dec 2009
    Posts
    1
    Say Thanks
    0
    Thanked 0 Times in 0 Posts
    Documents
    0
    Uploads
    0

    Default 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

  1. Toad error - Can't initialize OCI. Error-1
    By cathyyankeefan in forum Other Development Tools
    Replies: 3
    Last Post: 07-17-2009, 05:58 AM
  2. Fast Formula Erroring out
    By vamsioracle in forum Oracle Apps Technical
    Replies: 3
    Last Post: 04-07-2009, 11:33 PM

Tags for this Thread