What is an API? The term “API” stands for Application Programming Interface. If you break that down word by word, you can get a pretty good grasp of what it means. An API is an interface that can be used to program software that interacts with an existing application. In practice,…
1. How does React decide to re-render a component? In react, a re-render can only be triggered if a component’s state has changed. The state can change from a props change, or from a direct setState change. The component gets the updated state and react decides if it should re-render…
The purpose of the document is to provide the steps to invoke OTBI report through Oracle Integration Cloud Service (ICS/OIC) and convert the response into XML format. High-Level Installation Steps: Create a sample OTBI report in the ERP Cloud Invoke OTBI report through Oracle Integration Cloud Service (ICS/OIC) Download the…
In this article we will discuss why we need desktop PWA, does it really make sense to create one for your Application, and how much effort is required for it. First thing first, What is PWA? We will not discuss it in depth here, if you are not aware of…
In this tutorial, we will see why we should create our rest API in node. Why REST API in Node? Let’s go back to our traditional rest API system which is based on either blocking operation or threading. Suppose two concurrent requests occurs( r1 and r2), each of them require…
In this blog we will explain what Oracle HCM Cloud Payroll costing functionality is; and how the cost allocation flex-field and the cost hierarchy is defined within Cloud payroll. Costing: Oracle Cloud Payroll processes create costing and offset results for the payroll run and payments you process. For example, when…
How simple mobile apps, developed by using common web technologies are improving the way we interact with apps. In 2015, when google introduced PWA, it was focused on three fundamental things:- Reliable — Load instantly and never show the downasaur, even in uncertain network conditions. Fast — Respond quickly to user interactions with silky…
So, what’s new with the ES6 features that you must know in JavaScript.Let’s see them here without wasting much of your time. The ES6 provides us so many cool features which are good for developers life. I will explain to you a few features which I like during development. I…
Overview The Fusion HCM Cloud provides RESTful API services to interact with key business objects. This article describes how to invoke these services using JavaScript and HTML. The example focuses on the HCM Employee REST service and provides examples on how to fetch, filter response data and limit the number…
HCM Data Loader (HDL) Keys – Concept HCM Data loader is the tool of choice to migrate and integrate data to Oracle HCM Cloud environment and supports multiple business objects. HCM Data loader business object has the predefined structures which are extendable in nature to consider the flex-fields and support…