Property Manager - EBS (MOSC)

MOSC Banner

Business event don't fire, when updating the a lease through API.

edited Jan 7, 2021 11:38AM in Property Manager - EBS (MOSC) 4 commentsAnswered ✓

When we amend a lease the business event of a standard concurrent request is fired, from Applications, but when the same is done by API the business event is not fired.

We have a custom concurrent request, which is fired as a result of business event completion.

business event:

oracle.apps.fnd_request_completed

The following is our code:

FUNCTION process

(

p_subscription_guid in RAW,

p_event in out WF_EVENT_T

) RETURN VARCHAR2 is


 l_event_data CLOB;

lv_tag VARCHAR2(100);


 l_param_list wf_parameter_list_t;

l_param_name VARCHAR2 (240);

l_param_value VARCHAR2 (2000);

l_event_name VARCHAR2(100);

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