People and Culture Blog

Object Abstraction In PL/SQL

1.Overview This document explains about Object abstraction in PL/SQL. An Object abstraction refers to the high-level description or model of a real-world entity. Abstractions keep our daily lives manageable by…

Read More

Inserting a new Record into an Interactive Grid using Java Scripts

Overview This Document will Explain How to Insert a new Record into an Interactive Grid using Java Scripts. Technologies and Tools Used The following technology has been used to achieve…

Read More

CALLING API USING JAVA SCRIPT IN ORACLE APEX

       1. Overview This Document will Explain How to call a API using java script in oracle apex. Technologies and Tools Used The following technology has been used…

Read More

FREEZED COLUMN HEADER WITH SCROLLBAR IN CLAASIC REPORT

        1. Overview This Document will Explain How to create fixed column header with scrollbar in classic report Technologies and Tools Used The following technology has been…

Read More

Automation Testing In Oracle Apex Using Selenium Web Driver

1.Overview This document explains about how to perform unit testing using selenium web driver in Oracle Apex. Selenium Web Driver is a web framework that permits you to execute cross-browser…

Read More

Query to get Lot , Sublot information for Sales Order in Oracle Fusion SCM

select MAX(CASE WHEN seq =1 THEN parent_lot_number END) parentlot1, MAX(CASE WHEN seq =2 THEN parent_lot_number END) parentlot2, MAX(CASE WHEN seq =3 THEN parent_lot_number END) parentlot3, MAX(CASE WHEN seq =4 THEN…

Read More

Query to Get the Payroll Run Details for Person

SELECT ppf.person_id, ppf.person_number, paam.assignment_number, to_char(ptp.start_date,’YYYY/MM/DD’) startdate, to_char(ptp.end_date,’YYYY/MM/DD’) enddate, ptp.period_name, to_char(trunc(sysdate),’YYYY/MM/DD’) executiondatetime FROM pay_payroll_actions        ppa, pay_payroll_rel_actions    pra, pay_assigned_payrolls_dn   apd, per_all_assignments_m      paam, pay_time_periods           ptp, pay_rel_groups_dn          prg, per_all_people_f           ppf, pay_all_payrolls_f         py, pay_consolidation_sets     pcs,…

Read More

R12.2: Script $FND_TOP/bin/irep_parser.pl Fails With Error Can’t Locate Class/MethodMaker.pm When Attempting to Generate *.ildt File

This blog is intended for Oracle Application DBA’s who have issues generating Integration Repository loader file (iLDT). Exposing Oracle E-Business Suite PL/SQL packages a web services requires the creation of…

Read More

Oracle Database 19C Time zone not updated in PDB after applying RDBMS DSTv40 Patch# 3469179

Oracle Database 19C Timezone not updated in PDB after applying RDBMS DSTv40 Patch# 3469179 This blog is intended for Oracle DBA’s who are tasked with patching the database.   ISSUE:…

Read More

Installing Oracle Apex in Docker.

Introduction In this blog, we are going to see how to install Oracle Database 19c in Docker and  then to install ORDS and APEX. Introduction about Docker Docker is a…

Read More