Saviynt should automate module provisioning for Oracle EBS

Akumar00
New Contributor
New Contributor

Hello Team,

There is a need to automatically assign the modules currently available to access EIS for the users getting provisioned with Oracle EBS accounts. We have an SQL query to perform the action on target but we are trying to find best optimal way to achieve the requirement.

We tried using actionable analytics, technical rules but it did not work as expected. We are seeking your assistance in creating a SQL/powqershell script using the SQL query and try saaving invoke the same.

Please let. Us know if there any other method that can be opted.

Please find the SQL query that can be used to do the module assignment to users on their Oracle EBS account provisioning

[This post has been edited by a Moderator to merge two posts.]

8 REPLIES 8

sahil
Saviynt Employee
Saviynt Employee

Is this module currently created as an Entitlement in Saviynt?


Regards,
Sahil

Akumar00
New Contributor
New Contributor

Hi Sahil,

These modules are not being created as Entitlement in Saviynt.

 

Regards

Akumar00
New Contributor
New Contributor

Hello Team,

Kindly assist with an update, please let me know if any information is required

Can you elaborate more on the ask? If you want to automatically assign some module in target from Saviynt then those module should be present in Saviynt as an entitlement value.

once the entitlement is present in Saviynt then you can write actionable analytics to provision this module from Saviynt to target.

 

Thanks,
Devang Gandhi
If this reply answered your question, please click the Accept As Solution button to help future users who may have a similar problem.

Akumar00
New Contributor
New Contributor

Hello @dgandhi 

The requirement is to automatically assign some module in Oracle EBS from Saviynt, there are close to 9-10 modules that needs to be assigned to users as part of birthright

Currently these modules are being manually assigned on target application, i appreciate your time sharing the solution but was curious to know if we can directly use the Connection (AddAccessJSON) and make the below SQL DB call to assign modules directly to users  on target

xxeis.eis_rs_utility.grant_module_access(2801,90001,sysdate,null,x_status,null); //the script has been attached above, as currently the connection json is configured with the sql query for provisioning

Akumar00
New Contributor
New Contributor

Hello @dgandhi 

Could you please elaborate if  we can use existing Entitlement Types (OEBS-Roles/OEBS-Responsibility/OEBS-Function) or we need to create any new Entitlement Type for assigning the modules


Akumar00
New Contributor
New Contributor

Hello @dgandhi 

Can you please assist with reference documentation that can be followed to fulfill the requirement.


sahil
Saviynt Employee
Saviynt Employee

@Akumar00 You can use the below doc to create Technical/Birthright rule. If these entitlements can be created under existing Entitlement types then can use the same else you can create them as separate entitlementtypes.

https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter05-Policies/Creating-Technic...

https://docs.saviyntcloud.com/bundle/EIC-Admin-v23x/page/Content/Chapter13-Access-Requests/ars-uc-im...

P.S: You can browse through the above documentation for other useful topics.


Regards,
Sahil