Oracle ACE Live: Mastering Design Patterns for Custom Business Processes in Oracle Fusion Applications: Strategies for CX, HCM, and SCM
Here is the presentation given on Oracle ACE Live platform:
Here is the presentation given on Oracle ACE Live platform:
Introduction Using Oracle Integration Cloud (OIC) as a business logic execution platform is a widely adopted approach in Oracle Fusion Applications implementations. Several methods exist… Read More »Fusion Apps: Submit Asynchronous OIC Integrations by Using Custom Object Integration Events – Revised
Business Challenge Oracle Fusion Application Composer provides a way to define user-initiated actions using Groovy scripts. These scripts often support buttons on UI pages to… Read More »Overcome Groovy Execution Limits by Submitting OIC Integration Through ESS Job
Introduction In Oracle Fusion SaaS, every AR invoice print action generates a PDF file attached to the invoice record. By default, this allows users to… Read More »Fusion SaaS: Prevent Users from Reopening and Printing AR Invoice Original Documents While Allowing IT Access
Introduction Oracle Fusion Supply Chain Management (SCM) provides powerful Order Management (OM) capabilities, yet businesses often need to implement customized price adjustments beyond standard configurations.… Read More »Fusion SCM: Calculate Order Price Adjustments by using OM extension and OIC
General In the previous post we have presented a generic OIC integration that can receive an SQL parameter and return JSON array result,The solution presented… Read More »Fusion SaaS: improved method for running SQL queries by using generic OIC integration and BIP lexicals
General Importing external files into Oracle Fusion SaaS is a common requirement. Oracle provides HDL and FBDI that perform efficient pre-validations on input files before… Read More »Fusion SaaS: Perform efficient SQL validation for incoming files by using Custom Object CLOB fields, OIC and BIP
General Oracle BI Publisher allows generation of PDF outputs with dynamically embedded images. This post will demonstrate how OIC can be used inside a BIP… Read More »Procurement SaaS: Display Buyer’s Signature From Document of Records in a PO PDF Report
General Oracle Visual Builder Studio has a pre-configured backends for REST API available in Fusion Apps.Not all business entities that allow attachment management in UI… Read More »Visual Builder Extension for Fusion SaaS: upload an attachment without existing REST API endpoint
General Using of OIC for exposing BIP reports to Visual Builder Application is a quite common approach. However when we develop SaaS extensions we have… Read More »Visual Builder Extension for Fusion SaaS: utilize BIP SQL queries by using Groovy and OIC