API
Discussion List
-
Soap Service with no response - Success or failure - how to use in OICSummary: Dear experts , I am using below soap - which is I guess asynchronous and has no response https://XXXX-****.fa.ZZZ.oraclecloud.com:443/soa-infra/services/default…
-
is there any business events available for oracle cloud inventory adjustmentsSummary: we have a requirement to send inventory adjustments from cloud ERP to cloud WMS via OIC on REAL-TIME is there any business events available to achieve the same?…
-
Oracle Financials - REST Batch Actions - What operation to use so that API honor the UPSERT modeSummary: When I try to use individual FSCM REST API say for Data Access Set assignment a second time, UPSERT mode in Headers works fine. However, when the same is used v…
-
How to handle Source Null value in MapperSummary: Hi If i don't have any value in Expiry date column from source side then I want to remove this element from payload. How can we achieve this ? Content (please e…
-
Sample OIC integration using DB package with plsql table type as in and out parametersSummary: Sample OIC integration using DB package with plsql table type of records as in and out parameters please share the DB package as well Thanks Content (please ens…
-
Create Requisition line REST API ErrorSummary: when invoke create Requisition line rest Api : /fscmRestApi/resources/11.13.18.05/purchaseRequisitions/300000902868669/child/lines from OIC3 got following error…
-
Is Domain Administrator role is required for the Oauth2.0 Client application?Summary: Hi Experts, As part of integration with third party application, we have created confidential application within OCI console to generate OAuth token. As per Ora…
-
Need to have Integration of Fusion Subscription with CernerSummary: Is there an integration available for Oracle Cerner with Oracle Fusion (Subscription ) ? Content (please ensure you mask any confidential information): Looking …
-
REST/SOAP to update FND Profile option valuesSummary: Hi Team, Is there any option available to update profile option values run time using any way like REST/SOAP services. Thanks, Rahul Content (please ensure you …
-
If invoice validation status can be checked immediately after REST validateInvoice API gets responseSummary: The ERP response for API "/fscmRestApi/resources/11.13.18.05/invoices/action/validateInvoice" just takes info like this without validation status: { "result": "…
-
The "Name" parameter in OIC ERP adapter for invoice validationSummary: I am going to call Oracle Cloud ERP's validateInvoice API from an OIC integration. I tried out Oracle Cloud ERP's API directly by Postman first to validate my p…
-
How to fetch india timezoneSummary: Hi I am trying fetch India time zone instead of UTC but getting error. Can you please help? Content (please ensure you mask any confidential information): Versi…
-
APEX facing issues with Oracle Fusion WebserviceWe are currently making calls to a web service from APEX with the endpoint /fscmRestApi/resources/11.13.18.05/erpintegrations. However, when attempting to call the same …
-
"Transaction Business Category attribute is invalid" error from "Create an invoice" REST APISummary: I am trying to call the "Create an invoice" REST API, but it returns the error saying "The value for the Transaction Business Category attribute is invalid. You…
-
Oracle Process Automation in Oracle VBCSSummary: Hi , I have a question regarding how to call the oracle process automation in oracle VBCS and make the process created using the API taking the user which login…
-
Does anyone know how to sign for JWT token in OIC if the payload is dynamic?Summary: I am trying to obtain a JWT token in OIC, and I followed the instructions here: https://docs.oracle.com/en/cloud/paas/application-integration/rest-adapter/invok…
-
OIC Gen3 > Stage File Action ‘Read File in Segments’ > Ability to Read the First Segment OnlySummary: OIC Gen3 > Stage File Action ‘Read File in Segments’ > Ability to Read the First Segment Only Content (required): Hello, Regarding the Stage File Action ‘Read F…
-
but actual coSummary Content Type doesnt match even though POSTMAN gives the responseContent We are facing an issue where from VBCS REST API, we are receiving response when its execu…
-
Need help in retrieving the errorEd asynch instances from OIC through REST APISummary: I am trying to retrieve the errored / faulted instances from OIC (following this blog : 1. https://blogs.oracle.com/integration/post/bulk-recovery-of-fault-inst…
-
Error from "create an invoice" REST API call -- "DEPARTMENT is a required field."Summary: I'm going to test the "create an invoice" REST API. Firstly I would like to create an invoice without a PO. Error code is returned with "DEPARTMENT is a require…
-
Consuming REST APIHi, BEGIN v_url := 'https://api.test.com/products/v3/objects/locations/'; apex_web_service.g_request_headers.DELETE(); apex_web_service.g_request_headers(1).name := 'Aut…
-
Fault Handler for Multiple OperationsSummary: I have the below flow in which 1) First using DB Adapter, selecting rows from database tables using select queries based on where condition 2) Pass the values f…
-
Batch Processing REST APISummary: Hi If REST API is having the capability to pass the multiple record in a input payload so if any record failed then how to identify failed record. For e,g - /re…
-
Access REST API with authentication type as OAuth2.0Hi, Customer has provided REST API with the authentication type as OAuth2.0 to access API using the token which works fine in POSTMAN. How can this be consumed in APEX p…
-
To invoke a REST API without any request parametersSummary: Content (required): Hi team, I am trying to invoke a REST API in Oracle Integration Cloud (OIC), without submitting any request parameters. In the response mapp…
-
Target REST endpoint response payload processing failed.[[cannot normalize!]]Summary: Hi Team, We are running API to update payment DFF, it's working fine but in OIC we are getting the below error in updating api, does anyone can help here? "Targ…
-
How to FTP file load to UCM content server via ODISummary: Hi Folks, Can you help me on this topic, How to FTP file load to the UCM content server via ODI tool. Content (please ensure you mask any confidential informati…
-
ERP Adapter > Business REST Resources > DataAccessSetLedgersLOVSummary: ERP Adapter > Business REST Resources > DataAccessSetLedgersLOV Content (please ensure you mask any confidential information): Hello, Can we use the ERP Adapter…
-
OIC DB Adapter and REST API - LoopingSummary: 1) GetProductInfo is using DB Adapter named 'Product Information' to get all the rows from Oracle database; results are fetched using SQL statement based on the…
-
Integration using REST and DB AdapterSummary: Receive response from REST API by passing ID (this to be queried from Oracle database tables). Based on the response from API, update the values in Oracle datab…