1 Changes in Release 20.2 for Oracle Application Express API Reference
All content in Oracle Application Express API Reference has been updated to reflect release 20.2 functionality.
New Features and Updates
The following topics have been added or updated for this release:
-
APEX_EXEC(New)EXECUTE_REST_SOURCEProcedure - see EXECUTE_REST_SOURCE Procedure.OPEN_REST_SOURCE_DML_CONTEXTFunction - see OPEN_REST_SOURCE_DML_CONTEXT Function.OPEN_REST_SOURCE_QUERYFunction - see OPEN_REST_SOURCE_QUERY Function.PURGE_REST_SOURCE_CACHEProcedure - see PURGE_REST_SOURCE_CACHE Procedure.
-
APEX_INSTANCE_ADMIN(Updated)-
ADD_WEB_ENTRY_POINT Procedure- New procedure adds a public procedure to the white list of objects that can be called via the URL. -
REMOVE_WEB_ENTRY_POINT Procedure- New procedure removes a public procedure from the white list of objects that can be called via the URL. - Added the following new parameters:
ENABLE_LEGACY_WEB_ENTRY_POINTSRESTRICT_RESPONSE_HEADERSTRACE_HEADER_NAME
-
-
APEX_MAIL(Updated)ADD_ATTACHMENTProcedures - New procedures add BLOB and CLOB attachment types to outbound email messages.See ADD_ATTACHMENT Procedure Signature 1 and ADD_ATTACHMENT Procedure Signature 2.
-
APEX_PLUGIN(Updated)- The following data types are new to this release:
t_item_meta_data_result
- The following data types are updated in this release:
t_item_render_result
- The following data types are new to this release:
-
APEX_REST_SOURCE_SYNC(New) - enables you to synchonize data between tables by merging rows instantly or at scheduled intervals.
-
API_STRING_UTIL(New)-
GET_FILE_EXTENSIONFunction -
GET_SLUGFunction -
DIFFFunction -
PHRASE_EXISTSFunction (formerlyFIND_PHRASE)
See APEX_STRING_UTIL.
-
-
API_STRING_UTIL(New and Updated)-
REMOVE_USERProcedure Signature 1 -
REMOVE_USERProcedure Signature 2
The previous
REMOVE_USERprocedure has been divided into two procedures for user ID and user name parameters, respectively. See APEX_UTIL. -
Deprecated and Desupported Features
-
The following
APEX_EXECfunctions and procedures are deprecated and will be removed in a future release:-
EXECUTE_WEB_SOURCEProcedure - seeEXECUTE_WEB_SOURCE Procedure (Deprecated). -
OPEN_WEB_SOURCE_DML_CONTEXTFunction - seeOPEN_WEB_SOURCE_DML_CONTEXT Function (Deprecated). -
OPEN_WEB_SOURCE_QUERYFunction - seeOPEN_WEB_SOURCE_QUERY Function (Deprecated). -
PURGE_WEB_SOURCE_CACHEProcedure - seePURGE_WEB_SOURCE_CACHE Procedure (Deprecated).
-
- The following
APEX_EXECparameter is deprecated:p_module_static_id- usep_static_idinstead.
-
The following
APEX_STRING_UTILfunctions and procedures are deprecated and will be removed in a future release:-
FIND_FILE_EXTENSIONFunction -
FIND_PHRASEFunction -
TO_SLUGFunction
See APEX_STRING_UTIL.
-
See Deprecated Features and Desupported Features in Oracle Application Express Release Notes.