Posts by Pothi Arun Kannan

Validate SQL Queries using PL/SQL Package

Introduction We built a dynamic reporting solution that allows end users to store and execute SQL queries with bind variables in Oracle APEX. While this approach provides great flexibility, it…

Read More

Oracle APEX – Dynamic Reporting

Introduction Users can store multiple SQL queries in a database table, and these queries may include bind variables. When an end user selects a query, the application automatically identifies the…

Read More

Recently Visited Pages Navigation in APEX

Introduction:- To improve user experience in Oracle APEX by implementing a Recently Visited Pages dashboard. By using APEX activity logs, it demonstrates how to track user navigation and dynamically display…

Read More

Reusable Character Counter for Text Fields in Oracle APEX

Introduction:- This blog explains how to implement a reusable character counter for normal text fields in Oracle APEX, similar to the built-in character counter available for text areas. It demonstrates how a…

Read More

Interactive Grid Save Validation Based on Column Comparison Using Java script

Introduction:- In Oracle APEX, data integrity is crucial when working with Interactive Grids (IG).To enforce business rules at the row level, validations can be implemented during user input. This specific validation…

Read More

Dynamically Setting APEX Logo Based on Logged-In User

Introduction:- In Oracle APEX applications, enhancing user experience through personally is a key aspect of modern UI design. One effective way to achieve this is by dynamically setting the application…

Read More

Dynamic Selection with Multiple APEX_ITEM Types in a Single Column and Real-Time Display in Another Column Using JavaScript in Classic Report

Introduction: – In Oracle APEX, a Classic Report offers a powerful way to display data in a tabular format. However, there are scenarios where dynamic interactions, such as selecting from…

Read More

Automatically disappear the success message based on a condition

Introduction: – In Oracle APEX applications, success messages play a vital role in providing feedback to users about the successful completion of actions or processes. However, leaving these messages displayed…

Read More

Client-Side Validation for APEX_ITEM Elements in Classic Report Using JavaScript

Introduction Client-Side Validation for APEX_ITEM Elements in Classic Report Using JavaScript” refers to the process of implementing validation checks directly in the browser for elements created using the APEX_ITEM package…

Read More

Displaying an Icon on Page Item Dynamically Based on User Input

Introduction The goal is to display an icon on a post text of page item, dynamically based on user input. This approach enhances user experience by providing immediate visual feedback…

Read More