You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to pass comma in REST API Call for submitESSJobRequest in erpintegrations service

We're using erpintegrations REST service to submit ESS jobs using submitESSJobRequest operation.


Sample Payload:

{

"OperationName":"submitESSJobRequest",

"JobPackageName":"/oracle/apps/ess/financials/generalLedger/programs/common/",

"JobDefName":"JournalImportLauncher",

"ESSParameters":"Data Access Set,Source,Ledger,Group ID,N,N,N"

}


The parameters for the ESS job have to passed as comma separated values inside double quotes.

However, the issue arises when there is a ledger having comma in its name (Eg: United States, USA)

Now since the ledger name has a comma in it, we are unable to pass the name because if we pass the value as is, it separates the value based on comma & considers the string after comma as a separate parameter.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!