Technology Stack - EBS (MOSC)

MOSC Banner

pass value to wf_event_t

edited Jun 18, 2017 5:00AM in Technology Stack - EBS (MOSC) 2 commentsAnswered

HI ,

We  have subscribed a custom function to the standard business event 'oracle.apps.ap.supplier.event'  .

This custom function which we have subscribed to this event just inserts records a cutome table .

Now due to some reason , this business event is not getting triggered , so we want to debug this by passing the parameters v  value to the

wf_event_t   but it is not getting executed :

Our Custome function is :-

FUNCTION process_business_event(p_subscription_guid IN raw,

                                  p_event             IN OUT nocopy wf_event_t)

    RETURN VARCHAR2 IS

    l_business_event_name   wf_events.name%type DEFAULT NULL;

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