Supported Managed Versions

The following versions of Oracle E-Business Suite are supported by the IdentityIQ for Oracle ERP – Oracle E-Business Suite:

  • Oracle E-Business Suite 12.2.1 to 12.2.12

Notes:

  • For the required account permissions for all the supported versions of Oracle E-Business Suite mentioned above, see Required Permissions.

  • For Oracle E-Business Suite version 12.2.4 onwards, the Oracle E-Business Suite Connector now provides support for the service account permissions provided through the AD_ZD.GRANT_PRIVS API from Oracle E-Business Suite. For the required service account permissions, see Support for AD_ZD.GRANT_PRIVS Package.

  • (Publish for IIQ 8.2p4) If you are using the SailPoint connector for Oracle ERP – Oracle E-Business Suite to manage Oracle version 12c or later, the Integration Module installation expects a table named RA_Customers. This table was renamed to AR_Customers in Oracle versions 12c and later.

    To address this issue, you can make a synonym for the AR_Customers table in Oracle and call it RA_Customers.

    For example:

    create synonym ra_customers for apps.ar_customers;