15 APEX_EXPORT

The APEX_EXPORT package provides APIs to export the definitions of applications, files, feedback, and workspaces to text files. APEX_EXPORT uses utility types APEX_T_EXPORT_FILE and APEX_T_EXPORT_FILES. The APEX_T_EXPORT_FILE is a tuple of (name, contents) where name is the file name and contents is a clob containing the export object's definition. APEX_T_EXPORT_FILES is a table of APEX_T_EXPORT_FILE.