Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Invoke ESS Job with Output Parameters from OIC

Amit BMay 16 2024 — edited May 16 2024

We have a schedule Job which run a report. Output of report is PDF and that file should print as part of Job submit and that is working fine.

We need to submit that job from OIC. I know, we can pass the Input parameters shown below in ESS Job request as part of ParameterList.

POST /fscmRestApi/resources/11.13.18.05/erpintegrations

{

"OperationName": "submitESSJobRequest",

"JobPackageName": "/oracle/apps/ess/scm/dos/foundation/utilities/",

"JobDefName": "Label_Print_Job",

"ParameterList": "true,DOO,order1,#null,#null,#null,#null,#NULL"

}

Now, we need to pass below mentioned Output parameters as well for printing. Where can I pass these values in REST API or Fusion Adaptor?

Comments
Post Details
Added on May 16 2024
0 comments
1,762 views