53.1 Global Constants

The APEX_SHARED_COMPONENT package uses the following constants.

subtype t_component_type      IS VARCHAR2(15);
subtype t_subscription_status IS VARCHAR2(13);

Component Types

c_app_computation   constant t_component_type := 'APP_COMPUTATION';
c_app_item          constant t_component_type := 'APP_ITEM';
c_app_process       constant t_component_type := 'APP_PROCESS';
c_app_setting       constant t_component_type := 'APP_SETTING';
c_authentication    constant t_component_type := 'AUTHENTICATION';
c_authorization     constant t_component_type := 'AUTHORIZATION';
c_build_option      constant t_component_type := 'BUILD_OPTION';
c_component_group   constant t_component_type := 'COMPONENT_GROUP';
c_component_setting constant t_component_type := 'PLUGIN_SETTINGS';
c_custom_map_bkg    constant t_component_type := 'MAP_BACKGROUND';
c_data_load         constant t_component_type := 'DATA_LOAD';
c_email_template    constant t_component_type := 'EMAIL_TEMPLATE';
c_list              constant t_component_type := 'LIST';
c_lov               constant t_component_type := 'LOV';
c_message           constant t_component_type := 'MESSAGE';
c_plugin            constant t_component_type := 'PLUGIN';
c_report_layout     constant t_component_type := 'REPORT_LAYOUT';
c_search_config     constant t_component_type := 'SEARCH_CONFIG';
c_shortcut          constant t_component_type := 'SHORTCUT';
c_user_group        constant t_component_type := 'APP_ACL';
c_rest_data_source  constant t_component_type := 'WEB_SOURCE';
c_duality_view      constant t_component_type := 'DUALITY_VIEW'; -- Duality View
c_json_source       constant t_component_type := 'JSON_SOURCE'; -- JSON Source
c_ai_config         constant t_component_type := 'AI_CONFIG'; -- AI Config

Subscription Status

c_status_up_to_date        constant t_subscription_status := 'UP_TO_DATE';
c_status_needs_refresh     constant t_subscription_status := 'NEEDS_REFRESH';
c_status_unknown           constant t_subscription_status := 'UNKNOWN';