Posts by Thangapandi Palanisamy

Creating a Wizard-Style Progress Bar in Oracle APEX

Introduction/ Issue:   Multi-step forms are common in applications — onboarding flows, surveys, registrations, or wizards. But in Oracle APEX, when you build multi-step forms using multiple regions, the user can…

Read More

Cascading LOVs in Oracle VBCS

Introduction/ Issue:   When building business applications, it’s common to have dropdowns (Lists of Values) where the available options in one field depend on the selection in another. For example, in…

Read More

Enhancing User Experience with a Custom Loading Page in Oracle APEX

Introduction: – User experience (UX) plays a crucial role in modern web applications. A smooth and intuitive interface keeps users engaged and improves usability. One common challenge in Oracle APEX…

Read More

Preventing Duplicate Tabs in Oracle APEX Using JavaScript

Introduction: – In modern web applications, users often open multiple tabs of the same page, which can lead to session conflicts, unexpected behavior, or data inconsistencies. To ensure a smooth…

Read More

Custom footer in Oracle APEX

1. Introduction/ Issue: Creating a custom footer in Oracle Application Express (APEX) is a valuable skill for enhancing the look and feel of your applications. A well-designed footer can provide important…

Read More

Extracting user and roles information from fusion

1. Introduction / Issue In Oracle Fusion, managing user roles and permissions is crucial for maintaining security and ensuring that users have the appropriate access to perform their tasks. Extracting user and…

Read More

Quick Menu Navigation In APEX

1.Overview In Oracle APEX quick menu navigation is essential for creating a user-friendly and efficient application. Implement a quick search functionality to allow users to find specific pages or records quickly.…

Read More

Nested Reports in Oracle APEX

1. Overview The document will talk about nesting a report inside another report using the technologies like Oracle APEX, JavaScript, HTML. In Oracle APEX, embedding a nested report within a customized…

Read More

Password strength detector in Oracle Apex

1. Overview This document will explain about the detailed process involved in detecting password strength in Oracle APEX Using Java Script. 2. Technologies and Tools Used The following technologies has been used to achieve…

Read More

Real Time Notification Display in Oracle APEX

1. Overview This document will explain about how to display real time notification to the users in Oracle Apex. 2. Technologies and Tools Used The following technology has been used to implement the…

Read More