To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Integration
Discussion List
-
How to send null to Mapper TargetOIC Version: 21.4.3 Hi Integration Community I have a simple requirement in OIC where a REST web service returning JSON returns an attribute which is a string but may be… -
Handle empty csv file with headerHi All We have an integration reading a csv file and which goes on and creates HDL for loading data into HCM. Currently we are facing an issue when an empty csv file whi… -
PLSQL arrays and Integration CloudHi All I have an xml array posting to a plsql table and record and that works fine. But I want to set up a GET to return that plsql table into an XML array. The error I … -
API to initiate approval for AP InvoicesSummary: Content (required): We found that we can run the ESS Job from OIC and put a wait to initiate the payables invoice approvals, however, we could not find any API … -
Authentication mechanism for calling Oracle SAAS apiHi All, We are calling Oracle SAAS rest apis for our integrations in our OIC4SAAS processes. We want to know what is the best process to authenticate these rest apis. Do… -
For Freight Cost PTO Model CustomCode, How to cut and paste the SDOTRtags from child fline to parentSummary: For PTO Model, freight cost is generated at child level, that should be cut from child level and paste at parent level in custom code but it is generating in ch… -
Possible to take a file from Object Storage to OIC File Server?Summary: There's plenty of examples of how to go from the OIC File Server to Object Storage but I can't find anything to show how to take a file from Object Storage and … -
OIC Salesforce Integration Error : Invalid Cross ReferenceSummary: OIC Salesforce Integration Error : Invalid Cross Reference Content (required): Hi, I have an integration from Oracle Fusion ERP to Salesforce via OIC. When I ru… -
Mapper Not Wrapping Array Content in Separate ObjectsOracle Integration Classic (Version 20.1.3) Hi Community We are using OIC Classic with the REST Adapter. The REST web service requires a POST and expects the following p… -
DUPLICATE: Mapper Not Wrapping Array Content in Separate ObjectsDuplicate of Mapper Not Wrapping Array Content in Separate Objects — oracle-ccc Unable to delete. Please ignore ------------------- Oracle Integration Classic (Version 2… -
Beginners-question: how to show the request that's been sendSummary: How to show the request that's been send. Content (required): We receive a internal server 500 error from the "other side". We would like to examine the content… -
How to implement a "RequestHoldProcess" call from OIC to ERP Cloud utilizing an async callback?Summary: How to implement a "RequestHoldProcess" call from OIC to ERP Cloud utilizing an async callback? Content (required): When implementing the "RequestHold" call wit… -
Display Banner in OIC IntegrationsHi All While working in different environments it is handy to display a banner with information in OIC environments like it can be done in SaaS environments to inform th… -
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 … -
FaaS Function 502 errorSummary: Hi all, First of all, sorry in advance if this is not the right category. As there is no FaaS specific one, I'm posting this thread here. Please let me know if … -
APEX_WEB_SERVICE.MAKE_REST_REQUEST Calling OICHello Everyone! I have a situation, I have been using the APEX_WEB_SERVICE.MAKE_REST_REQUEST with the POST method(REST Call) to run the token based OIC Pooler integratio… -
Matching against values in valuesetWe have a requirement where we have to retrieve a certain valueset values from Oracle SAAS. Retrieve values from a 3rd party application. Match these values against thos… -
ATP adapter - can it return id after inserting recordSummary: Instead of making 2 calls to ATP Insert record into table Get Id of the record Can this be achievable in a single ATP call Content (required): Hi experts, Wante… -
Can the OIC wait activity be parametrized?Hi All, I come from a Oracle SOA background. The wait activity there can be parametrized. I do not see the same option in OIC? Am I missing something. **Note: I know I c… -
get certain text from a responsefollowing url response generate the encrypted personunquid (below in bold in href) /hcmRestApi/resources/11.13.18.05/workers/?q=PersonId=100000003309035 I tried with XSL… -
Total Results equivalent in SOAPHi, Do we have any option to find the total results count in Find Operation same as totalResults in Rest API? Thanks, Mohan -
Service account and rest api endpoint for OIC process exposed as a REST apiWe have to expose an OIC process as a REST API to a 3rd party application. Need help on the below:- 1)The full OIC REST api endpoint that is auto generated is big. Is th… -
Suggested framework for OIC4SAAS integrationsWe have a OIC4SAAS environment where we will be building integrations of Oracle SAAS with different third party platforms. We do not want to use any PAAS credits and wan… -
Scheduled Integrations are Stuck and Running for Very Long TimeSummary: Hi, We have many scheduled integration which calls a child integration for performing a task. We observed that many times these schedulers are stuck in OIC and … -
Creating Email Body from a Stage LogfileHi All I have seen this done by creating a global variable of type string , then reading each record from the logfile and appending to the global var. The email action t… -
Create a global variable with custom schemaSummary: Hi, I want to create a global variable with custom schema. There seem to be no clean way to upload the custom xsd and create a variable on it as we do in SOA. I… -
Encrypt and decrypt values in OICSummary: We are trying to call a rest api in OIC. The rest api endpoint uses a custom http header parameter for authentication. I have the below question:- 1)How do we e… -
How to query REST Service with a parameter containing special characters like +,. etc in OICWe are trying to use REST Service and pass a parameter containing + or , in the parameter value in OIC. How can we achieve this in OIC? I know from postman, we have to u… -
For Each on distinct valuesSummary: Content (required): Hi All, Is there a way to use For Each on distinct/unique values ? I see that there is no way to edit the input of For Each... Version (incl… -
Unable to create JavaScript Library for HMACSummary: Hi I have a requirement to create a HMAC value based on a customer requirement wusing Javascript. I have create a JavaScript and tested it with HTML which works…