Gen EDGE

  • 1.  Calling oracle functions within CA Gen 8

    Posted Jan 05, 2015 01:41 PM

    I am wondering if anyone knows of a way to call oracle functions within CA Gen 8?



  • 2.  Re: Calling oracle functions within CA Gen 8

    Posted Jan 05, 2015 02:43 PM

    Previous to 8.5, you would write an External Action Block (EAB) or a user-added function.  With 8.5 and the addition of the Inline Code statement in the Action Diagram, you should be able to accomplish what you need to do from within the model.

     

    Can you be more specific about what Oracle functions you would like to call?



  • 3.  Re: Calling oracle functions within CA Gen 8

    Posted Jan 06, 2015 07:02 AM

    Thanks John.  I am basically trying to call a user created Oracle function within CA Gen 8.0.  I would need to pass some parameters in and get back a value.

     

    Alex