DSP Blog

Latest Posts

APEX Security Considerations – Part 1

Whenever you are developing a web based application, there are many security concerns that need to be considered. When developing using Oracle Apex, there are a number of in-built..

Read More

APEX I get, but what is ORDS

This article is the first in a series which will look at the Oracle REST Data Services (ORDS previously known as the APEX listener) and APEX and the features that you can unlock.

Read More

APEX and EBS Integration

This article will explore the integration and extensions that Oracle Application Express (APEX) gives you when using Oracle E-Business Suite (EBS).

Read More

Trigger Dynamic Action from JavaScript

The following example will demonstrate how a Dynamic Action can be utilised within a report column to confirm deletion of a record, before the deletion process occurs.

Read More

Forcing APEX_APPLICATION.G_Fx values into session

When working with the APEX_ITEM package to programmatically generate items on the screen, either from a dynamic PL/SQL region or within a report region, you will most likely want..

Read More

7 things about APEX your boss needs to know

If you are looking for some ammo to convince your Boss to make the switch to APEX, then look no further…

Read More

Is Oracle Application Express (APEX) only suitable for small projects?

I sometimes hear the myth that Oracle Application Express (APEX) is only suitable for small projects and department systems. This could not be further from the truth; Oracle..

Read More

Avoiding the Dynamic Action PL/SQL length limit

Dynamic Actions are a great way to execute PL/SQL code without having to wait for a page submit, but if you have ever used them with any reasonably complex PL/SQL code you may..

Read More