People and Culture Blog

Metadata Script

1. Overview This document will be helpful to generate DDL scripts of objects using Oracle Plsql. 2. Technologies and Tools Used Oracle Plsql code.   3. Use Case To migrate Scripts from development…

Read More

Adding A Favicon To Apex

1.Overview This document talks about a Favicon (Favorite Icon), also known as a Shortcut Icon, Web site Icon, Tab Icon or Bookmark Icon, is a file containing one or more  …

Read More

Connecting ASP.NET with Oracle Database

Overview: This document talks about how to connect ASP.NET project with Oracle Database. Technologies and Tools Used: The following technologies has been used to achieve the expected output. Visual Studio…

Read More

Caps Lock (On/Off) Indicator with JavaScript in Oracle APEX

Overview: This document talks about how to indicate a message for whether the Caps Lock is on or off while inserting a password in login page by using JavaScript in…

Read More

Single row view in Apex report

1. Overview This document will be helpful to change report from multi row view to single row view in IG report. 2. Technologies and Tools Used Javascript 3. Use Case In one of…

Read More

How to Call Jasper Report in Oracle Apex Using JavaScript

Overview This document explains how to call Jasper report in Oracle Apex using JavaScript. Technologies and Tools Used The following technologies have been used to achieve this in oracle apex.…

Read More

Convert simple CSV and XML data to rows and columns

Overview The APEX_DATA_PARSER package allows you to easily convert simple CSV and XML formatted data into rows and columns from SQL. You must have APEX 19.1 or later installed in the database…

Read More

Auto-Hiding Navigation Menu & Expand navigation menu on mouse over in Oracle apex

Overview This document explains how to hide the left navigation menu on entry to the page in Oracle apex and expand navigation menu on mouse over. Technologies and Tools Used The…

Read More

Steps to Avoid Hard Code in Error Message in Oracle

Overview As part of any application development, error / exception handling is a key process which make the application more interactive and provide a user friendly message to the users…

Read More

Points to Consider before migrating Organization HDL file

Below is the sample HDL file for Organization.dat file METADATA|Organization|EffectiveStartDate|EffectiveEndDate|Name|ClassificationCode|LocationCode(SourceSystemId)|LocationSetCode|SourceSystemOwner|SourceSystemId MERGE|Organization|1901/01/01|4712/12/31|ABC CORP|DEPARTMENT|Delhi|COMMON|EBS|HCM_ORG_ABC_CORP_TEST Points to Consider 1. SourceSystemOwner is defined in Oracle Fusion Lookup 2. Location Code will be used as…

Read More