Core Workflow - EBS (MOSC)

MOSC Banner

Running a custom rule function with a business event

edited Jun 4, 2012 9:59PM in Core Workflow - EBS (MOSC) 3 commentsAnswered
Hello,
I am looking to call a custom rule function with seeded business event for reverse termination, i.e. oracle.apps.per.api.ex_employee.reverse_terminate_employee.

I followed the below steps:
   1. Created a new database packaged function by following the standard API for a PL/SQL Subscription Rule Function as below:
        function my_function (p_subscription_guid in raw, p_event in out WF_EVENT_T) RETURN VARCHAR2
   2. Created a new subscription and set this function for PL/SQL Rule Function

Now, When I tested the business event first time, I got an error. So, I changed the packaged function and re tested. Since then, the error message is looking at old function definition.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center