From c2c8e18ca4231b32d48daa3823167ec9f7caabda Mon Sep 17 00:00:00 2001 From: hardya Date: Wed, 27 Feb 2008 18:38:28 +0000 Subject: [PATCH] Style the revision to blend with the rest of the footer text. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3739 248e525c-4dfb-0310-94bc-949c084e9493 --- Screens/f155_theme_101.sql | 6996 ++++++++++++++++++------------------ 1 file changed, 3498 insertions(+), 3498 deletions(-) diff --git a/Screens/f155_theme_101.sql b/Screens/f155_theme_101.sql index 83c572d..8c4d4d9 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,13 +182,13 @@ c1:=c1||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -196,7 +196,7 @@ c1:=c1||'lass="hskpnav" title="Log out of the system" accesskey="2">Logout&n '
'||chr(10)|| '

I & C Online Quotation System &SYSTEM_ENVIRONMENT.

'||chr(10)|| '
'; - + c2:=c2||'
'||chr(10)|| ' '||chr(10)|| '
'||chr(10)|| @@ -211,11 +211,11 @@ c2:=c2||'
'||chr(10)|| ' '||chr(10)|| '
'||chr(10)|| ' '||chr(10)|| @@ -224,7 +224,7 @@ c2:=c2||' Terms & conditions'||chr '#FORM_CLOSE# '||chr(10)|| ''||chr(10)|| ''; - + c3:=c3||'
'||chr(10)|| '#REGION_POSITION_01#'||chr(10)|| '
'||chr(10)|| @@ -242,7 +242,7 @@ c3:=c3||'
'||chr(10)|| '
'||chr(10)|| '
'||chr(10)|| '

Impo'; - + c3:=c3||'rtant Messages

