Business Event for 'create location' does not Pass Event Data to Subscription
(Doc ID 2059179.1)
Last updated on APRIL 04, 2025
Applies to:
Oracle Human Resources - Version 12.1.3 and laterInformation in this document applies to any platform.
Symptoms
On : 12.1.3 version, Application Programming Interface
ACTUAL BEHAVIOR
---------------
A business event exists for oracle.apps.per.api.location.create_location.
It is being fired when a location is created.
But the parameter values passed to this event are coming as Blank.
This means that no location ID or address parameters are passed from Oracle to this event.
The 'Generate function' for the Business Event contains the following:
L_LOCATION_ID := p_event.GETVALUEFORPARAMETER ('LOCATION_ID');
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. create plsql procedure to populate custom tables
2. create the business event
3. create a location
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |