APEX_LANG.MESSAGE API is a great fit for translating messages in APEX. Here we can define a message for each desired language like en, fr etc. MESSAGE function is very useful…
Why APEX Plugins? Oracle application express or widely known as APEX is a great framework that comes up with endless possibilities. Forms, Reports flexible and responsible designs which help to…
APEX Camera Extension (ACE) Plugin. APEX Camera Extension (ACE) plugin allows user to open Camera and and capture an image in APEX Collection. How to use? Steps: Download Plugin. Install…
How to Calculate total sum of interactive grid column into page item in oracle APEX. Most of the time, this question was asked by my friends and colleagues that “How…
How Add Tooltip on Side Navigation Menu Oracle APEX. In Apex, If You create an application with Side navigation menu and navigation menu name is too long in this case…
Creating a custom template. Templates are organized first by a template type and then by template class. Template types include page, region, report, list, button, label, and popup list of…
Lazy Loading Specify whether to load the region independently of the data for the region. When lazy loading is specified, the page is rendered immediately, showing an empty region, until…
Here is the requirement for refreshing the report on the base page, to do so I am just creating a Dynamic Action (DA):- Parent Page : Create Dynamic action Event…
Dynamic position navigation menu As a developer we know how to change the Navigation menu position. We have access to change the navigation menu position but when it comes to…