Category 222
Discussion List
-
Connect and extend your Oracle HCM with Oracle Integration – Webcast June 7th 2023Summary: Your HCM cloud “lives” within your application ecosystem. Just think how many applications could be involved in typical HCM horizontal business processes, such …
-
Run the same integration multiple times in parallelSummary: Run the same integration multiple times in parallel Content (required): Hi everyone, I am working on a requirement where I have to process files and take them t…
-
Can OIC instance be broken with many parallel calls to another OIC integrationSummary: Hello all, Please your help. I have a use case to process data from an ATP table, let's say 5000 records (or more perhaps). The subprocess for each record is an…
-
How import a file to UCM from a tableSummary: How import a file to UCM from a table Content (required): Hi everyone, I have a fbdi files in a table and I try to import to UCM. The content is in a column of …
-
Outbound B2B in Trading Partner ModeSummary: Hi, We are trying to generate EDI 940 (X12, ver. 4010) from Oracle ERP Cloud. I have completed the required setups, but not sure how to map the B2B trading part…
-
Connect and extend your Oracle ERP with Oracle Integration – Webcast May 24th 2023Summary: For details please visit the registration page here. Content (required): Oracle Integration is the one stop shop for connecting your Oracle ERP to your ecosyste…
-
I can't sign up OCI free trial.Summary: I can't start Oracle Cloud Free trial. "Start free trial" button is freesed or Card verification error. I have tested Firefox and Edge and private browsing mode…
-
Can a Generation 1 integration be directly imported to Generation 3 instance?Summary: Customer is currently looking to upgrade from Generation 1 Integration Cloud to Generation 3 After importing the integration and connections to Gen 3 instance, …
-
Should we implement Retry for ERP Adapters and ERP REST service in OICSummary: Hi Team, We are calling several ERP Rest Services and ERP Adapters in OIC Integrations, should we implement Retry logic for these ? What would happen if ERP is …
-
How to expose OIC endpoint with optional query params ?Summary: How to expose the OIC endpoint with optional query params? OIC Endpoint by default: https://:443/ic/api/integration/v1/flows/rest//1.0/v1//updatedworkers?oic_qp…
-
Automate ADFDI using OICSummary: Is it possible to automate ADFDI using OIC. Content (required): Version (include the version you are using, if applicable): Code Snippet (add any code snippets …
-
Want to approve the task assign to other users with the ADMIN user using REST APISummary: Hi Experts We have a admin user for oracle integration processes i.e. OIC_ADMIN_USER, now we want this user to APPROVE REJCT or take any action on the process t…
-
OIC: Encode Zip or PDF file more than 10 MB to base64Summary: Content (required): encodeReferenceToBase64 function only accepts file size upto 10 mb. Is there any way we can encode file sizes greater than 10 mb and which c…
-
HDL upload for integrationHi All, We have multiple integrations where we have used HDLs to integrate as api were not available? We want to know how many parallel HDL processes can run? Please als…
-
Call Back Integration OICSummary: Call Back Integration OIC Content (required): Hi Team, We have seen that, some times call back integration is not getting triggered in Production. After further…
-
cURL command to schedule OIC IntegrationSummary: Need the cURL command to schedule OIC integration (Scheduled Orchestration Pattern) Content (required): Hi All, We need the cURL command to schedule OIC integra…
-
caching data between threads/instances of same integrationSummary: have complex integration that is invoked hundred times in short period of time and would like to know what is best option to cache some somewhat static data bet…
-
Not getting tables in database adapterHi, We have created a workspace and schema from Oracle Apex.Inside this schema we have created a table.The issue is we need to update this table using db adapter from OI…
-
Visual Builder Backend and ERP Service Connection issueSummary: I am trying to connect to Oracle ERP Cloud from Visual Builder Content (required): I am trying to connect to Oracle ERP Cloud from Visual Builder. I created the…
-
how to add SSO login support for Oracle IntegrationSummary: Hi Experts Is it possible to add SSO login support for Oracle Integration i.e. in oracle integration login screen instead of username and password user can clic…
-
Need the ability to use non-Oracle API gateway with OICSummary: Need the ability to use non-Oracle API gateway with OIC. (is that possible ?) we do not want to use Oracle's api gateway offering since we already have our own …
-
Is there a feature to update back in the HCM approval information(Name of Approver)using the CommentSummary: Is there a feature to update back in the HCM approval information(Name of Approver)using the Comment section Content (required): We are in process of Sending Ac…
-
Reading >10MB JSON String using OIC DB AdapterHi, I have AR Invoice data as JSON string in a CLOB column of the table and now I am trying to read JSON payload string using DB adapter in OIC so that I can push it to …
-
narrow OIC API privilege to update single Lookup onlySummary: do we have option to grant permission to update single Lookup only Content (required): for example, user can use API call ...us.oraclecloud.com/ic/api/integrati…
-
Aggregate operation giving error in OIC Gen3Summary: While using aggregate operation in OIC Gen3 getting XPath expression Content (required): We are reading the file. File content is in csv. File content looks som…
-
FscmTopModelAM.FinApInvTransactionsAM.InvoiceHeaderPVO is giving null recordsSummary: I am trying to fetch the invoice header details with this PVO, but it is returning null values. select * from EXTERNAL('ADF','"oracle.apps.fscm.model.analytics.…
-
Integration UTC to local timezoneSummary: I have configured a new scheduled integration and it is scheduled to run for every 2 minutes. however, the scheduled run time is shoing in UTC instead of curren…
-
PCS selectively send notification to a group when task assignedSummary: Hi Experts I want to selectively send notification to groups out of many when a task is assigned to them i.e. suppose there is a human task action added to a pa…
-
IDCS REST API to get all users based on group neededSummary: Hi Experts I'm looking for a REST API for IDCS where in if we pass the group name then we will get the list of all the users who are part of that group. Please …
-
Wait activity needed or not.Summary: Hi, please gurus, I would need help to know if I can remove the 2 following wait activities in my integration. This part is in a loop with 200 or 300 iterations…