I want to trigger an OIC integration from Oracle Planning using Pipeline
In Oracle Planning pipeline, I want to pass parameters for start period and end period to OIC for the integration to run on?
In the format: Jan-25/Dec-25
I tried groovy initially, but unfortunately that doesn't work because the refresh database within EPBCS takes place in the middle of the integration sequence, after which transactional data integration is run, so the groovy rule clashes with the db refresh and hence fails 🙁
The whole OIC integration runs end to end successfully when triggered from the OIC end, however in pipeline, it is not currently parameters for start and end period for the integration to know which range to run for.