07/30/2023
11:57 AM
- last edited on
08/08/2023
07:08 AM
by
Dave
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.]
08/08/2023 09:27 AM
Is this module currently created as an Entitlement in Saviynt?
08/08/2023 09:49 AM
Hi Sahil,
These modules are not being created as Entitlement in Saviynt.
Regards
08/20/2023 10:01 AM
Hello Team,
Kindly assist with an update, please let me know if any information is required
08/21/2023 09:36 AM
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.
08/21/2023 10:42 AM
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
08/31/2023 06:15 AM
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
09/04/2023 07:31 AM
Hello @dgandhi
Can you please assist with reference documentation that can be followed to fulfill the requirement.
09/07/2023 08:56 AM - edited 09/07/2023 08:56 AM
@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.
P.S: You can browse through the above documentation for other useful topics.