People and Culture Blog

RESULT CACHE FUNCTION

1. Overview This Document is about to store the function result into the server result cache. 2. Technologies and Tools Used The following technologies have been used to achieve this   Oracle…

Read More

Private Temporary Tables

1. Overview This document is about the new features in Oracle 18c is Private Temporary Tables. 2. Technologies and Tools Used The following technologies have been used to achieve this   Oracle…

Read More

Global Temporary Tables

1. Overview This Document is about the data in a global temporary table is private, such that data inserted by a session can only be accessed by that session. The session-specific…

Read More

Listagg of IR Column Break Report

This document is to display listagg of IR column break report. Technology and Tool Used : Oracle Apex Javascript Use Case : If a requirement arise from user to list all value in listagg manner for a control break interactive report then we can achieve the same using javascript. Steps to be followed: Step 1 :  Create a interactive report in the page. Sample query —  select ename Ename,sal, (select dname from dept a where a.deptno = e.deptno)dept from emp e Step 2 :  Create control break and aggregation based on your requirement. The result should look like the below screenshot. Step 3 :  Paste the below mentioned javascript code in page (Execute when page loads). //Set to the displayed header name var headerName = ‘Ename’; var headerNum; //ID for TH header object // Find the header to listagg $(‘a.a-IRR-headerLink’).each(function(){ var $this = $(this) if($this.text() == headerName){ headerNum = $this.closest(‘th.a-IRR-header’).attr(‘id’); }…

Read More

Download Latest Business Object Template

Recommended way to download latest templates from Fusion Application before using and loading the dat files in HCM. For Steps download and follow the below document. template-file-for-business-object

Read More

Diagnostic Tests for HCM Data Loader

HCM Data Loader Error Analysis Report The HCM Data Loader Error Analysis Report is a diagnostic test. It provides technical information that can help to resolve data-loading errors. Run this…

Read More

Key Points To Remember before loading Grade Work Structure in Fusion HCM

Things to remember before loading Grade.dat file 1. SourceSystemOwner should be defined in Oracle fusion Application System 2. Effective Start Date and Set Code are Mandatory. 3. Always pass the…

Read More

Life At Doyensys – Nirmal Kumar V

Employees are the backbone of an organisation. With the right people, a company can not only achieve its goals but also surpass them. We want to thank our employees and…

Read More

Display User Rating Icons Dynamically in Oracle APEX Report

1. Overview This document talks about how to Display User Rating Icons Dynamically in Oracle APEX Report. 2. Technologies and Tools Used The following technologies has been used to achieve…

Read More

Dynamic Image Carousel Slider in Oracle APEX

1. Overview This document talks about how to do Dynamic Image Carousel Slider in Oracle APEX. 2. Technologies and Tools Used The following technologies has been used to achieve the…

Read More