diff --git a/Screens/f155_theme_101.sql b/Screens/f155_theme_101.sql index 8c4d4d9..7227131 100644 --- a/Screens/f155_theme_101.sql +++ b/Screens/f155_theme_101.sql @@ -1,104 +1,104 @@ -set define off -set verify off -set serveroutput on size 1000000 -set feedback off -WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK -begin wwv_flow.g_import_in_progress := true; end; -/ - --- AAAA PPPPP EEEEEE XX XX --- AA AA PP PP EE XX XX --- AA AA PP PP EE XX XX --- AAAAAAAAAA PPPPP EEEE XXXX --- AA AA PP EE XX XX --- AA AA PP EE XX XX --- AA AA PP EEEEEE XX XX -prompt Set Credentials... - -begin - - -- Assumes you are running the script connected to SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application. - wwv_flow_api.set_security_group_id(p_security_group_id=>11019802792885519); - -end; -/ - -begin wwv_flow.g_import_in_progress := true; end; -/ +set define off +set verify off +set serveroutput on size 1000000 +set feedback off +WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK +begin wwv_flow.g_import_in_progress := true; end; +/ + +-- AAAA PPPPP EEEEEE XX XX +-- AA AA PP PP EE XX XX +-- AA AA PP PP EE XX XX +-- AAAAAAAAAA PPPPP EEEE XXXX +-- AA AA PP EE XX XX +-- AA AA PP EE XX XX +-- AA AA PP EEEEEE XX XX +prompt Set Credentials... + +begin + + -- Assumes you are running the script connected to SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application. + wwv_flow_api.set_security_group_id(p_security_group_id=>11019802792885519); + +end; +/ + +begin wwv_flow.g_import_in_progress := true; end; +/ begin - + select value into wwv_flow_api.g_nls_numeric_chars from nls_session_parameters where parameter='NLS_NUMERIC_CHARACTERS'; - + end; - -/ + +/ begin execute immediate 'alter session set nls_numeric_characters=''.,'''; - + end; - -/ -begin wwv_flow.g_browser_language := 'en-gb'; end; -/ -prompt Check Compatibility... - -begin - --- This date identifies the minimum version required to import this file. -wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.01.08'); - -end; -/ - -prompt Set Application ID... - -begin - - -- SET APPLICATION ID - wwv_flow.g_flow_id := 155; - wwv_flow_api.g_id_offset := 0; -null; - -end; -/ - ---application/themes/101 - -begin - - wwv_flow.g_flow_theme_id := 101; -null; - -end; -/ - - --- -prompt ...theme : 101 --- -prompt ...remove existing theme ... - -begin - - wwv_flow_api.delete_theme(p_flow_id=> wwv_flow.g_flow_id , p_theme_id=>wwv_flow.g_flow_theme_id ,p_import=>'Y'); -null; - -end; -/ - -prompt ...page templates for application: 155 --- ---application/shared_components/user_interface/templates/page/login -prompt ......Page template 24733840230526723 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +/ +begin wwv_flow.g_browser_language := 'en-gb'; end; +/ +prompt Check Compatibility... + +begin + +-- This date identifies the minimum version required to import this file. +wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.01.08'); + +end; +/ + +prompt Set Application ID... + +begin + + -- SET APPLICATION ID + wwv_flow.g_flow_id := 155; + wwv_flow_api.g_id_offset := 0; +null; + +end; +/ + +--application/themes/101 + +begin + + wwv_flow.g_flow_theme_id := 101; +null; + +end; +/ + + +-- +prompt ...theme : 101 +-- +prompt ...remove existing theme ... + +begin + + wwv_flow_api.delete_theme(p_flow_id=> wwv_flow.g_flow_id , p_theme_id=>wwv_flow.g_flow_theme_id ,p_import=>'Y'); +null; + +end; +/ + +prompt ...page templates for application: 155 +-- +--application/shared_components/user_interface/templates/page/login +prompt ......Page template 24733840230526723 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin c1:=c1||''||chr(10)|| ''||chr(10)|| '#TITLE#'||chr(10)|| @@ -106,11 +106,11 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||'#FORM_CLOSE#'||chr(10)|| ''||chr(10)|| ''; - + c3:=c3||'
#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
'||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -118,58 +118,58 @@ c3:=c3||'
#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICA '
'||chr(10)|| '
'||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24733840230526723 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'Login', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
#MESSAGE#
', - p_current_tab=> '', - p_current_tab_font_attr=> '', - p_non_current_tab=> '', - p_non_current_tab_font_attr => '', - p_top_current_tab=> '', - p_top_current_tab_font_attr => '', - p_top_non_curr_tab=> '', - p_top_non_curr_tab_font_attr=> '', - p_current_image_tab=> '', - p_non_current_image_tab=> '', - p_notification_message=> '
#MESSAGE#
', - p_navigation_bar=> '
#BAR_BODY#
', - p_navbar_entry=> '#TEXT#', - p_app_tab_before_tabs=>'', - p_app_tab_current_tab=>'', - p_app_tab_non_current_tab=>'', - p_app_tab_after_tabs=>'', - p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 6, - p_required_patch => null + wwv_flow_api.g_id_offset, - p_translate_this_template => 'N', - p_template_comment => ''); -end; - -null; - -end; -/ - ---application/shared_components/user_interface/templates/page/no_tabs -prompt ......Page template 24734011047526756 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_template( + p_id=> 24733840230526723 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'Login', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
#MESSAGE#
', + p_current_tab=> '', + p_current_tab_font_attr=> '', + p_non_current_tab=> '', + p_non_current_tab_font_attr => '', + p_top_current_tab=> '', + p_top_current_tab_font_attr => '', + p_top_non_curr_tab=> '', + p_top_non_curr_tab_font_attr=> '', + p_current_image_tab=> '', + p_non_current_image_tab=> '', + p_notification_message=> '
#MESSAGE#
', + p_navigation_bar=> '
#BAR_BODY#
', + p_navbar_entry=> '#TEXT#', + p_app_tab_before_tabs=>'', + p_app_tab_current_tab=>'', + p_app_tab_non_current_tab=>'', + p_app_tab_after_tabs=>'', + p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 6, + p_required_patch => null + wwv_flow_api.g_id_offset, + p_translate_this_template => 'N', + p_template_comment => ''); +end; + +null; + +end; +/ + +--application/shared_components/user_interface/templates/page/no_tabs +prompt ......Page template 24734011047526756 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin c1:=c1||''||chr(10)|| ''||chr(10)|| @@ -182,21 +182,21 @@ c1:=c1||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
'||chr(10)|| '

I & C Online Quotation System &SYSTEM_ENVIRONMENT.

'||chr(10)|| '
'; - + c2:=c2||'
'||chr(10)|| ' '||chr(10)|| '
'||chr(10)|| @@ -211,7 +211,7 @@ c2:=c2||'
'||chr(10)|| '