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

How to Invoke ESS Job from Object function/Global Function groovy script

edited Mar 3, 2020 5:36AM in Sales 4 comments

Content

How to Invoke ESS Job from Object function/Global Function groovy script?

I have configured this service https://<hostname>/fscmService/ErpIntegrationService?WSDL under webservices and trying to use submitESSJobRequest method.

Script:

def jobPkgName = '/oracle/apps/ess/cdm/foundation/parties/';
def jobDefName = 'HzPartyUserGuidSyncJob';
def parameterList;
def returnData = adf.webServices.TEST_WB.submitESSJobRequest(jobPkgName, jobDefName, parameterList);

Please share any samples/blog spots which explain with an example

 

Thanks,

Shivakumar

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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