API
Discussion List
-
Pass attachments from VBCS to PCSSummary: How to to pass the attachment uploaded in the VBCS form to the PCS Form? Content (required): Version (include the version you are using, if applicable): Code Sn…
-
Processes (PCS) tasks upload document error when uploading more than 1 MB fileSummary: we have tried to upload file to process tasks with more than 1 MB file but it is not going through via REST API. Please let me know what is the limit on the fil…
-
Expose BIP report as api for external vendorsHi Experts, What is the best way to Expose BIP report as api for external vendors consumption. Want to know the right way to do it? If anybody has experience.
-
Need to check Structure of the schema Stage file ReadI would like to know if there is any way to check already uploaded file in the Stage File action. For example in the above process .csv file was uploaded during the deve…
-
HCM Rest IntegrationThe worker api response has a structure of item and inside that a links array with attributes as "rel","href","name","kind","properties" etc.. 1)Is it possible to filter…
-
Process REST API to upload attachment is throwing 400 bad request in POSTMANSummary: we are trying to follow the below documentation to upload attachment to process task but getting 400 bad request error. Please help https://docs.oracle.com/en/c…
-
Process reassign tasks with REST API 401 errorSummary: we are trying to reassign process tasks with the help of REST API, when we use OIC ADMIN user credentials they it is working fine i.e. we are able to reassign t…
-
Process (PCS) reassign task with REST API issueSummary: we are trying to reassign process tasks with the help of REST API, when we use OIC ADMIN user credentials they it is working fine i.e. we are able to reassign t…
-
How to Escape special charters (like space) in query parameters in REST adapterSummary: How to escape special charters (like space) in query parameters in REST adapter. OIC is encoding the value for Space -> + instead of %20 Content (required): Act…
-
Expose OIC integration as rest api with OauthHi All, We have created an app based integration which is exposed as an api. We have configured it to be exposed with oauth as per instructions given in https://www.atea…
-
Can't update individual row using Update lookup Rest APISummary Can't update individual row using Update lookup Rest APIContent Hi, I need to update the selected row value in lookup using OIC rest API, For example 'Row1' valu…
-
Is there a Catalog for REST APIs in Oracle Fusion (like we have ServiceCatalog service for SOAP)Summary: Is there a Catalog for REST APIs in Oracle Fusion (like we have ServiceCatalog service for SOAP services)? Is there any equivalent for REST services which shows…
-
Speed up Integrations that use REST APISummary: Is there a way to speed up REST api roundtrips to Fusion? Content (required): We have an integration that processes an inbound CSV file to update costs in inven…
-
How to run report using REST API?Summary: Can we run a report in fusion applications using a REST API? We have ReportService which is a SOAP service. Do we have a similar service in REST? Content (requi…
-
Oracle Integration Update Webcast June 16th 2022Summary: Oracle Integration Product Update Webcast Content (required): Attend to get the latest updates and innovations on Oracle Integration May 2022 release. Our Oracl…
-
How to pass null value for LOV field in OIC mapper. How to remove tag from payload if its nullSummary: How to pass null value for LOV field in OIC mapper. How to remove tag from payload if its null Content (required): I am trying to update list of 9 DFFs via REST…Jaeyshree Kumaran Kalpana 707 views 3 comments 0 points Most recent by Jaeyshree Kumaran Kalpana Integration
-
HCM ATOM Feed - Emp New Hire/Update Include Business Object checkbox disabledSummary HCM ATOM Feed - Emp New Hire/Update Include Business Object checkbox disabledContent Hi Everyone, The Include Business Object in HCM Atom Feed is disabled for Em…
-
Mapping Employee Update Atom Feed changed attributesHi, I am invoking the employee update atom feed. The changed attributes come in the response like this:- "Changed Attributes" : [ { "AddressLine3" : { "old" : "street", …
-
OIC Parse XML from Database FieldSummary: We are storing an XML payload in a database field and need to pull it into an OIC integration as the payload for a co-located integration. Content (required): T…
-
Label Printing - IISSummary: Need help to Print labels via IIS or any other method. Content (required): Hi all, We have requirement where customer label printers are installed across all Wa…
-
Oauth 2.0 causes errors with co-located integrationSummary: Can't call co-located integration when initial integration is Oauth 2.0 and is called from an external source. Looking for the easiest to implement resolution a…
-
EPM REST API calls facing user lock or password expiration issuesSummary: EPM REST API calls facing user lock or password expiration issues Content (required): Hi Team, We are using EPM REST API calls in OIC integrations for uploading…
-
Download Narrative Reporting daily backupSummary: Download the daily backup to a sFTP directory. Content (required): Hello my dear friends! Is there a way to download the daily snapshot backup from Narrative Re…
-
Multiple atom feed rows for employee terminationHi, We are trying to send employee termination information to downstream applications. We are using the "termination" atom feed for the same. What I observed is for same…
-
Get Last successful run date and time for scheduled orchestrationsWe need to get the last successful run date of a scheduled orchestration so that we can pull the data from Oracle SAAS accordingly. Followed this blog but it didnot work…
-
Generating Column Header using FTP AdapterI want to add a single column header in my CSV file being produced by FTP adapter in OIC. I understand we have to create a repeat node in the OIC mapper to add a header.…
-
Move file from Stage File location to FTPI need to send a file to FTP.I am creating it locally using stage file action and trying to move to FTP,but I see the FTP adapter doesn't support it. Do we have to read …
-
can i configure IDCS application to generate JWT for outbound API call?Summary: there decent number of white papers that describe how to configure IDCS to enable JWT/OAuth for inbound API calls to OIC endpoints, fro example https://wpsbutto…
-
REST/SOAP/PLSQL API on why COA is invalidSummary: Content (required): We have a requirement wherein we need to validate the COA segment structure received as input and return valid/invalid status along with the…
-
Get Binary content using SOAP AdapterWe are trying to use the UCM GET_FILE service to get the binary content of a file which we have to pass to another rest api for creating attachment in Document of Record…