CORE/database/apex/f777/application/user_interfaces.sql
2022-07-17 22:42:07 +02:00

44 lines
1.4 KiB
SQL

prompt --application/user_interfaces
begin
-- Manifest
-- USER INTERFACES: 777
-- Manifest End
wwv_flow_imp.component_begin (
p_version_yyyy_mm_dd=>'2022.04.12'
,p_release=>'22.1.2'
,p_default_workspace_id=>9014660246496943
,p_default_application_id=>777
,p_default_id_offset=>26909373241738856
,p_default_owner=>'CORE'
);
wwv_flow_imp_shared.create_user_interface(
p_id=>wwv_flow_imp.id(36079120127308917)
,p_ui_type_name=>'DESKTOP'
,p_display_name=>'Desktop'
,p_display_seq=>10
,p_use_auto_detect=>false
,p_is_default=>true
,p_theme_id=>777
,p_home_url=>'f?p=&APP_ID.:HOME:&SESSION.'
,p_login_url=>'f?p=&APP_ID.:LOGIN:&APP_SESSION.::&DEBUG.:::'
,p_theme_style_by_user_pref=>false
,p_built_with_love=>false
,p_global_page_id=>0
,p_navigation_list_position=>'TOP'
,p_navigation_list_template_id=>wwv_flow_imp.id(19880807290808540)
,p_nav_list_template_options=>'#DEFAULT#'
,p_css_file_urls=>wwv_flow_string.join(wwv_flow_t_varchar2(
'#APP_IMAGES#app-icon.css?version=#APP_VERSION#',
'#WORKSPACE_IMAGES#global_fonts.css?version=#APP_VERSION#',
'#WORKSPACE_IMAGES#global_menu_top.css?version=#APP_VERSION#',
'#WORKSPACE_IMAGES#global.css?version=#APP_VERSION#'))
,p_javascript_file_urls=>'#WORKSPACE_IMAGES#global.js?version=#APP_VERSION#'
,p_nav_bar_type=>'LIST'
,p_nav_bar_list_id=>wwv_flow_imp.id(36349524449195649)
,p_nav_bar_list_template_id=>wwv_flow_imp.id(19880807290808540)
,p_nav_bar_template_options=>'#DEFAULT#'
);
wwv_flow_imp.component_end;
end;
/