'||chr(10)|| '
#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
'||chr(10)|| '
'||chr(10)|| @@ -251,59 +251,59 @@ c3:=c3||'rtant Messages'||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24734011047526756 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'No Tabs', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
#SUCCESS_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=> '', - 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_sidebar_def_reg_pos => 'REGION_POSITION_02', - p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 3, - p_required_patch => null + wwv_flow_api.g_id_offset, - p_template_comment => ''); -end; - -null; - -end; -/ - ---application/shared_components/user_interface/templates/page/no_tabs_with_sidebar -prompt ......Page template 24734336575526758 - -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=> 24734011047526756 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'No Tabs', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_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=> '', + 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_sidebar_def_reg_pos => 'REGION_POSITION_02', + p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 3, + p_required_patch => null + wwv_flow_api.g_id_offset, + p_template_comment => ''); +end; + +null; + +end; +/ + +--application/shared_components/user_interface/templates/page/no_tabs_with_sidebar +prompt ......Page template 24734336575526758 + +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)|| @@ -311,7 +311,7 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -323,7 +323,7 @@ c2:=c2||'
    &APP_USER.
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -334,7 +334,7 @@ c3:=c3||'
    '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| @@ -342,7 +342,7 @@ c3:=c3||'ss="t4BreadCrumbRegion">#REGION_POSITION_01#
    #REGION_POSITION_01#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -350,60 +350,60 @@ c3:=c3||'="100%" valign="top">
    #GLOBAL_NOTIFICATION##SUCC ' '||chr(10)|| '
    #GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
    #BOX_BODY##REGION_POSITION_04#
    #REGION_POSITION_03#
    '||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24734336575526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'No Tabs with Sidebar', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_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_sidebar_def_reg_pos => 'REGION_POSITION_02', - p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 17, - 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/one_level_tabs -prompt ......Page template 24734616867526758 - -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=> 24734336575526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'No Tabs with Sidebar', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_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_sidebar_def_reg_pos => 'REGION_POSITION_02', + p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 17, + 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/one_level_tabs +prompt ......Page template 24734616867526758 + +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# (&P10_ROLE.)'||chr(10)|| @@ -411,7 +411,7 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -423,7 +423,7 @@ c2:=c2||'
    &APP_USER.
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -433,14 +433,14 @@ c3:=c3||'
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #TAB_CE'; - + c3:=c3||'LLS#
    #REGION_POSITION_01#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -449,60 +449,60 @@ c3:=c3||'SSAGE##NOTIFICATION_MESSAGE##BOX_BODY##REGION_POSITION_02##REGION ''||chr(10)|| '
    #GLOBAL_NOTIFICATION##SUCCESS_ME'; - + c3:=c3||'SSAGE##NOTIFICATION_MESSAGE#
    #BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#

    #REGION_POSITION_03#
    '||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24734616867526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'One Level Tabs', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_MESSAGE#
    ', - p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_current_tab_font_attr=> '', + +wwv_flow_api.create_template( + p_id=> 24734616867526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'One Level Tabs', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_MESSAGE#
    ', + p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_current_tab_font_attr=> '', p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#'||chr(10)|| -'', - 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_breadcrumb_def_reg_pos => 'REGION_POSITION_01', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_required_patch => null + wwv_flow_api.g_id_offset, - p_translate_this_template => 'N', - p_template_comment => '12'); -end; - -null; - -end; -/ - ---application/shared_components/user_interface/templates/page/one_level_tabs_with_sidebar -prompt ......Page template 24734922613526758 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin +'', + 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_breadcrumb_def_reg_pos => 'REGION_POSITION_01', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_required_patch => null + wwv_flow_api.g_id_offset, + p_translate_this_template => 'N', + p_template_comment => '12'); +end; + +null; + +end; +/ + +--application/shared_components/user_interface/templates/page/one_level_tabs_with_sidebar +prompt ......Page template 24734922613526758 + +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)|| @@ -510,7 +510,7 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -522,7 +522,7 @@ c2:=c2||'
    &APP_USER.
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -533,7 +533,7 @@ c3:=c3||'
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -542,7 +542,7 @@ c3:=c3||'Tabs">#TAB_CELLS#'||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #TAB_CELLS#
    #REGION_POSITION_02#'||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -552,60 +552,60 @@ c3:=c3||'="0" width="100%" cellspacing="0" border="0">'||chr(10)|| ''||chr(10)|| '
    #GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
    #BOX_BODY##REGION_POSITION_04#
    '||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24734922613526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'One Level Tabs with Sidebar', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_MESSAGE#
    ', - p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_current_tab_font_attr=> '', - p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - 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_sidebar_def_reg_pos => 'REGION_POSITION_02', - p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 16, - 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/popup -prompt ......Page template 24735222377526758 - -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=> 24734922613526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'One Level Tabs with Sidebar', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_MESSAGE#
    ', + p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_current_tab_font_attr=> '', + p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + 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_sidebar_def_reg_pos => 'REGION_POSITION_02', + p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 16, + 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/popup +prompt ......Page template 24735222377526758 + +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)|| @@ -613,68 +613,68 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||'#FORM_CLOSE#'||chr(10)|| ''; - + c3:=c3||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
    #BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#
    #REGION_POSITION_03#
    '; - -wwv_flow_api.create_template( - p_id=> 24735222377526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'Popup', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_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 => 4, - 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/printer_friendly -prompt ......Page template 24735530196526758 - -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=> 24735222377526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'Popup', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_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 => 4, + 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/printer_friendly +prompt ......Page template 24735530196526758 + +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)|| @@ -682,10 +682,10 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||'#FORM_CLOSE#'||chr(10)|| ''; - + c3:=c3||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -696,7 +696,7 @@ c3:=c3||'
    #LOGO##REGION_POSITION_06#
    '||chr(10)|| '
    #SUCCESS_MESSAG'; - + c3:=c3||'E##NOTIFICATION_MESSAGE#
    '||chr(10)|| '#BOX_BODY##REGION_POSITION_04#'||chr(10)|| ''||chr(10)|| @@ -705,58 +705,58 @@ c3:=c3||'E##NOTIFICATION_MESSAGE#'||chr(10)|| '#REGION_POSITION_05#'||chr(10)|| ''||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24735530196526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'Printer Friendly', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_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 => 5, - p_required_patch => null + wwv_flow_api.g_id_offset, - p_translate_this_template => 'N', - p_template_comment => '3'); -end; - -null; - -end; -/ - ---application/shared_components/user_interface/templates/page/two_level_tabs -prompt ......Page template 24735816699526758 - -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=> 24735530196526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'Printer Friendly', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_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 => 5, + p_required_patch => null + wwv_flow_api.g_id_offset, + p_translate_this_template => 'N', + p_template_comment => '3'); +end; + +null; + +end; +/ + +--application/shared_components/user_interface/templates/page/two_level_tabs +prompt ......Page template 24735816699526758 + +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)|| @@ -764,7 +764,7 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||'
    #REGION_POSITION_03#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -776,7 +776,7 @@ c2:=c2||'
    &APP_USER.
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -787,7 +787,7 @@ c3:=c3||'
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -800,7 +800,7 @@ c3:=c3||'T_TAB_CELLS#'||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #PAREN'; - + c3:=c3||'T_TAB_CELLS#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -808,59 +808,59 @@ c3:=c3||'h="100%" valign="top">
    #GLOBAL_NOTIFICATION##SUC ''||chr(10)|| '
    #GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
    #BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#
    #REGION_POSITION_03#
    '||chr(10)|| ''; - -wwv_flow_api.create_template( - p_id=> 24735816699526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'Two Level Tabs', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_MESSAGE#
    ', - p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_current_tab_font_attr=> '', - p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_non_current_tab_font_attr => '', - p_top_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_top_current_tab_font_attr => '', - p_top_non_curr_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - 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_breadcrumb_def_reg_pos => 'REGION_POSITION_01', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_required_patch => null + wwv_flow_api.g_id_offset, - p_translate_this_template => 'N', - p_template_comment => '8'); -end; - -null; - -end; -/ - ---application/shared_components/user_interface/templates/page/two_level_tabs_with_sidebar -prompt ......Page template 24736129572526758 - -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=> 24735816699526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'Two Level Tabs', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_MESSAGE#
    ', + p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_current_tab_font_attr=> '', + p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_non_current_tab_font_attr => '', + p_top_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_top_current_tab_font_attr => '', + p_top_non_curr_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + 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_breadcrumb_def_reg_pos => 'REGION_POSITION_01', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_required_patch => null + wwv_flow_api.g_id_offset, + p_translate_this_template => 'N', + p_template_comment => '8'); +end; + +null; + +end; +/ + +--application/shared_components/user_interface/templates/page/two_level_tabs_with_sidebar +prompt ......Page template 24736129572526758 + +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)|| @@ -868,7 +868,7 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'; - + c2:=c2||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -880,7 +880,7 @@ c2:=c2||'
    &APP_USER.
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -891,7 +891,7 @@ c3:=c3||'
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -903,7 +903,7 @@ c3:=c3||'Tabs">#PARENT_TAB_CELLS#'||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #PARENT_TAB_CELLS#
    #REGION_POSITION_02#'||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -912,60 +912,60 @@ c3:=c3||'class="t4ContentBody" height="100%">
    #GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
    #BOX_BODY##REGION_POSITION_04#
    '||chr(10)|| ''||chr(10)|| '
    '; - -wwv_flow_api.create_template( - p_id=> 24736129572526758 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'Two Level Tabs with Sidebar', - p_body_title=> '', - p_header_template=> c1, - p_box=> c3, - p_footer_template=> c2, - p_success_message=> '
    #SUCCESS_MESSAGE#
    ', - p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_current_tab_font_attr=> '', - p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_non_current_tab_font_attr => '', - p_top_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - p_top_current_tab_font_attr => '', - p_top_non_curr_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', - 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_sidebar_def_reg_pos => 'REGION_POSITION_02', - p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 18, - 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/errorpage -prompt ......Page template 38911722486594102 - -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=> 24736129572526758 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'Two Level Tabs with Sidebar', + p_body_title=> '', + p_header_template=> c1, + p_box=> c3, + p_footer_template=> c2, + p_success_message=> '
    #SUCCESS_MESSAGE#
    ', + p_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_current_tab_font_attr=> '', + p_non_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_non_current_tab_font_attr => '', + p_top_current_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + p_top_current_tab_font_attr => '', + p_top_non_curr_tab=> '#TAB_LABEL##TAB_INLINE_EDIT#', + 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_sidebar_def_reg_pos => 'REGION_POSITION_02', + p_breadcrumb_def_reg_pos => 'REGION_POSITION_01', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 18, + 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/errorpage +prompt ......Page template 38911722486594102 + +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)|| ''||chr(10)|| @@ -976,14 +976,14 @@ c1:=c1||'#FORM_OPEN#'||chr(10)|| '
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -998,7 +998,7 @@ c1:=c1||'"hskpnav" title="Log out of the system" accesskey="2">Logout | '{'||chr(10)|| ''||chr(10)|| ' va'; - + c1:=c1||'r vElementList = null;'||chr(10)|| ' var vElement = null;'||chr(10)|| ' var vErrorStack = null;'||chr(10)|| @@ -1017,7 +1017,7 @@ c1:=c1||'r vElementList = null;'||chr(10)|| ''||chr(10)|| ' vElementList = window.document.getElementsByTagName("div");'||chr(10)|| ' for (i=0; '; - + c1:=c1||'i < vElementList.length; i++)'||chr(10)|| ' {'||chr(10)|| ' vElement = vElementList[i];'||chr(10)|| @@ -1030,7 +1030,7 @@ c1:=c1||'i < vElementList.length; i++)'||chr(10)|| ' for(var j=1; j < vOraErrorStack.length; j++) {'||chr(10)|| ' vOraError = vOraErrorStack[j];'||chr(10)|| ' vAjaxRequest = new htmldb_G'; - + c1:=c1||'et(null,&APP_ID.,''APPLICATION_PROCESS=''+p_err_process,0);'||chr(10)|| ' vAjaxRequest.add(p_err_item,vOraError);'||chr(10)|| ' vAjaxResult = vAjaxRequest.get();'||chr(10)|| @@ -1042,7 +1042,7 @@ c1:=c1||'et(null,&APP_ID.,''APPLICATION_PROCESS=''+p_err_process,0);'||chr(10)|| ' }'||chr(10)|| 'if (document.getElementById && document.createElement) {'||chr(10)|| ' var divA = document.getElementById(''ErrorOu'; - + c1:=c1||'tputDiv'');'||chr(10)|| ' var oH = document.createElement(''h1'');'||chr(10)|| ' oH.appendChild(document.createTextNode(''Validation failed because:''));'||chr(10)|| @@ -1052,7 +1052,7 @@ c1:=c1||'tputDiv'');'||chr(10)|| ' // Insert the heading as the first child of the element'||chr(10)|| ' divA.insertBefore(oP, divA.firstChild);'||chr(10)|| ' divA.insertBefore(oH, divA.firstChild);'; - + c1:=c1||''||chr(10)|| ' }'||chr(10)|| ' }'||chr(10)|| @@ -1063,7 +1063,7 @@ c1:=c1||''||chr(10)|| '#FORM_OPEN#'||chr(10)|| ''||chr(10)|| ''; - + c2:=c2||'
    '||chr(10)|| ' '||chr(10)|| '
    '||chr(10)|| @@ -1078,7 +1078,7 @@ c2:=c2||'
    '||chr(10)|| '

    ', + p_required_patch => null + wwv_flow_api.g_id_offset, + p_template_comment => ''); +end; + +null; + +end; +/ + +prompt ...button templates +-- +--application/shared_components/user_interface/templates/button/button +prompt ......Button Template 24749440874526790 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||''; - -wwv_flow_api.create_button_templates ( - p_id=>24749440874526790 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_template_comment => 'Standard Button'); -end; -/ ---application/shared_components/user_interface/templates/button/button_alternative_1 -prompt ......Button Template 24749625234526795 -declare - t varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24749440874526790 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_template_comment => 'Standard Button'); +end; +/ +--application/shared_components/user_interface/templates/button/button_alternative_1 +prompt ......Button Template 24749625234526795 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||'#LABEL#'; - -wwv_flow_api.create_button_templates ( - p_id=>24749625234526795 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button, Alternative 1', - p_translate_this_template => 'N', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 4, - p_template_comment => 'XP Square FFFFFF'); -end; -/ ---application/shared_components/user_interface/templates/button/button_alternative_2 -prompt ......Button Template 24749825710526795 -declare - t varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24749625234526795 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button, Alternative 1', + p_translate_this_template => 'N', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 4, + p_template_comment => 'XP Square FFFFFF'); +end; +/ +--application/shared_components/user_interface/templates/button/button_alternative_2 +prompt ......Button Template 24749825710526795 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||'#LABEL#'; - -wwv_flow_api.create_button_templates ( - p_id=>24749825710526795 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button, Alternative 2', - p_translate_this_template => 'N', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 5, - p_template_comment => 'Standard Button'); -end; -/ ---application/shared_components/user_interface/templates/button/button_alternative_3 -prompt ......Button Template 24750041758526795 -declare - t varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24749825710526795 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button, Alternative 2', + p_translate_this_template => 'N', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 5, + p_template_comment => 'Standard Button'); +end; +/ +--application/shared_components/user_interface/templates/button/button_alternative_3 +prompt ......Button Template 24750041758526795 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||'#LABEL#'; - -wwv_flow_api.create_button_templates ( - p_id=>24750041758526795 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button, Alternative 3', - p_translate_this_template => 'N', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_template_comment => 'Standard Button'); -end; -/ ---------------------------------------- -prompt ...region templates --- ---application/shared_components/user_interface/templates/region/borderless_region -prompt ......region template 24736433695526759 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24750041758526795 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button, Alternative 3', + p_translate_this_template => 'N', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_template_comment => 'Standard Button'); +end; +/ +--------------------------------------- +prompt ...region templates +-- +--application/shared_components/user_interface/templates/region/borderless_region +prompt ......region template 24736433695526759 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1266,57 +1266,57 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24736433695526759 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Borderless Region', - p_plug_table_bgcolor => '#f7f7e7', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 7, - p_plug_heading_bgcolor => '#f7f7e7', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24736433695526759 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/bracketed_region -prompt ......region template 24736724835526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24736433695526759 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Borderless Region', + p_plug_table_bgcolor => '#f7f7e7', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 7, + p_plug_heading_bgcolor => '#f7f7e7', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24736433695526759 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/bracketed_region +prompt ......region template 24736724835526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1326,14 +1326,14 @@ t:=t||'
    #TITLE#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1343,222 +1343,222 @@ t:=t||'f" height="1" width="1" alt="" />'||chr(10)|| '
    #CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24736724835526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Bracketed Region', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 18, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24736724835526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/breadcrumb_region -prompt ......region template 24737010408526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24736724835526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Bracketed Region', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 18, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24736724835526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/breadcrumb_region +prompt ......region template 24737010408526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737010408526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Breadcrumb Region', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 6, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737010408526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/button_region_with_title -prompt ......region template 24737330328526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737010408526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Breadcrumb Region', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 6, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737010408526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/button_region_with_title +prompt ......region template 24737330328526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '<'; - + t:=t||'/table>#BODY#'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737330328526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Button Region with Title', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 4, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737330328526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/button_region_without_title -prompt ......region template 24737622843526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737330328526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Button Region with Title', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 4, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737330328526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/button_region_without_title +prompt ......region template 24737622843526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'
    #TITLE#
    #CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
    #BODY#'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737622843526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Button Region without Title', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 17, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737622843526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/chart_region -prompt ......region template 24737941385526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737622843526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Button Region without Title', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 17, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737622843526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/chart_region +prompt ......region template 24737941385526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1568,57 +1568,57 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737941385526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Chart Region', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 30, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737941385526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/form_region -prompt ......region template 24738214051526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737941385526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Chart Region', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 30, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737941385526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/form_region +prompt ......region template 24738214051526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'

    #TITLE#

    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1627,118 +1627,118 @@ t:=t||'

    #TITLE#

    '| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24738214051526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Form Region', - p_plug_table_bgcolor => '#f7f7e7', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 8, - p_plug_heading_bgcolor => '#f7f7e7', - p_plug_font_size => '-1', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24738214051526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/hide_and_show_region -prompt ......region template 24738518890526767 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24738214051526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Form Region', + p_plug_table_bgcolor => '#f7f7e7', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 8, + p_plug_heading_bgcolor => '#f7f7e7', + p_plug_font_size => '-1', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24738214051526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/hide_and_show_region +prompt ......region template 24738518890526767 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ' '||chr(10)|| ''||chr(10)|| '
    #TITLE#
    #CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24738518890526767 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Hide and Show Region', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24738518890526767 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/list_region_with_icon_chart -prompt ......region template 24738834644526767 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24738518890526767 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Hide and Show Region', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24738518890526767 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/list_region_with_icon_chart +prompt ......region template 24738834644526767 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1748,64 +1748,64 @@ t:=t||'
    #TITLE#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24738834644526767 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'List Region with Icon (Chart)', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 29, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24738834644526767 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/list_region_with_icon_report_ -prompt ......region template 24739123662526769 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24738834644526767 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'List Region with Icon (Chart)', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 29, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24738834644526767 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/list_region_with_icon_report_ +prompt ......region template 24739123662526769 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1815,120 +1815,120 @@ t:=t||'
    #TITLE#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24739123662526769 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'List Region with Icon (Report) ', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 29, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24739123662526769 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/navigation_region -prompt ......region template 24739433502526769 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24739123662526769 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'List Region with Icon (Report) ', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 29, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24739123662526769 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/navigation_region +prompt ......region template 24739433502526769 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24739433502526769 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Navigation Region', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 5, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24739433502526769 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/navigation_region_alternative_1 -prompt ......region template 24739733896526769 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24739433502526769 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Navigation Region', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 5, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24739433502526769 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/navigation_region_alternative_1 +prompt ......region template 24739733896526769 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -1938,170 +1938,170 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24739733896526769 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Navigation Region, Alternative 1', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 16, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24739733896526769 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/region_without_buttons_and_title -prompt ......region template 24740038227526769 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24739733896526769 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Navigation Region, Alternative 1', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 16, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24739733896526769 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/region_without_buttons_and_title +prompt ......region template 24740038227526769 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '

    #BODY#
    '||chr(10)|| ''; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24740038227526769 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Region without Buttons and Title', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 19, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24740038227526769 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/region_without_title -prompt ......region template 24740336450526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24740038227526769 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Region without Buttons and Title', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 19, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24740038227526769 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/region_without_title +prompt ......region template 24740336450526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '

    #CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
    #BODY#
    '||chr(10)|| ''; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24740336450526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Region without Title', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 11, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24740336450526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/reports_region -prompt ......region template 24740611526526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24740336450526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Region without Title', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 11, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24740336450526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/reports_region +prompt ......region template 24740611526526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'

    #TITLE#

    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2112,56 +2112,56 @@ t:=t||'

    #TITLE#

    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #BODY#
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24740611526526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Reports Region', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 9, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24740611526526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/reports_region_100_width -prompt ......region template 24740918507526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24740611526526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Reports Region', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 9, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24740611526526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/reports_region_100_width +prompt ......region template 24740918507526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2172,57 +2172,57 @@ t:=t||'
    #TITLE#
    '||chr(10)|| '
    '||chr(10)|| ''; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24740918507526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Reports Region 100% Width', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 13, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24740918507526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/reports_region_alternative_1 -prompt ......region template 24741224034526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24740918507526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Reports Region 100% Width', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 13, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24740918507526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/reports_region_alternative_1 +prompt ......region template 24741224034526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2232,57 +2232,57 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24741224034526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Reports Region, Alternative 1', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 10, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24741224034526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/sidebar_region -prompt ......region template 24741526614526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24741224034526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Reports Region, Alternative 1', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 10, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24741224034526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/sidebar_region +prompt ......region template 24741526614526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2292,57 +2292,57 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24741526614526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Sidebar Region', - p_plug_table_bgcolor => '#f7f7e7', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_plug_heading_bgcolor => '#f7f7e7', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24741526614526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/sidebar_region_alternative_1 -prompt ......region template 24741814040526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24741526614526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Sidebar Region', + p_plug_table_bgcolor => '#f7f7e7', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_plug_heading_bgcolor => '#f7f7e7', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24741526614526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/sidebar_region_alternative_1 +prompt ......region template 24741814040526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2352,57 +2352,57 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24741814040526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Sidebar Region, Alternative 1', - p_plug_table_bgcolor => '#f7f7e7', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 3, - p_plug_heading_bgcolor => '#f7f7e7', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24741814040526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/wizard_region -prompt ......region template 24742135446526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24741814040526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Sidebar Region, Alternative 1', + p_plug_table_bgcolor => '#f7f7e7', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 3, + p_plug_heading_bgcolor => '#f7f7e7', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24741814040526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/wizard_region +prompt ......region template 24742135446526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2412,57 +2412,57 @@ t:=t||'
    #TITLE#
    #BODY#'||chr(10)|| ''||chr(10)|| '
    '; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24742135446526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Wizard Region', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 12, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24742135446526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/wizard_region_with_icon -prompt ......region template 24742415889526770 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24742135446526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Wizard Region', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 12, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24742135446526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/wizard_region_with_icon +prompt ......region template 24742415889526770 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -2472,1140 +2472,1140 @@ t:=t||'
    #TITLE#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
    #BODY#
    '||chr(10)|| ''||chr(10)|| ''; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24742415889526770 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Wizard Region with Icon', - p_plug_table_bgcolor => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 20, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24742415889526770 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - -prompt ...List Templates --- ---application/shared_components/user_interface/templates/list/button_list -prompt ......list template 24744828281526776 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24742415889526770 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Wizard Region with Icon', + p_plug_table_bgcolor => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 20, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24742415889526770 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +prompt ...List Templates +-- +--application/shared_components/user_interface/templates/list/button_list +prompt ......list template 24744828281526776 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'#TEXT#'; - + t2:=t2||'#TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24744828281526776 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Button List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 6, - p_list_template_before_rows=>'
    ', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/dhtml_list_image_with_sublist -prompt ......list template 24745116589526781 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24744828281526776 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Button List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 6, + p_list_template_before_rows=>'
    ', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/dhtml_list_image_with_sublist +prompt ......list template 24745116589526781 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||''; - + t2:=t2||''; - + t3:=t3||'
  • '; - + t4:=t4||'
  • #TEXT#
  • '; - + t5:=t5||''; - + t6:=t6||''; - + t7:=t7||'
  • #TEXT#
  • '; - + t8:=t8||'
  • #TEXT#
  • '; - -wwv_flow_api.create_list_template ( - p_id=>24745116589526781 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'DHTML List (Image) with Sublist', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 21, - p_list_template_before_rows=>'
    ', - p_list_template_after_rows=>'


    ', - p_before_sub_list=>'', - p_sub_list_item_current=> t3, - p_sub_list_item_noncurrent=> t4, - p_item_templ_curr_w_child=> t5, - p_item_templ_noncurr_w_child=> t6, - p_sub_templ_curr_w_child=> t7, - p_sub_templ_noncurr_w_child=> t8, - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/dhtml_menu_with_sublist -prompt ......list template 24745340526526781 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +wwv_flow_api.create_list_template ( + p_id=>24745116589526781 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'DHTML List (Image) with Sublist', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 21, + p_list_template_before_rows=>'
    ', + p_list_template_after_rows=>'


    ', + p_before_sub_list=>'', + p_sub_list_item_current=> t3, + p_sub_list_item_noncurrent=> t4, + p_item_templ_curr_w_child=> t5, + p_item_templ_noncurr_w_child=> t6, + p_sub_templ_curr_w_child=> t7, + p_sub_templ_noncurr_w_child=> t8, + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/dhtml_menu_with_sublist +prompt ......list template 24745340526526781 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - + t3:=t3||'
  • '; - + t4:=t4||'
  • #TEXT#
  • '; - + t5:=t5||'
  • #TEXT#Expand
  • '; - + t6:=t6||'
  • #TEXT#Expand
  • '; - + t7:=t7||'
  • #TEXT#
  • '; - + t8:=t8||'
  • #TEXT#
  • '; - -wwv_flow_api.create_list_template ( - p_id=>24745340526526781 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'DHTML Menu with Sublist', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 20, - p_list_template_before_rows=>'

    ', - p_before_sub_list=>'', - p_sub_list_item_current=> t3, - p_sub_list_item_noncurrent=> t4, - p_item_templ_curr_w_child=> t5, - p_item_templ_noncurr_w_child=> t6, - p_sub_templ_curr_w_child=> t7, - p_sub_templ_noncurr_w_child=> t8, - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/dhtml_tree -prompt ......list template 24745635059526781 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +wwv_flow_api.create_list_template ( + p_id=>24745340526526781 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'DHTML Menu with Sublist', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 20, + p_list_template_before_rows=>'

    ', + p_before_sub_list=>'', + p_sub_list_item_current=> t3, + p_sub_list_item_noncurrent=> t4, + p_item_templ_curr_w_child=> t5, + p_item_templ_noncurr_w_child=> t6, + p_sub_templ_curr_w_child=> t7, + p_sub_templ_noncurr_w_child=> t8, + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/dhtml_tree +prompt ......list template 24745635059526781 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - + t3:=t3||'
  • #TEXT#
  • '; - + t4:=t4||'
  • #TEXT#
  • '; - + t5:=t5||'
  • #TEXT#
  • '; - + t6:=t6||'
  • #TEXT#
  • '; - + t7:=t7||'
  • #TEXT#
  • '; - + t8:=t8||'
  • #TEXT#
  • '; - -wwv_flow_api.create_list_template ( - p_id=>24745635059526781 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'DHTML Tree', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 22, - p_list_template_before_rows=>'

    ', - p_before_sub_list=>'', - p_sub_list_item_current=> t3, - p_sub_list_item_noncurrent=> t4, - p_item_templ_curr_w_child=> t5, - p_item_templ_noncurr_w_child=> t6, - p_sub_templ_curr_w_child=> t7, - p_sub_templ_noncurr_w_child=> t8, - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/horizontal_images_with_label_list -prompt ......list template 24745914580526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +wwv_flow_api.create_list_template ( + p_id=>24745635059526781 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'DHTML Tree', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 22, + p_list_template_before_rows=>'

    ', + p_before_sub_list=>'', + p_sub_list_item_current=> t3, + p_sub_list_item_noncurrent=> t4, + p_item_templ_curr_w_child=> t5, + p_item_templ_noncurr_w_child=> t6, + p_sub_templ_curr_w_child=> t7, + p_sub_templ_noncurr_w_child=> t8, + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/horizontal_images_with_label_list +prompt ......list template 24745914580526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
    #TEXT#'; - + t2:=t2||'
    #TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24745914580526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Horizontal Images with Label List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 4, - p_list_template_before_rows=>'', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/horizontal_links_list -prompt ......list template 24746225394526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24745914580526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Horizontal Images with Label List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 4, + p_list_template_before_rows=>'', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/horizontal_links_list +prompt ......list template 24746225394526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'#TEXT#'; - + t2:=t2||'#TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24746225394526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Horizontal Links List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 3, - p_list_template_before_rows=>'', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/tabbed_navigation_list -prompt ......list template 24746537044526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24746225394526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Horizontal Links List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 3, + p_list_template_before_rows=>'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/tabbed_navigation_list +prompt ......list template 24746537044526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24746537044526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Tabbed Navigation List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 7, - p_list_template_before_rows=>'', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/tree_list -prompt ......list template 24746820611526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24746537044526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Tabbed Navigation List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 7, + p_list_template_before_rows=>'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/tree_list +prompt ......list template 24746820611526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - + t3:=t3||'
  • #TEXT#
  • '; - + t4:=t4||'
  • #TEXT#
  • '; - + t5:=t5||'
  • #TEXT#
  • '; - + t6:=t6||'
  • #TEXT#
  • '; - + t7:=t7||'
  • #TEXT#
  • '; - + t8:=t8||'
  • #TEXT#
  • '; - -wwv_flow_api.create_list_template ( - p_id=>24746820611526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Tree List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 0, - p_list_template_before_rows=>'

    ', - p_before_sub_list=>'', - p_sub_list_item_current=> t3, - p_sub_list_item_noncurrent=> t4, - p_item_templ_curr_w_child=> t5, - p_item_templ_noncurr_w_child=> t6, - p_sub_templ_curr_w_child=> t7, - p_sub_templ_noncurr_w_child=> t8, - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_images_list -prompt ......list template 24747139857526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +wwv_flow_api.create_list_template ( + p_id=>24746820611526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Tree List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 0, + p_list_template_before_rows=>'

    ', + p_before_sub_list=>'', + p_sub_list_item_current=> t3, + p_sub_list_item_noncurrent=> t4, + p_item_templ_curr_w_child=> t5, + p_item_templ_noncurr_w_child=> t6, + p_sub_templ_curr_w_child=> t7, + p_sub_templ_noncurr_w_child=> t8, + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_images_list +prompt ......list template 24747139857526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'#TEXT#'; - + t2:=t2||'#TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24747139857526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Images List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 5, - p_list_template_before_rows=>'', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_ordered_list -prompt ......list template 24747426073526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24747139857526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Images List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 5, + p_list_template_before_rows=>'', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_ordered_list +prompt ......list template 24747426073526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24747426073526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Ordered List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_list_template_before_rows=>'
      ', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_sidebar_list -prompt ......list template 24747712169526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24747426073526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Ordered List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_list_template_before_rows=>'
      ', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_sidebar_list +prompt ......list template 24747712169526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'#TEXT#'; - + t2:=t2||'#TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24747712169526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Sidebar List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 19, - p_list_template_before_rows=>'', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_unordered_links_without_bullets -prompt ......list template 24748012261526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24747712169526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Sidebar List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 19, + p_list_template_before_rows=>'', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_unordered_links_without_bullets +prompt ......list template 24748012261526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24748012261526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Unordered Links without Bullets', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 18, - p_list_template_before_rows=>'', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_unordered_list_with_bullets -prompt ......list template 24748312327526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24748012261526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Unordered Links without Bullets', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 18, + p_list_template_before_rows=>'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_unordered_list_with_bullets +prompt ......list template 24748312327526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24748312327526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Unordered List with Bullets', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_list_template_before_rows=>'', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/wizard_progress_list -prompt ......list template 24748620372526784 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24748312327526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Unordered List with Bullets', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_list_template_before_rows=>'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/wizard_progress_list +prompt ......list template 24748620372526784 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
    #TEXT#
    '; - + t2:=t2||'
    #TEXT#
    '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24748620372526784 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Wizard Progress List', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 17, - p_list_template_before_rows=>'', + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24748620372526784 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Wizard Progress List', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 17, + p_list_template_before_rows=>'
    ', p_list_template_after_rows=>''||chr(10)|| -'
    &DONE.
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - -prompt ...report templates --- ---application/shared_components/user_interface/templates/report/borderless -prompt ......report template 24742731005526770 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +prompt ...report templates +-- +--application/shared_components/user_interface/templates/report/borderless +prompt ......report template 24742731005526770 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24742731005526770 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Borderless', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24742731005526770 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Borderless', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'#TOP_PAGINATION#'||chr(10)|| -'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24742731005526770 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/horizontal_border -prompt ......report template 24743011431526773 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24742731005526770 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/horizontal_border +prompt ......report template 24743011431526773 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||''; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743011431526773 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Horizontal Border', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743011431526773 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Horizontal Border', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'
    ', +'#PAGINATION#
    ', p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    '||chr(10)|| -'', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'
    #COLUMN_HEADER#
    #COLUMN_HEADER#
    #COLUMN_VALUE#
    #TOP_PAGINATION#'||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'#COLUMN_HEADER#', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743011431526773 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/one_column_unordered_list -prompt ......report template 24743325136526773 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'#COLUMN_HEADER#', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743011431526773 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/one_column_unordered_list +prompt ......report template 24743325136526773 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743325136526773 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'One Column Unordered List', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743325136526773 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'One Column Unordered List', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>''||chr(10)|| -'#TOP_PAGINATION##PAGINATION#
      ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 3, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743325136526773 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'
  • ', - p_row_template_after_last =>'
  • '); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/standard -prompt ......report template 24743617611526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'#TOP_PAGINATION#
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 3, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743325136526773 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'
  • ', + p_row_template_after_last =>'
  • '); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/standard +prompt ......report template 24743617611526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743617611526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Standard', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743617611526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Standard', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'#TOP_PAGINATION#'||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'#COLUMN_HEADER#', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 4, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743617611526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/standard_ppr -prompt ......report template 24743927299526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'#COLUMN_HEADER#', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 4, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743617611526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/standard_ppr +prompt ......report template 24743927299526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743927299526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Standard (PPR)', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743927299526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Standard (PPR)', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'
    #TOP_PAGINATION#'||chr(10)|| -'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 7, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743927299526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/standard_alternating_row_colors -prompt ......report template 24744236267526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 7, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743927299526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/standard_alternating_row_colors +prompt ......report template 24744236267526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||''||chr(10)|| ''; - + c2:=c2||''; - -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24744236267526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Standard, Alternating Row Colors', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24744236267526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Standard, Alternating Row Colors', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'
    ', +'#PAGINATION#
    ', p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    '||chr(10)|| ''||chr(10)|| -'', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'
    #COLUMN_HEADER#
    #COLUMN_HEADER#
    #COLUMN_VALUE##COLUMN_VALUE#
    #TOP_PAGINATION#'||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'#COLUMN_HEADER#', - p_row_template_display_cond1=>'ODD_ROW_NUMBERS', - p_row_template_display_cond2=>'NOT_CONDITIONAL', - p_row_template_display_cond3=>'NOT_CONDITIONAL', - p_row_template_display_cond4=>'ODD_ROW_NUMBERS', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 5, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24744236267526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>' ', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/value_attribute_pairs -prompt ......report template 24744515234526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'#COLUMN_HEADER#', + p_row_template_display_cond1=>'ODD_ROW_NUMBERS', + p_row_template_display_cond2=>'NOT_CONDITIONAL', + p_row_template_display_cond3=>'NOT_CONDITIONAL', + p_row_template_display_cond4=>'ODD_ROW_NUMBERS', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 5, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24744236267526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>' ', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/value_attribute_pairs +prompt ......report template 24744515234526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||''||chr(10)|| '#COLUMN_HEADER#'||chr(10)|| '#COLUMN_VALUE#'||chr(10)|| ''; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24744515234526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Value Attribute Pairs', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24744515234526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Value Attribute Pairs', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>''||chr(10)|| '#TOP_PAGINATION#'||chr(10)|| ''||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 6, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24744515234526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>'
    '); -exception when others then null; -end; -null; - -end; -/ - -prompt ...label templates --- ---application/shared_components/user_interface/templates/label/no_label -prompt ......label template 24748930478526784 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24748930478526784 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'No Label', - p_template_body1=>'', - p_template_body2=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 13, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/optional_label -prompt ......label template 24749013313526789 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749013313526789 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Optional Label', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 3, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/optional_label_with_help -prompt ......label template 24749138532526789 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749138532526789 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Optional Label with Help', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/required_label -prompt ......label template 24749222941526790 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749222941526790 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Required Label', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 4, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/required_label_with_help -prompt ......label template 24749318534526790 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749318534526790 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Required Label with Help', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_template_comment=> ''); -end; -null; - -end; -/ - -prompt ...breadcrumb templates --- ---application/shared_components/user_interface/templates/breadcrumb/breadcrumb_menu -prompt ......template 24750232156526795 - -begin - -begin -wwv_flow_api.create_menu_template ( - p_id=> 24750232156526795 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=>'Breadcrumb Menu', - p_before_first=>'', - p_current_page_option=>'#NAME#', - p_non_current_page_option=>'#NAME#', - p_menu_link_attributes=>'', - p_between_levels=>' > ', - p_after_last=>'', - p_max_levels=>12, - p_start_with_node=>'PARENT_TO_LEAF', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_translate_this_template => 'N', - p_template_comments=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/breadcrumb/hierarchical_menu -prompt ......template 24750340164526798 - -begin - -begin -wwv_flow_api.create_menu_template ( - p_id=> 24750340164526798 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=>'Hierarchical Menu', - p_before_first=>'
      ', - p_current_page_option=>'
    • #NAME#
    • ', - p_non_current_page_option=>'
    • #NAME#
    • ', - p_menu_link_attributes=>'', - p_between_levels=>'', - p_after_last=>'
    ', - p_max_levels=>11, - p_start_with_node=>'CHILD_MENU', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_translate_this_template => 'N', - p_template_comments=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/popuplov -prompt ...popup list of values templates --- -prompt ......template 24750742053526801 - -begin - -begin -wwv_flow_api.create_popup_lov_template ( - p_id=> 24750742053526801 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_popup_icon=>'#IMAGE_PREFIX#list_gray.gif', - p_popup_icon_attr=>'width="13" height="13" alt="Popup Lov"', - p_popup_icon2=>'', - p_popup_icon_attr2=>'', - p_page_name=>'winlov', - p_page_title=>'Search Dialog', +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 6, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24744515234526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>'
    '); +exception when others then null; +end; +null; + +end; +/ + +prompt ...label templates +-- +--application/shared_components/user_interface/templates/label/no_label +prompt ......label template 24748930478526784 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24748930478526784 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'No Label', + p_template_body1=>'', + p_template_body2=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 13, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/optional_label +prompt ......label template 24749013313526789 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749013313526789 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Optional Label', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 3, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/optional_label_with_help +prompt ......label template 24749138532526789 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749138532526789 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Optional Label with Help', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/required_label +prompt ......label template 24749222941526790 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749222941526790 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Required Label', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 4, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/required_label_with_help +prompt ......label template 24749318534526790 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749318534526790 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Required Label with Help', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_template_comment=> ''); +end; +null; + +end; +/ + +prompt ...breadcrumb templates +-- +--application/shared_components/user_interface/templates/breadcrumb/breadcrumb_menu +prompt ......template 24750232156526795 + +begin + +begin +wwv_flow_api.create_menu_template ( + p_id=> 24750232156526795 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=>'Breadcrumb Menu', + p_before_first=>'', + p_current_page_option=>'#NAME#', + p_non_current_page_option=>'#NAME#', + p_menu_link_attributes=>'', + p_between_levels=>' > ', + p_after_last=>'', + p_max_levels=>12, + p_start_with_node=>'PARENT_TO_LEAF', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_translate_this_template => 'N', + p_template_comments=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/breadcrumb/hierarchical_menu +prompt ......template 24750340164526798 + +begin + +begin +wwv_flow_api.create_menu_template ( + p_id=> 24750340164526798 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=>'Hierarchical Menu', + p_before_first=>'
      ', + p_current_page_option=>'
    • #NAME#
    • ', + p_non_current_page_option=>'
    • #NAME#
    • ', + p_menu_link_attributes=>'', + p_between_levels=>'', + p_after_last=>'
    ', + p_max_levels=>11, + p_start_with_node=>'CHILD_MENU', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_translate_this_template => 'N', + p_template_comments=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/popuplov +prompt ...popup list of values templates +-- +prompt ......template 24750742053526801 + +begin + +begin +wwv_flow_api.create_popup_lov_template ( + p_id=> 24750742053526801 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_popup_icon=>'#IMAGE_PREFIX#list_gray.gif', + p_popup_icon_attr=>'width="13" height="13" alt="Popup Lov"', + p_popup_icon2=>'', + p_popup_icon_attr2=>'', + p_page_name=>'winlov', + p_page_title=>'Search Dialog', p_page_html_head=>''||chr(10)|| -'', - p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"', - p_before_field_text=>'
    ', - p_page_heading_text=>'', - p_page_footer_text =>'', - p_filter_width =>'20', - p_filter_max_width =>'100', - p_filter_text_attr =>'', - p_find_button_text =>'Search', - p_find_button_image=>'', - p_find_button_attr =>'', - p_close_button_text=>'Close', - p_close_button_image=>'', - p_close_button_attr=>'', - p_next_button_text =>'Next >', - p_next_button_image=>'', - p_next_button_attr =>'', - p_prev_button_text =>'< Previous', - p_prev_button_image=>'', - p_prev_button_attr =>'', - p_after_field_text=>'
    ', - p_scrollbars=>'1', - p_resizable=>'1', - p_width =>'400', - p_height=>'450', - p_result_row_x_of_y=>'
    Row(s) #FIRST_ROW# - #LAST_ROW#
    ', - p_result_rows_per_pg=>500, - p_before_result_set=>'
    ', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_translate_this_template => 'N', - p_after_result_set =>'
    '); -end; -null; - -end; -/ - -prompt ...calendar templates --- ---application/shared_components/user_interface/templates/calendar/calendar -prompt ......template 24750440422526800 - -begin - -begin -wwv_flow_api.create_calendar_template( - p_id=> 24750440422526800 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_cal_template_name=>'Calendar', - p_translate_this_template=> 'Y', - p_day_of_week_format=> '#IDAY#', +'', + p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"', + p_before_field_text=>'
    ', + p_page_heading_text=>'', + p_page_footer_text =>'', + p_filter_width =>'20', + p_filter_max_width =>'100', + p_filter_text_attr =>'', + p_find_button_text =>'Search', + p_find_button_image=>'', + p_find_button_attr =>'', + p_close_button_text=>'Close', + p_close_button_image=>'', + p_close_button_attr=>'', + p_next_button_text =>'Next >', + p_next_button_image=>'', + p_next_button_attr =>'', + p_prev_button_text =>'< Previous', + p_prev_button_image=>'', + p_prev_button_attr =>'', + p_after_field_text=>'
    ', + p_scrollbars=>'1', + p_resizable=>'1', + p_width =>'400', + p_height=>'450', + p_result_row_x_of_y=>'
    Row(s) #FIRST_ROW# - #LAST_ROW#
    ', + p_result_rows_per_pg=>500, + p_before_result_set=>'
    ', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_translate_this_template => 'N', + p_after_result_set =>'
    '); +end; +null; + +end; +/ + +prompt ...calendar templates +-- +--application/shared_components/user_interface/templates/calendar/calendar +prompt ......template 24750440422526800 + +begin + +begin +wwv_flow_api.create_calendar_template( + p_id=> 24750440422526800 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_cal_template_name=>'Calendar', + p_translate_this_template=> 'Y', + p_day_of_week_format=> '#IDAY#', p_month_title_format=> ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| -' ', - p_today_open_format=> '', - p_nonday_title_format => '
    #DD#
    ', - p_nonday_open_format => '', - p_week_title_format => '', - p_week_open_format => '', - p_week_close_format => ' ', - p_daily_title_format => '', - p_daily_open_format => '', - p_daily_close_format => '', +'', + p_day_title_format=> '
    #DD#
    ', + p_day_open_format=> '', + p_today_open_format=> '', + p_nonday_title_format => '
    #DD#
    ', + p_nonday_open_format => '', + p_week_title_format => '', + p_week_open_format => '', + p_week_close_format => ' ', + p_daily_title_format => '', + p_daily_open_format => '', + p_daily_close_format => '', p_weekly_title_format => '
    #IMONTH# #YYYY#
    ', - p_month_open_format=> '', +' '||chr(10)|| ''||chr(10)|| '
    ', + p_month_open_format=> '', p_month_close_format=> '
    '||chr(10)|| -'', - p_day_title_format=> '
    #DD#
    ', - p_day_open_format=> '
    ', - p_day_close_format=> '', - p_weekend_title_format=> '
    #DD#
    ', - p_weekend_open_format => '
    ', - p_weekend_close_format => '', - p_nonday_close_format => '
    #IDAY#
    ', + p_day_close_format=> '', + p_weekend_title_format=> '
    #DD#
    ', + p_weekend_open_format => '
    ', + p_weekend_close_format => '', + p_nonday_close_format => '
    #IDAY#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'', - p_weekly_month_open_format => '
    #WTITLE#
    ', - p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#
    ', - p_weekly_month_close_format => '
    ', - p_weekly_day_title_format => '', - p_weekly_day_open_format => '', - p_weekly_day_close_format => '
    ', - p_weekly_today_open_format => '', - p_weekly_weekend_title_format => '', - p_weekly_weekend_open_format => '', - p_weekly_weekend_close_format => '
    ', - p_weekly_time_open_format => '', - p_weekly_time_close_format => '
    ', - p_weekly_time_title_format => '#TIME#', - p_weekly_hour_open_format => '', - p_weekly_hour_close_format => '', - p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', +'', + p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#', + p_weekly_month_open_format => '', + p_weekly_month_close_format => '
    ', + p_weekly_day_title_format => '', + p_weekly_day_open_format => '', + p_weekly_day_close_format => '
    ', + p_weekly_today_open_format => '', + p_weekly_weekend_title_format => '', + p_weekly_weekend_open_format => '', + p_weekly_weekend_close_format => '
    ', + p_weekly_time_open_format => '', + p_weekly_time_close_format => '
    ', + p_weekly_time_title_format => '#TIME#', + p_weekly_hour_open_format => '', + p_weekly_hour_close_format => '', + p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', p_daily_month_title_format => '
    #IMONTH# #DD#, #YYYY#
    '||chr(10)|| -'', - p_daily_month_open_format => '', - p_daily_month_close_format => '
    ', - p_daily_day_title_format => '', - p_daily_day_open_format => '', - p_daily_day_close_format => '
    ', - p_daily_today_open_format => '', - p_daily_time_open_format => '', - p_daily_time_close_format => '
    ', - p_daily_time_title_format => '#TIME#', - p_daily_hour_open_format => '', - p_daily_hour_close_format => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 1, - p_reference_id=> null); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/calendar/calendar_alternative_1 -prompt ......template 24750537116526801 - -begin - -begin -wwv_flow_api.create_calendar_template( - p_id=> 24750537116526801 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_cal_template_name=>'Calendar, Alternative 1', - p_translate_this_template=> 'Y', - p_day_of_week_format=> '#IDAY#', +'', + p_daily_month_open_format => '', + p_daily_month_close_format => '
    ', + p_daily_day_title_format => '', + p_daily_day_open_format => '', + p_daily_day_close_format => '
    ', + p_daily_today_open_format => '', + p_daily_time_open_format => '', + p_daily_time_close_format => '
    ', + p_daily_time_title_format => '#TIME#', + p_daily_hour_open_format => '', + p_daily_hour_close_format => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 1, + p_reference_id=> null); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/calendar/calendar_alternative_1 +prompt ......template 24750537116526801 + +begin + +begin +wwv_flow_api.create_calendar_template( + p_id=> 24750537116526801 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_cal_template_name=>'Calendar, Alternative 1', + p_translate_this_template=> 'Y', + p_day_of_week_format=> '#IDAY#', p_month_title_format=> ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| -' ', - p_today_open_format=> '', - p_nonday_title_format => '
    #DD#
    ', - p_nonday_open_format => '', - p_week_title_format => '', - p_week_open_format => '', - p_week_close_format => ' ', - p_daily_title_format => '', - p_daily_open_format => '', - p_daily_close_format => '', +'', + p_day_title_format=> '
    #DD#
    ', + p_day_open_format=> '', + p_today_open_format=> '', + p_nonday_title_format => '
    #DD#
    ', + p_nonday_open_format => '', + p_week_title_format => '', + p_week_open_format => '', + p_week_close_format => ' ', + p_daily_title_format => '', + p_daily_open_format => '', + p_daily_close_format => '', p_weekly_title_format => '
    #IMONTH# #YYYY#
    ', - p_month_open_format=> '', +' '||chr(10)|| ''||chr(10)|| '
    ', + p_month_open_format=> '', p_month_close_format=> '
    '||chr(10)|| -'', - p_day_title_format=> '
    #DD#
    ', - p_day_open_format=> '
    ', - p_day_close_format=> '', - p_weekend_title_format=> '
    #DD#
    ', - p_weekend_open_format => '
    ', - p_weekend_close_format => '', - p_nonday_close_format => '
    #IDAY#
    ', + p_day_close_format=> '', + p_weekend_title_format=> '
    #DD#
    ', + p_weekend_open_format => '
    ', + p_weekend_close_format => '', + p_nonday_close_format => '
    #IDAY#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'', - p_weekly_month_open_format => '
    #WTITLE#
    ', - p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#
    ', - p_weekly_month_close_format => '
    ', - p_weekly_day_title_format => '', - p_weekly_day_open_format => '', - p_weekly_day_close_format => '
    ', - p_weekly_today_open_format => '', - p_weekly_weekend_title_format => '', - p_weekly_weekend_open_format => '', - p_weekly_weekend_close_format => '
    ', - p_weekly_time_open_format => '', - p_weekly_time_close_format => '
    ', - p_weekly_time_title_format => '#TIME#', - p_weekly_hour_open_format => '', - p_weekly_hour_close_format => '', - p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', +'', + p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#', + p_weekly_month_open_format => '', + p_weekly_month_close_format => '
    ', + p_weekly_day_title_format => '', + p_weekly_day_open_format => '', + p_weekly_day_close_format => '
    ', + p_weekly_today_open_format => '', + p_weekly_weekend_title_format => '', + p_weekly_weekend_open_format => '', + p_weekly_weekend_close_format => '
    ', + p_weekly_time_open_format => '', + p_weekly_time_close_format => '
    ', + p_weekly_time_title_format => '#TIME#', + p_weekly_hour_open_format => '', + p_weekly_hour_close_format => '', + p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', p_daily_month_title_format => '
    #IMONTH# #DD#, #YYYY#
    '||chr(10)|| -'', - p_daily_month_open_format => '', - p_daily_month_close_format => '
    ', - p_daily_day_title_format => '', - p_daily_day_open_format => '', - p_daily_day_close_format => '
    ', - p_daily_today_open_format => '', - p_daily_time_open_format => '', - p_daily_time_close_format => '
    ', - p_daily_time_title_format => '#TIME#', - p_daily_hour_open_format => '', - p_daily_hour_close_format => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 2, - p_reference_id=> null); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/calendar/small_calendar -prompt ......template 24750639354526801 - -begin - -begin -wwv_flow_api.create_calendar_template( - p_id=> 24750639354526801 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_cal_template_name=>'Small Calendar', - p_translate_this_template=> 'Y', - p_day_of_week_format=> '', +'', + p_daily_month_open_format => '', + p_daily_month_close_format => '
    ', + p_daily_day_title_format => '', + p_daily_day_open_format => '', + p_daily_day_close_format => '
    ', + p_daily_today_open_format => '', + p_daily_time_open_format => '', + p_daily_time_close_format => '
    ', + p_daily_time_title_format => '#TIME#', + p_daily_hour_open_format => '', + p_daily_hour_close_format => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 2, + p_reference_id=> null); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/calendar/small_calendar +prompt ......template 24750639354526801 + +begin + +begin +wwv_flow_api.create_calendar_template( + p_id=> 24750639354526801 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_cal_template_name=>'Small Calendar', + p_translate_this_template=> 'Y', + p_day_of_week_format=> '', p_month_title_format=> ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| -' ', - p_today_open_format=> '', - p_nonday_title_format => '
    #DD#
    ', - p_nonday_open_format => '', - p_week_title_format => '', - p_week_open_format => '', - p_week_close_format => ' ', - p_daily_title_format => '', - p_daily_open_format => '', - p_daily_close_format => '', +'', + p_day_title_format=> '
    #DD#
    ', + p_day_open_format=> '', + p_today_open_format=> '', + p_nonday_title_format => '
    #DD#
    ', + p_nonday_open_format => '', + p_week_title_format => '', + p_week_open_format => '', + p_week_close_format => ' ', + p_daily_title_format => '', + p_daily_open_format => '', + p_daily_close_format => '', p_weekly_title_format => '
    #IMONTH# #YYYY#
    ', - p_month_open_format=> '', +' '||chr(10)|| ''||chr(10)|| '
    ', + p_month_open_format=> '', p_month_close_format=> '
    '||chr(10)|| -'', - p_day_title_format=> '
    #DD#
    ', - p_day_open_format=> '
    ', - p_day_close_format=> '', - p_weekend_title_format=> '
    #DD#
    ', - p_weekend_open_format => '
    ', - p_weekend_close_format => '', - p_nonday_close_format => '
    #IDAY#
    ', + p_day_close_format=> '', + p_weekend_title_format=> '
    #DD#
    ', + p_weekend_open_format => '
    ', + p_weekend_close_format => '', + p_nonday_close_format => '
    #IDAY#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'', - p_weekly_month_open_format => '
    #WTITLE#
    ', - p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#
    ', - p_weekly_month_close_format => '
    ', - p_weekly_day_title_format => '', - p_weekly_day_open_format => '', - p_weekly_day_close_format => '
    ', - p_weekly_today_open_format => '', - p_weekly_weekend_title_format => '', - p_weekly_weekend_open_format => '', - p_weekly_weekend_close_format => '
    ', - p_weekly_time_open_format => '', - p_weekly_time_close_format => '
    ', - p_weekly_time_title_format => '#TIME#', - p_weekly_hour_open_format => '', - p_weekly_hour_close_format => '', - p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', +'', + p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#', + p_weekly_month_open_format => '', + p_weekly_month_close_format => '
    ', + p_weekly_day_title_format => '', + p_weekly_day_open_format => '', + p_weekly_day_close_format => '
    ', + p_weekly_today_open_format => '', + p_weekly_weekend_title_format => '', + p_weekly_weekend_open_format => '', + p_weekly_weekend_close_format => '
    ', + p_weekly_time_open_format => '', + p_weekly_time_close_format => '
    ', + p_weekly_time_title_format => '#TIME#', + p_weekly_hour_open_format => '', + p_weekly_hour_close_format => '', + p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', p_daily_month_title_format => '
    #IMONTH# #DD#, #YYYY#
    '||chr(10)|| -'', - p_daily_month_open_format => '', - p_daily_month_close_format => '
    ', - p_daily_day_title_format => '', - p_daily_day_open_format => '', - p_daily_day_close_format => '
    ', - p_daily_today_open_format => '', - p_daily_time_open_format => '', - p_daily_time_close_format => '
    ', - p_daily_time_title_format => '#TIME#', - p_daily_hour_open_format => '', - p_daily_hour_close_format => '', - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_class_id => 3, - p_reference_id=> null); -end; -null; - -end; -/ - -prompt ...application themes --- -prompt ......theme 24750938041526809 ---application/shared_components/user_interface/themes/national_grid -begin -wwv_flow_api.create_theme ( - p_id =>24750938041526809 + wwv_flow_api.g_id_offset, - p_flow_id =>wwv_flow.g_flow_id, - p_theme_id => wwv_flow.g_flow_theme_id, - p_theme_name=>'National Grid', - p_default_page_template=>24734011047526756 + wwv_flow_api.g_id_offset, - p_error_template=>38911722486594102 + wwv_flow_api.g_id_offset, - p_printer_friendly_template=>24735530196526758 + wwv_flow_api.g_id_offset, - p_breadcrumb_display_point=>'REGION_POSITION_01', - p_sidebar_display_point=>'REGION_POSITION_02', - p_login_template=>24733840230526723 + wwv_flow_api.g_id_offset, - p_default_button_template=>24749440874526790 + wwv_flow_api.g_id_offset, - p_default_region_template=>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_chart_template =>24737941385526765 + wwv_flow_api.g_id_offset, - p_default_form_template =>24738214051526765 + wwv_flow_api.g_id_offset, - p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_tabform_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_wizard_template =>24742135446526770 + wwv_flow_api.g_id_offset, - p_default_menur_template =>24737010408526765 + wwv_flow_api.g_id_offset, - p_default_listr_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_report_template =>24743617611526775 + wwv_flow_api.g_id_offset, - p_default_label_template =>24749138532526789 + wwv_flow_api.g_id_offset, - p_default_menu_template =>24750232156526795 + wwv_flow_api.g_id_offset, - p_default_calendar_template =>24750440422526800 + wwv_flow_api.g_id_offset, - p_default_list_template =>24748312327526783 + wwv_flow_api.g_id_offset, - p_default_option_label =>24749138532526789 + wwv_flow_api.g_id_offset, - p_default_required_label =>24749318534526790 + wwv_flow_api.g_id_offset); -end; -/ - -commit; -begin -execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; -end; -/ -set verify on -set feedback on -prompt ...done +'', + p_daily_month_open_format => '', + p_daily_month_close_format => '
    ', + p_daily_day_title_format => '', + p_daily_day_open_format => '', + p_daily_day_close_format => '
    ', + p_daily_today_open_format => '', + p_daily_time_open_format => '', + p_daily_time_close_format => '
    ', + p_daily_time_title_format => '#TIME#', + p_daily_hour_open_format => '', + p_daily_hour_close_format => '', + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_class_id => 3, + p_reference_id=> null); +end; +null; + +end; +/ + +prompt ...application themes +-- +prompt ......theme 24750938041526809 +--application/shared_components/user_interface/themes/national_grid +begin +wwv_flow_api.create_theme ( + p_id =>24750938041526809 + wwv_flow_api.g_id_offset, + p_flow_id =>wwv_flow.g_flow_id, + p_theme_id => wwv_flow.g_flow_theme_id, + p_theme_name=>'National Grid', + p_default_page_template=>24734011047526756 + wwv_flow_api.g_id_offset, + p_error_template=>38911722486594102 + wwv_flow_api.g_id_offset, + p_printer_friendly_template=>24735530196526758 + wwv_flow_api.g_id_offset, + p_breadcrumb_display_point=>'REGION_POSITION_01', + p_sidebar_display_point=>'REGION_POSITION_02', + p_login_template=>24733840230526723 + wwv_flow_api.g_id_offset, + p_default_button_template=>24749440874526790 + wwv_flow_api.g_id_offset, + p_default_region_template=>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_chart_template =>24737941385526765 + wwv_flow_api.g_id_offset, + p_default_form_template =>24738214051526765 + wwv_flow_api.g_id_offset, + p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_tabform_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_wizard_template =>24742135446526770 + wwv_flow_api.g_id_offset, + p_default_menur_template =>24737010408526765 + wwv_flow_api.g_id_offset, + p_default_listr_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_report_template =>24743617611526775 + wwv_flow_api.g_id_offset, + p_default_label_template =>24749138532526789 + wwv_flow_api.g_id_offset, + p_default_menu_template =>24750232156526795 + wwv_flow_api.g_id_offset, + p_default_calendar_template =>24750440422526800 + wwv_flow_api.g_id_offset, + p_default_list_template =>24748312327526783 + wwv_flow_api.g_id_offset, + p_default_option_label =>24749138532526789 + wwv_flow_api.g_id_offset, + p_default_required_label =>24749318534526790 + wwv_flow_api.g_id_offset); +end; +/ + +commit; +begin +execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; +end; +/ +set verify on +set feedback on +prompt ...done