24.1 Call Sequences for APEX_EXEC
All APEX_EXEC
procedures require an existing APEX session to function. In a pure SQL or PL/SQL context, use the APEX_SESSION
package to initialize a new session.
- Querying a Data Source with APEX_EXEC
- Executing a DML on a Data Source with APEX_EXEC
- Executing a Remote Procedure or REST API with APEX_EXEC
See Also:
APEX_SESSIONParent topic: APEX_EXEC
24.1.1 Querying a Data Source with APEX_EXEC
See Also:
For code examples of a complete query to a Data Source, review the example sections in the following APIs:
Parent topic: Call Sequences for APEX_EXEC
24.1.2 Executing a DML on a Data Source with APEX_EXEC
See Also:
For code examples of a complete DML query, review the example sections in the following APIs:
Parent topic: Call Sequences for APEX_EXEC
24.1.3 Executing a Remote Procedure or REST API with APEX_EXEC
See Also:
For code examples of a complete remote procedure or REST API query, review the example sections in the following APIs:
Parent topic: Call Sequences for APEX_EXEC