Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

When creating the user in EBS fnd_user table using service account "SAVIGAUSR" from Saviynt IGA -1

kumar99
New Contributor III
New Contributor III

We are connecting Oracle ERP from Saviynt IGA and creating the Oracle ERP account and assigning the responsibilities via request submission.

We have done the integration with the help of generic account creation (SAVIGAUSR). We are connecting Oracle ERP with the generic/service account credentials.

When we create the Oracle ERP account from Saviynt IGA, it should show the last updated by as "SAVIGAUSR" instead of "-1".

Please let us know if we can modify the custom package to achieve this use case.

Also, please let us know how it can be implemented. We request you to confirm if this is possible or not.

I have attached sample custom package for reference in my previous post.

Thanks and Regards,
Kumar Vadlamudi

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

Can you share custom package and confirm connector type


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

kumar99
New Contributor III
New Contributor III

Hi Rushikesh,

Please find the attached custom package for reference. The connector type we are using is "DB".

Thanks and Regards,

Kumar Vadlamudi

Share JSON where you are passing value 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

kumar99
New Contributor III
New Contributor III

Hi Rushikesh,

Please find the CreateAccount JSON below. We are not passing the value as we don't have the column "Last_updated_by" in the custom package.

{
"CreateAccountQry": ["CALL TEST_FND_USER_PKG.createuser('${(user.username).toUpperCase()}','','${user.employeeType}','${user.password}',0,sysdate,'','','${user.displayname}','','','','','${user.employeeid}','${user.email}','','','')"]
}

Thanks and Regards,

Kumar Vadlamudi

 

 

You need to get custom package updated then


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.