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;
/
--application/set_environment
prompt APPLICATION 128 - Help Page
--
-- Application Export:
-- Application: 128
-- Name: Help Page
-- Date and Time: 18:15 Thursday March 27, 2008
-- Exported By: ADMIN
-- Flashback: 0
-- Export Type: Application Export
-- Version: 3.1.0.00.32
-- Import:
-- Using application builder
-- or
-- Using SQL*Plus as the Oracle user FLOWS_030100 or as the owner (parsing schema) of the application.
-- Application Statistics:
-- Pages: 3
-- Items: 2
-- Computations: 0
-- Validations: 0
-- Processes: 0
-- Regions: 4
-- Buttons: 0
-- Shared Components
-- Breadcrumbs: 1
-- Entries 2
-- Items: 1
-- Computations: 0
-- Processes: 0
-- Parent Tabs: 0
-- Tab Sets: 1
-- Tabs: 1
-- NavBars: 1
-- Lists: 0
-- Shortcuts: 0
-- Themes: 1
-- Templates:
-- Page: 9
-- List: 16
-- Report: 7
-- Label: 5
-- Region: 22
-- Messages: 0
-- Build Options: 0
-- 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_030100 or as the owner (parsing schema) of the application.
wwv_flow_api.set_security_group_id(p_security_group_id=>940927343520236);
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-us'; 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 := 128;
wwv_flow_api.g_id_offset := 0;
null;
end;
/
--application/delete_application
begin
-- Remove Application
wwv_flow_api.remove_flow(128);
end;
/
begin
wwv_flow_audit.remove_audit_trail(128);
null;
end;
/
--application/create_application
begin
wwv_flow_api.create_flow(
p_id => 128,
p_display_id=> 128,
p_owner => 'AEDG01',
p_name => 'Help Page',
p_alias => 'F128',
p_page_view_logging => 'YES',
p_default_page_template=> 3604610671626332 + wwv_flow_api.g_id_offset,
p_printer_friendly_template=> 3604929990626334 + wwv_flow_api.g_id_offset,
p_default_region_template=> 3607107249626351 + wwv_flow_api.g_id_offset,
p_error_template => 3604610671626332 + wwv_flow_api.g_id_offset,
p_page_protection_enabled_y_n=> 'Y',
p_checksum_salt_last_reset => '20080327180900',
p_home_link => 'f?p=&APP_ID.:1:&SESSION.',
p_flow_language => 'en-us',
p_flow_language_derived_from=> '',
p_flow_image_prefix => '/i/',
p_documentation_banner=> '',
p_authentication => 'CUSTOM2',
p_login_url => '',
p_logout_url => '',
p_application_tab_set=> 1,
p_public_url_prefix => '',
p_public_user => '',
p_dbauth_url_prefix => '',
p_proxy_server => '',
p_cust_authentication_process=> '.'||to_char(3616424741643460 + wwv_flow_api.g_id_offset)||'.',
p_cust_authentication_page=> '',
p_custom_auth_login_url=> '',
p_flow_version => 'release 1.0',
p_flow_status => 'AVAILABLE_W_EDIT_LINK',
p_flow_unavailable_text=> '',
p_build_status => 'RUN_AND_BUILD',
p_exact_substitutions_only=> 'Y',
p_vpd => '',
p_csv_encoding => 'Y',
p_theme_id => 1,
p_default_label_template => 3610330006626384 + wwv_flow_api.g_id_offset,
p_default_report_template => 3609703918626377 + wwv_flow_api.g_id_offset,
p_default_list_template => 3609126716626361 + wwv_flow_api.g_id_offset,
p_default_menu_template => 3610622017626384 + wwv_flow_api.g_id_offset,
p_default_button_template => 3605215500626338 + wwv_flow_api.g_id_offset,
p_default_chart_template => 3606226991626350 + wwv_flow_api.g_id_offset,
p_default_form_template => 3606322352626350 + wwv_flow_api.g_id_offset,
p_default_wizard_template => 3607616300626352 + wwv_flow_api.g_id_offset,
p_default_tabform_template => 3607107249626351 + wwv_flow_api.g_id_offset,
p_default_reportr_template =>3607107249626351 + wwv_flow_api.g_id_offset,
p_default_menur_template => 3605804101626349 + wwv_flow_api.g_id_offset,
p_default_listr_template => 3606107677626350 + wwv_flow_api.g_id_offset,
p_last_updated_by => 'ADMIN',
p_last_upd_yyyymmddhh24miss=> '20080327180900',
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
end;
/
prompt ...authorization schemes
--
begin
null;
end;
/
--application/shared_components/navigation/navigation_bar
prompt ...navigation bar entries
--
begin
wwv_flow_api.create_icon_bar_item(
p_id => 3611920759626434 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 200,
p_icon_image => '',
p_icon_subtext => 'Logout',
p_icon_target => '&LOGOUT_URL.',
p_icon_image_alt => 'Logout',
p_icon_height => 32,
p_icon_width => 32,
p_icon_height2 => 24,
p_icon_width2 => 24,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => 'CURRENT_LOOK_IS_1',
p_begins_on_new_line=> '',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
end;
/
prompt ...application processes
--
prompt ...application items
--
--application/shared_components/logic/application_items/fsp_after_login_url
begin
wwv_flow_api.create_flow_item(
p_id=> 3616116430641049 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'FSP_AFTER_LOGIN_URL',
p_data_type=> 'VARCHAR',
p_is_persistent=> 'Y',
p_protection_level=> '',
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_item_comment=> '');
null;
end;
/
prompt ...application level computations
--
begin
null;
end;
/
prompt ...Application Tabs
--
begin
--application/shared_components/navigation/tabs/standard/t_new_page
wwv_flow_api.create_tab (
p_id=> 3613913595626535 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_tab_set=> 'TS1',
p_tab_sequence=> 20,
p_tab_name=> 'T_NEW_PAGE',
p_tab_text => 'New Page',
p_tab_step => 2,
p_tab_also_current_for_pages => '',
p_tab_parent_tabset=>'',
p_required_patch=>null + wwv_flow_api.g_id_offset,
p_tab_comment => '');
end;
/
prompt ...Application Parent Tabs
--
begin
null;
end;
/
prompt ...Shared Lists of values
--
prompt ...Application Trees
--
--application/pages/page_groups
prompt ...page groups
--
begin
null;
end;
/
--application/comments
prompt ...comments: requires application express 2.2 or higher
--
--application/pages/page_00000
prompt ...PAGE 0: 0
--
begin
declare
h varchar2(32767) := null;
ph varchar2(32767) := null;
begin
h := null;
ph := null;
wwv_flow_api.create_page(
p_id => 0,
p_flow_id=> wwv_flow.g_flow_id,
p_tab_set=> '',
p_name => '0',
p_step_title=> '0',
p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS',
p_first_item=> 'NO_FIRST_ITEM',
p_include_apex_css_js_yn=>'Y',
p_help_text => '',
p_html_page_header => '',
p_step_template => '',
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'ADMIN',
p_last_upd_yyyymmddhh24miss => '20080327180900',
p_page_comment => '');
end;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s:=s||'Help! ';
wwv_flow_api.create_page_plug (
p_id=> 3617208381657622 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 0,
p_plug_name=> 'Help Me',
p_region_name=>'',
p_plug_template=> 0,
p_plug_display_sequence=> 10,
p_plug_display_column=> 1,
p_plug_display_point=> 'BEFORE_FOOTER',
p_plug_source=> s,
p_plug_source_type=> 'STATIC_TEXT',
p_translate_title=> 'Y',
p_plug_display_error_message=> '#SQLERRM#',
p_plug_query_row_template=> 1,
p_plug_query_headings_type=> 'COLON_DELMITED_LIST',
p_plug_query_row_count_max => 500,
p_plug_display_condition_type => 'CURRENT_PAGE_NOT_IN_CONDITION',
p_plug_display_when_condition => '1',
p_plug_customized=>'0',
p_plug_caching=> 'NOT_CACHED',
p_plug_comment=> '');
end;
/
begin
null;
end;
/
begin
null;
end;
/
begin
---------------------------------------
-- ...updatable report columns for page 0
--
begin
null;
end;
null;
end;
/
--application/pages/page_00001
prompt ...PAGE 1: Help Page
--
begin
declare
h varchar2(32767) := null;
ph varchar2(32767) := null;
begin
h:=h||'No help is available for this page.';
ph := null;
wwv_flow_api.create_page(
p_id => 1,
p_flow_id=> wwv_flow.g_flow_id,
p_tab_set=> 'TS1',
p_name => 'Help Page',
p_alias => 'HELP_PAGE',
p_step_title=> 'Help Page',
p_step_sub_title => 'Help Page',
p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS',
p_first_item=> 'AUTO_FIRST_ITEM',
p_include_apex_css_js_yn=>'Y',
p_help_text => ' ',
p_html_page_header => '',
p_step_template => 3604816577626334+ wwv_flow_api.g_id_offset,
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'ADMIN',
p_last_upd_yyyymmddhh24miss => '20080327175741',
p_page_is_public_y_n=> 'N',
p_protection_level=> 'N',
p_page_comment => '');
wwv_flow_api.set_page_help_text(p_flow_id=>wwv_flow.g_flow_id,p_flow_step_id=>1,p_text=>h);
end;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s:=s||'Help Text';
wwv_flow_api.create_page_plug (
p_id=> 3614611451630168 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 1,
p_plug_name=> 'HTML TEXT',
p_region_name=>'',
p_plug_template=> 0,
p_plug_display_sequence=> 11,
p_plug_display_column=> 1,
p_plug_display_point=> 'AFTER_SHOW_ITEMS',
p_plug_source=> s,
p_plug_source_type=> 'HELP_TEXT',
p_plug_display_error_message=> '#SQLERRM#',
p_plug_query_row_template=> 1,
p_plug_query_headings_type=> 'QUERY_COLUMNS',
p_plug_query_num_rows => 15,
p_plug_query_num_rows_type => 'NEXT_PREVIOUS_LINKS',
p_plug_query_row_count_max => 500,
p_plug_query_show_nulls_as => ' - ',
p_plug_display_condition_type => '',
p_pagination_display_position=>'BOTTOM_RIGHT',
p_plug_caching=> 'NOT_CACHED',
p_plug_comment=> '');
end;
/
begin
null;
end;
/
begin
null;
end;
/
begin
---------------------------------------
-- ...updatable report columns for page 1
--
begin
null;
end;
null;
end;
/
--application/pages/page_00002
prompt ...PAGE 2: New Page
--
begin
declare
h varchar2(32767) := null;
ph varchar2(32767) := null;
begin
h:=h||'Help for New Page';
ph := null;
wwv_flow_api.create_page(
p_id => 2,
p_flow_id=> wwv_flow.g_flow_id,
p_tab_set=> 'TS1',
p_name => 'New Page',
p_step_title=> 'New Page',
p_step_sub_title => 'New Page',
p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS',
p_first_item=> 'AUTO_FIRST_ITEM',
p_include_apex_css_js_yn=>'Y',
p_help_text => ' ',
p_html_page_header => '',
p_step_template => '',
p_required_patch=> null + wwv_flow_api.g_id_offset,
p_last_updated_by => 'ADMIN',
p_last_upd_yyyymmddhh24miss => '20080327180239',
p_page_is_public_y_n=> 'N',
p_protection_level=> 'N',
p_page_comment => '');
wwv_flow_api.set_page_help_text(p_flow_id=>wwv_flow.g_flow_id,p_flow_step_id=>2,p_text=>h);
end;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s := null;
wwv_flow_api.create_page_plug (
p_id=> 3614010502626535 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 2,
p_plug_name=> 'New Region',
p_region_name=>'',
p_plug_template=> 3607107249626351+ wwv_flow_api.g_id_offset,
p_plug_display_sequence=> 10,
p_plug_display_column=> 1,
p_plug_display_point=> 'AFTER_SHOW_ITEMS',
p_plug_source=> s,
p_plug_source_type=> 'STATIC_TEXT',
p_translate_title=> 'Y',
p_plug_query_row_template=> 1,
p_plug_query_headings_type=> 'COLON_DELMITED_LIST',
p_plug_query_row_count_max => 500,
p_plug_display_condition_type => '',
p_plug_customized=>'0',
p_plug_caching=> 'NOT_CACHED',
p_plug_comment=> '');
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s := null;
wwv_flow_api.create_page_plug (
p_id=> 3614206242626540 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 2,
p_plug_name=> 'Breadcrumbs',
p_region_name=>'',
p_plug_template=> 3605804101626349+ wwv_flow_api.g_id_offset,
p_plug_display_sequence=> 1,
p_plug_display_column=> 1,
p_plug_display_point=> 'REGION_POSITION_01',
p_plug_source=> s,
p_plug_source_type=> 'M'|| to_char(3613002843626494 + wwv_flow_api.g_id_offset),
p_menu_template_id=> 3610622017626384+ wwv_flow_api.g_id_offset,
p_plug_display_error_message=> 'Unable to show breadcrumb.',
p_plug_query_row_template=> 1,
p_plug_query_headings_type=> 'COLON_DELMITED_LIST',
p_plug_query_row_count_max => 500,
p_plug_display_condition_type => '',
p_plug_caching=> 'NOT_CACHED',
p_plug_comment=> '');
end;
/
begin
null;
end;
/
begin
null;
end;
/
declare
h varchar2(32767) := null;
begin
h := null;
h:=h||'Please enter your first and last name here';
wwv_flow_api.create_page_item(
p_id=>3615022186633285 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_TEXT_ITEM_1',
p_data_type=> 'VARCHAR',
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 10,
p_item_plug_id => 3614010502626535+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'YES',
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
p_prompt=>'Name',
p_source_type=> 'STATIC',
p_display_as=> 'TEXT',
p_lov_columns=> 1,
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 30,
p_cMaxlength=> 2000,
p_cHeight=> 5,
p_cAttributes=> 'nowrap="nowrap"',
p_begin_on_new_line => 'YES',
p_begin_on_new_field=> 'YES',
p_colspan => 1,
p_rowspan => 1,
p_label_alignment => 'RIGHT',
p_field_alignment => 'LEFT',
p_field_template => 3610330006626384+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_lov_display_extra=>'NO',
p_protection_level => 'N',
p_help_text => h,
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
h := null;
h:=h||'Please enter your full address here';
wwv_flow_api.create_page_item(
p_id=>3615228073634889 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_TEXT_ITEM_2',
p_data_type=> 'VARCHAR',
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 20,
p_item_plug_id => 3614010502626535+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'YES',
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
p_prompt=>'Address',
p_source_type=> 'STATIC',
p_display_as=> 'TEXT',
p_lov_columns=> 1,
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 30,
p_cMaxlength=> 2000,
p_cHeight=> 5,
p_cAttributes=> 'nowrap="nowrap"',
p_begin_on_new_line => 'YES',
p_begin_on_new_field=> 'YES',
p_colspan => 1,
p_rowspan => 1,
p_label_alignment => 'RIGHT',
p_field_alignment => 'LEFT',
p_field_template => 3610330006626384+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_lov_display_extra=>'NO',
p_protection_level => 'N',
p_help_text => h,
p_item_comment => '');
end;
/
begin
---------------------------------------
-- ...updatable report columns for page 2
--
begin
null;
end;
null;
end;
/
prompt ...lists
--
--application/shared_components/navigation/breadcrumbs
prompt ...breadcrumbs
--
begin
wwv_flow_api.create_menu (
p_id=> 3613002843626494 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> ' Breadcrumb');
wwv_flow_api.create_menu_option (
p_id=>3613529136626521 + wwv_flow_api.g_id_offset,
p_menu_id=>3613002843626494 + wwv_flow_api.g_id_offset,
p_parent_id=>0,
p_option_sequence=>10,
p_short_name=>'Help Page',
p_long_name=>'',
p_link=>'f?p=128:1:&SESSION.',
p_page_id=>1,
p_also_current_for_pages=> '');
wwv_flow_api.create_menu_option (
p_id=>3614115085626540 + wwv_flow_api.g_id_offset,
p_menu_id=>3613002843626494 + wwv_flow_api.g_id_offset,
p_parent_id=>0,
p_option_sequence=>20,
p_short_name=>'New Page',
p_long_name=>'',
p_link=>'f?p=128:2:&SESSION.',
p_page_id=>2,
p_also_current_for_pages=> '');
null;
end;
/
prompt ...page templates for application: 128
--
--application/shared_components/user_interface/templates/page/login
prompt ......Page template 3604326733626318
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' ';
c3:=c3||' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'';
c3:=c3||'#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
#BOX_BODY##REGION_POSITION_02##REGION_POSITION_03##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'
'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 3604326733626318 + 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=> '#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=> '',
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"',
p_theme_id => 1,
p_theme_class_id => 6,
p_translate_this_template => 'N',
p_template_comment => '18');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/no_tabs
prompt ......Page template 3604410401626326
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' &APP_USER.
'||chr(10)||
' #CUSTOMIZE#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO##REGION_POSITION_06# '||chr(10)||
' #REGION_POSITION_07# '||chr(10)||
' #NAVIGATION_BAR##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' #REGION_POSITION_01# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04# '||chr(10)||
'#REGION_POSITION_03# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'
'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 3604410401626326 + 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=> '#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 => 1,
p_theme_class_id => 3,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/no_tabs_with_side_bar
prompt ......Page template 3604517833626331
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' &APP_USER.
'||chr(10)||
' #CUSTOMIZE#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO##REGION_POSITION_06# '||chr(10)||
' #REGION_POSITION_07# '||chr(10)||
' #NAVIGATION_BAR##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' ';
c3:=c3||' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' #REG';
c3:=c3||'ION_POSITION_02# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3604517833626331 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs with Side Bar',
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 => 1,
p_theme_class_id => 17,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/one_level_tabs
prompt ......Page template 3604610671626332
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' &APP_USER.
'||chr(10)||
' #CUSTOMIZE#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO##REGION_POSITION_06# '||chr(10)||
' #REGION_POSITION_07# '||chr(10)||
' #NAVIGATION_BAR##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' ';
c3:=c3||' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
''||chr(10)||
' '||chr(10)||
''||chr(10)||
''||chr(10)||
'';
c3:=c3||'#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04# '||chr(10)||
'#REGION_POSITION_03# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3604610671626332 + 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=> ' '||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'',
p_current_tab_font_attr=> '',
p_non_current_tab=> ' '||chr(10)||
'#TAB_LABEL# #TAB_INLINE_EDIT# '||chr(10)||
' '||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 => 1,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_template_comment => '12');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/one_level_tabs_with_side_bar
prompt ......Page template 3604705406626333
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' &APP_USER.
'||chr(10)||
' #CUSTOMIZE#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO##REGION_POSITION_06# '||chr(10)||
' #REGION_POSITION_07# '||chr(10)||
' #NAVIGATION_BAR##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' ';
c3:=c3||' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' #REGION_POSITION_02# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3604705406626333 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs with Side Bar',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '#SUCCESS_MESSAGE#
',
p_current_tab=> ' '||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT# '||chr(10)||
' '||chr(10)||
'',
p_current_tab_font_attr=> '',
p_non_current_tab=> ' '||chr(10)||
'#TAB_LABEL# #TAB_INLINE_EDIT# '||chr(10)||
' '||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_sidebar_def_reg_pos => 'REGION_POSITION_02',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 1,
p_theme_class_id => 16,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/popup
prompt ......Page template 3604816577626334
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#'||chr(10)||
'';
c3:=c3||''||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# '||chr(10)||
'#REGION_POSITION_03# '||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3604816577626334 + 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 => 1,
p_theme_class_id => 4,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/printer_friendly
prompt ......Page template 3604929990626334
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#'||chr(10)||
'';
c3:=c3||''||chr(10)||
''||chr(10)||
''||chr(10)||
'#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#
'||chr(10)||
'#BOX_BODY##REGION_POSITION_04# '||chr(10)||
'#REGION_POSITION_03# '||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3604929990626334 + 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=> '',
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=> '',
p_navigation_bar=> '',
p_navbar_entry=> '',
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 => 1,
p_theme_class_id => 5,
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 3605020333626334
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' &APP_USER.
'||chr(10)||
' #CUSTOMIZE#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO##REGION_POSITION_06# '||chr(10)||
' #REGION_POSITION_07# '||chr(10)||
' #NAVIGATION_BAR##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' ';
c3:=c3||' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' #TAB_CELLS# #REGION_POSITION_01#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3605020333626334 + 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=> ' '||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT# '||chr(10)||
' ',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> ' '||chr(10)||
'#TAB_LABEL# #TAB_INLINE_EDIT# '||chr(10)||
' ',
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 => 1,
p_theme_class_id => 2,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/two_level_tabs_with_side_bar
prompt ......Page template 3605127352626336
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)||
' '||chr(10)||
'#HEAD#'||chr(10)||
''||chr(10)||
'#FORM_OPEN#';
c2:=c2||''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' &APP_USER.
'||chr(10)||
' #CUSTOMIZE#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
''||chr(10)||
'';
c3:=c3||''||chr(10)||
' '||chr(10)||
' #LOGO##REGION_POSITION_06# '||chr(10)||
' #REGION_POSITION_07# '||chr(10)||
' #NAVIGATION_BAR##REGION_POSITION_08# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
''||chr(10)||
' '||chr(10)||
' ';
c3:=c3||' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' #TAB_CELLS# #REGION_POSITION_01#
'||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' #REGION_POSITION_02# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
';
wwv_flow_api.create_template(
p_id=> 3605127352626336 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs with Side Bar',
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=> ' '||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT# '||chr(10)||
' ',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> ' '||chr(10)||
'#TAB_LABEL# #TAB_INLINE_EDIT# '||chr(10)||
' ',
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 => 1,
p_theme_class_id => 18,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
prompt ...button templates
--
--application/shared_components/user_interface/templates/button/button
prompt ......Button Template 3605215500626338
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'';
wwv_flow_api.create_button_templates (
p_id=>3605215500626338 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_template=>t,
p_template_name=> 'Button',
p_translate_this_template => 'N',
p_theme_id => 1,
p_theme_class_id => 1,
p_template_comment => '');
end;
/
--application/shared_components/user_interface/templates/button/button_alternative_1
prompt ......Button Template 3605331525626340
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'';
wwv_flow_api.create_button_templates (
p_id=>3605331525626340 + 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 => 1,
p_theme_class_id => 4,
p_template_comment => '');
end;
/
--application/shared_components/user_interface/templates/button/button_alternative_2
prompt ......Button Template 3605427720626340
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'';
wwv_flow_api.create_button_templates (
p_id=>3605427720626340 + 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 => 1,
p_theme_class_id => 5,
p_template_comment => 'XP Square FFFFFF');
end;
/
--application/shared_components/user_interface/templates/button/button_alternative_3
prompt ......Button Template 3605510006626340
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'';
wwv_flow_api.create_button_templates (
p_id=>3605510006626340 + 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 => 1,
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 3605623129626340
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##COPY##CREATE##CREATE2##EXPAND##HELP# '||chr(10)||
' '||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3605623129626340 + 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 => '',
p_theme_id => 1,
p_theme_class_id => 7,
p_plug_heading_bgcolor => '',
p_plug_font_size => '',
p_translate_this_template => 'N',
p_template_comment => 'Use this region template when you want to contain content without a border.'||chr(10)||
''||chr(10)||
'TITLE=YES'||chr(10)||
'BUTTONS=YES'||chr(10)||
'100% WIDTH=NO');
end;
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 3605623129626340 + 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 3605712629626349
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##COPY##CREATE##CREATE2##EXPAND##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
' '||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3605712629626349 + 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 => '',
p_theme_id => 1,
p_theme_class_id => 18,
p_plug_heading_bgcolor => '',
p_plug_font_size => '',
p_translate_this_template => 'N',
p_template_comment => 'Use this region template when you want to contain content with a bracket UI.'||chr(10)||
''||chr(10)||
'TITLE=YES'||chr(10)||
'BUTTONS=YES'||chr(10)||
'100% WIDTH=NO');
end;
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 3605712629626349 + 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 3605804101626349
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 => 3605804101626349 + 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 => 1,
p_theme_class_id => 6,
p_plug_heading_bgcolor => '',
p_plug_font_size => '',
p_translate_this_template => 'N',
p_template_comment => 'Use this region template to contain breadcrumb menus. Breadcrumb menus are implemented using breadcrumbs. Breadcrumb menus are designed to displayed in #REGION_POSITION_01#');
end;
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 3605804101626349 + 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 3605927007626350
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#'||chr(10)||
'';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3605927007626350 + 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 => 1,
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=> 3605927007626350 + 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 3606002748626350
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)||
'#BODY#';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606002748626350 + 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 => '',
p_theme_id => 1,
p_theme_class_id => 17,
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=> 3606002748626350 + 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_list
prompt ......region template 3606107677626350
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
' '||chr(10)||
'#BODY#
'||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606107677626350 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_template => t,
p_page_plug_template_name=> 'Chart List',
p_plug_table_bgcolor => '#ffffff',
p_theme_id => 1,
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=> 3606107677626350 + 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 3606226991626350
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)||
''||chr(10)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||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 => 3606226991626350 + 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 => 1,
p_theme_class_id => 30,
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=> 3606226991626350 + 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 3606322352626350
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||'';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606322352626350 + 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 => 1,
p_theme_class_id => 8,
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=> 3606322352626350 + 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 3606411752626350
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)||
''||chr(10)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||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 => 3606411752626350 + 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 => '',
p_theme_id => 1,
p_theme_class_id => 1,
p_plug_heading_bgcolor => '',
p_plug_font_size => '',
p_translate_this_template => 'N',
p_template_comment => 'Gray Head, white body');
end;
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 3606411752626350 + 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 3606512300626350
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 => 3606512300626350 + 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 => 1,
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=> 3606512300626350 + 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 3606623765626350
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)||
''||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606623765626350 + 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 => 1,
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=> 3606623765626350 + 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_titles
prompt ......region template 3606702822626350
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)||
'';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606702822626350 + 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 Titles',
p_plug_table_bgcolor => '',
p_theme_id => 1,
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=> 3606702822626350 + 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 3606806725626350
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606806725626350 + 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 => 1,
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=> 3606806725626350 + 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/report_filter_single_row
prompt ......region template 3606909564626351
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)||
' '||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'#CLOSE# #EDIT##CHANGE##DELETE##CREATE##CREATE2##COPY##PREVIOUS##NEXT##EXPAND##HELP# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3606909564626351 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_template => t,
p_page_plug_template_name=> 'Report Filter - Single Row',
p_plug_table_bgcolor => '',
p_theme_id => 1,
p_theme_class_id => 31,
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=> 3606909564626351 + 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/report_list
prompt ......region template 3607022977626351
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
''||chr(10)||
'<';
t:=t||'td valign="top"> '||chr(10)||
'#BODY#
'||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607022977626351 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_template => t,
p_page_plug_template_name=> 'Report List',
p_plug_table_bgcolor => '#ffffff',
p_theme_id => 1,
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=> 3607022977626351 + 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 3607107249626351
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607107249626351 + 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 => 1,
p_theme_class_id => 9,
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=> 3607107249626351 + 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 3607210317626351
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607210317626351 + 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 => 1,
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=> 3607210317626351 + 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 3607301862626351
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607301862626351 + 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 => 1,
p_theme_class_id => 10,
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=> 3607301862626351 + 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 3607419445626352
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||' ';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607419445626352 + 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 => 1,
p_theme_class_id => 2,
p_plug_heading_bgcolor => '#f7f7e7',
p_plug_font_size => '-1',
p_translate_this_template => 'N',
p_template_comment => ''||chr(10)||
''||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
'');
end;
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 3607419445626352 + 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 3607519510626352
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||' ';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607519510626352 + 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 => 1,
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=> 3607519510626352 + 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 3607616300626352
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607616300626352 + 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 => 1,
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=> 3607616300626352 + 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 3607726988626352
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)||
'#CLOSE# #PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##HELP# '||chr(10)||
' '||chr(10)||
''||chr(10)||
''||chr(10)||
'';
t:=t||''||chr(10)||
' '||chr(10)||
'#BODY# '||chr(10)||
' '||chr(10)||
'
'||chr(10)||
' '||chr(10)||
'
';
t2 := null;
wwv_flow_api.create_plug_template (
p_id => 3607726988626352 + 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 => 1,
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=> 3607726988626352 + 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 3607817324626352
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 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>3607817324626352 + 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 => 1,
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/hierarchical_expanded
prompt ......list template 3607908579626359
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=>3607908579626359 + 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=>'Hierarchical Expanded',
p_theme_id => 1,
p_theme_class_id => 23,
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/hierarchical_expanding
prompt ......list template 3608008600626359
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=>3608008600626359 + 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=>'Hierarchical Expanding',
p_theme_id => 1,
p_theme_class_id => 22,
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/horizontal_images_with_label_list
prompt ......list template 3608122211626359
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=>3608122211626359 + 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 => 1,
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 3608212559626360
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=>3608212559626360 + 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 => 1,
p_theme_class_id => 3,
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/pull_down_menu
prompt ......list template 3608300376626360
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||' ';
t5:=t5||'';
t6:=t6||'';
t7:=t7||'';
t8:=t8||'';
wwv_flow_api.create_list_template (
p_id=>3608300376626360 + 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=>'Pull Down Menu',
p_theme_id => 1,
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/pull_down_menu_with_image
prompt ......list template 3608427758626360
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||' ';
t5:=t5||'';
t6:=t6||'';
t7:=t7||'';
t8:=t8||'';
wwv_flow_api.create_list_template (
p_id=>3608427758626360 + 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=>'Pull Down Menu with Image',
p_theme_id => 1,
p_theme_class_id => 21,
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/pull_down_menu_with_image_custom_1
prompt ......list template 3608506367626360
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||' ';
t5:=t5||'';
t6:=t6||'';
t7:=t7||'';
t8:=t8||'';
wwv_flow_api.create_list_template (
p_id=>3608506367626360 + 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=>'Pull Down Menu with Image (Custom 1)',
p_theme_id => 1,
p_theme_class_id => 9,
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/tabbed_navigation_list
prompt ......list template 3608620213626361
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=>3608620213626361 + 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 => 1,
p_theme_class_id => 7,
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_images_list
prompt ......list template 3608704275626361
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=>3608704275626361 + 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 => 1,
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_images_list_custom_2
prompt ......list template 3608805262626361
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# '||chr(10)||
'';
t2:=t2||'#TEXT# '||chr(10)||
'';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>3608805262626361 + 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 (Custom 2)',
p_theme_id => 1,
p_theme_class_id => 10,
p_list_template_before_rows=>'',
p_list_template_after_rows=>'
'||chr(10)||
'',
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 3608917795626361
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=>3608917795626361 + 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 => 1,
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 3609006367626361
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=>3609006367626361 + 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 => 1,
p_theme_class_id => 19,
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 3609126716626361
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=>3609126716626361 + 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 => 1,
p_theme_class_id => 1,
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_list_without_bullet
prompt ......list template 3609220088626361
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=>3609220088626361 + 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 without Bullet',
p_theme_id => 1,
p_theme_class_id => 18,
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/wizard_progress_list
prompt ......list template 3609315976626361
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=>3609315976626361 + 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 => 1,
p_theme_class_id => 17,
p_list_template_before_rows=>'',
p_list_template_after_rows=>'&DONE. '||chr(10)||
'
',
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 3609426675626361
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=> 3609426675626361 + 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_after_rows =>'
#EXTERNAL_LINK##CSV_LINK#
'||chr(10)||
' '||chr(10)||
'#PAGINATION#'||chr(10)||
'
',
p_row_template_table_attr =>'',
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=>'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_row_style_checked=>'#ccc',
p_theme_id => 1,
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 => 3609426675626361 + 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 3609527538626376
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=> 3609527538626376 + 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=>'#TOP_PAGINATION#'||chr(10)||
''||chr(10)||
'',
p_row_template_after_rows =>'
#EXTERNAL_LINK##CSV_LINK#
'||chr(10)||
' '||chr(10)||
'#PAGINATION#'||chr(10)||
'
',
p_row_template_table_attr =>'',
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=>''||chr(10)||
'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_row_style_checked=>'#ccc',
p_theme_id => 1,
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 => 3609527538626376 + 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 3609609767626377
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=> 3609609767626377 + 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#'||chr(10)||
'',
p_row_template_after_rows =>' #EXTERNAL_LINK##CSV_LINK#
'||chr(10)||
'#PAGINATION#'||chr(10)||
'
',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template=>'',
p_row_template_display_cond1=>'NOT_CONDITIONAL',
p_row_template_display_cond2=>'NOT_CONDITIONAL',
p_row_template_display_cond3=>'NOT_CONDITIONAL',
p_row_template_display_cond4=>'NOT_CONDITIONAL',
p_next_page_template=>'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_theme_id => 1,
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 => 3609609767626377 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'OMIT',
p_row_template_after_last =>'OMIT');
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/standard
prompt ......report template 3609703918626377
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=> 3609703918626377 + 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)||
''||chr(10)||
'',
p_row_template_after_rows =>'
#EXTERNAL_LINK##CSV_LINK#
'||chr(10)||
' '||chr(10)||
'#PAGINATION#'||chr(10)||
'
',
p_row_template_table_attr =>'',
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=>'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_row_style_checked=>'#ccc',
p_theme_id => 1,
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 => 3609703918626377 + 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 3609805305626377
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=> 3609805305626377 + 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)||
''||chr(10)||
'',
p_row_template_after_rows =>'
#EXTERNAL_LINK##CSV_LINK#
'||chr(10)||
' '||chr(10)||
'#PAGINATION#'||chr(10)||
'
'||chr(10)||
''||chr(10)||
''||chr(10)||
'
',
p_row_template_table_attr =>'',
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=>'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_row_style_checked=>'#CCCCCC',
p_theme_id => 1,
p_theme_class_id => 7,
p_translate_this_template => 'N',
p_row_template_comment=> 'This is a deprecated template.'||chr(10)||
''||chr(10)||
'Reports using this template should be switched to to a standard template and the Enable Partial Page Refresh attribute should be enabled.');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 3609805305626377 + 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 3609918710626378
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'#COLUMN_VALUE# ';
c2:=c2||'#COLUMN_VALUE# ';
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 3609918710626378 + 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=>''||chr(10)||
'#TOP_PAGINATION#'||chr(10)||
'',
p_row_template_after_rows =>'
#EXTERNAL_LINK##CSV_LINK#
'||chr(10)||
' '||chr(10)||
'#PAGINATION#'||chr(10)||
'
',
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=>'0',
p_row_template_display_cond3=>'0',
p_row_template_display_cond4=>'ODD_ROW_NUMBERS',
p_next_page_template=>''||chr(10)||
'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_row_style_checked=>'#ccc',
p_theme_id => 1,
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 => 3609918710626378 + 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 3610016302626378
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=> 3610016302626378 + 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=>'#TOP_PAGINATION#',
p_row_template_after_rows =>'
#EXTERNAL_LINK##CSV_LINK#
#PAGINATION#
',
p_row_template_table_attr =>'',
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=>'',
p_previous_page_template=>'',
p_next_set_template=>'',
p_previous_set_template=>'',
p_theme_id => 1,
p_theme_class_id => 6,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
prompt ...label templates
--
--application/shared_components/user_interface/templates/label/no_label
prompt ......label template 3610122081626379
begin
begin
wwv_flow_api.create_field_template (
p_id=> 3610122081626379 + 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 => 1,
p_theme_class_id => 13,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/label/optional
prompt ......label template 3610213396626384
begin
begin
wwv_flow_api.create_field_template (
p_id=> 3610213396626384 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Optional',
p_template_body1=>'',
p_template_body2=>' ',
p_on_error_before_label=>'',
p_on_error_after_label=>' #ERROR_MESSAGE#
',
p_theme_id => 1,
p_theme_class_id => 3,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/label/optional_with_help
prompt ......label template 3610330006626384
begin
begin
wwv_flow_api.create_field_template (
p_id=> 3610330006626384 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Optional with help',
p_template_body1=>'',
p_template_body2=>' ',
p_on_error_before_label=>'',
p_on_error_after_label=>' #ERROR_MESSAGE#
',
p_theme_id => 1,
p_theme_class_id => 1,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/label/required
prompt ......label template 3610432017626384
begin
begin
wwv_flow_api.create_field_template (
p_id=> 3610432017626384 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Required',
p_template_body1=>'',
p_template_body2=>' ',
p_on_error_before_label=>'',
p_on_error_after_label=>' #ERROR_MESSAGE#
',
p_theme_id => 1,
p_theme_class_id => 4,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/label/required_with_help
prompt ......label template 3610508749626384
begin
begin
wwv_flow_api.create_field_template (
p_id=> 3610508749626384 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Required with help',
p_template_body1=>'',
p_template_body2=>' ',
p_on_error_before_label=>'',
p_on_error_after_label=>' #ERROR_MESSAGE#
',
p_theme_id => 1,
p_theme_class_id => 2,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
prompt ...breadcrumb templates
--
--application/shared_components/user_interface/templates/breadcrumb/breadcrumb_menu
prompt ......template 3610622017626384
begin
begin
wwv_flow_api.create_menu_template (
p_id=> 3610622017626384 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=>'Breadcrumb Menu',
p_before_first=>'',
p_max_levels=>12,
p_start_with_node=>'PARENT_TO_LEAF',
p_theme_id => 1,
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 3610710237626389
begin
begin
wwv_flow_api.create_menu_template (
p_id=> 3610710237626389 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=>'Hierarchical Menu',
p_before_first=>'',
p_max_levels=>11,
p_start_with_node=>'CHILD_MENU',
p_theme_id => 1,
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 3611406579626399
begin
begin
wwv_flow_api.create_popup_lov_template (
p_id=> 3611406579626399 + 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="margin:0;"',
p_before_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 => 1,
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 3610801382626390
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 3610801382626390 + 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)||
' #IMONTH# #YYYY# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' ',
p_month_open_format=> '',
p_month_close_format=> '
'||chr(10)||
' '||chr(10)||
'
'||chr(10)||
'',
p_day_title_format=> '#DD#
',
p_day_open_format=> '',
p_day_close_format=> ' ',
p_today_open_format=> '',
p_weekend_title_format=> '#DD#
',
p_weekend_open_format => ' ',
p_weekend_close_format => ' ',
p_nonday_title_format => '#DD#
',
p_nonday_open_format => '',
p_nonday_close_format => ' ',
p_week_title_format => '',
p_week_open_format => '',
p_week_close_format => ' ',
p_daily_title_format => ' #IMONTH# #DD#, #YYYY# ',
p_daily_open_format => ' ',
p_daily_close_format => ' ',
p_weekly_title_format => ''||chr(10)||
''||chr(10)||
'#WTITLE# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'',
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 => 1,
p_theme_class_id => 1,
p_reference_id=> null);
end;
null;
end;
/
--application/shared_components/user_interface/templates/calendar/calendar_alternative_1
prompt ......template 3611021525626395
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 3611021525626395 + 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)||
' #IMONTH# #YYYY# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' ',
p_month_open_format=> '',
p_month_close_format=> '
'||chr(10)||
' '||chr(10)||
'
'||chr(10)||
'',
p_day_title_format=> '#DD#
',
p_day_open_format=> '',
p_day_close_format=> ' ',
p_today_open_format=> '',
p_weekend_title_format=> '#DD#
',
p_weekend_open_format => ' ',
p_weekend_close_format => ' ',
p_nonday_title_format => '#DD#
',
p_nonday_open_format => '',
p_nonday_close_format => ' ',
p_week_title_format => '',
p_week_open_format => '',
p_week_close_format => ' ',
p_daily_title_format => ' #IMONTH# #DD#, #YYYY# ',
p_daily_open_format => ' ',
p_daily_close_format => ' ',
p_weekly_title_format => ''||chr(10)||
''||chr(10)||
'#WTITLE# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'',
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 => 1,
p_theme_class_id => 2,
p_reference_id=> null);
end;
null;
end;
/
--application/shared_components/user_interface/templates/calendar/small_calendar
prompt ......template 3611226925626395
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 3611226925626395 + 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=> '#DY# ',
p_month_title_format=> ' '||chr(10)||
' '||chr(10)||
' #IMONTH# #YYYY# '||chr(10)||
' '||chr(10)||
' '||chr(10)||
' ',
p_month_open_format=> '',
p_month_close_format=> '
'||chr(10)||
' '||chr(10)||
'
',
p_day_title_format=> '#DD#
',
p_day_open_format=> '',
p_day_close_format=> ' ',
p_today_open_format=> '',
p_weekend_title_format=> '#DD#
',
p_weekend_open_format => ' ',
p_weekend_close_format => ' ',
p_nonday_title_format => '#DD#
',
p_nonday_open_format => '',
p_nonday_close_format => ' ',
p_week_title_format => '',
p_week_open_format => '',
p_week_close_format => ' ',
p_daily_title_format => ' #IMONTH# #DD#, #YYYY# ',
p_daily_open_format => ' ',
p_daily_close_format => ' ',
p_weekly_title_format => ''||chr(10)||
''||chr(10)||
'#WTITLE# '||chr(10)||
' '||chr(10)||
''||chr(10)||
'',
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 => 1,
p_theme_class_id => 3,
p_reference_id=> null);
end;
null;
end;
/
prompt ...application themes
--
--application/shared_components/user_interface/themes/red
prompt ......theme 3611501804626400
begin
wwv_flow_api.create_theme (
p_id =>3611501804626400 + wwv_flow_api.g_id_offset,
p_flow_id =>wwv_flow.g_flow_id,
p_theme_id => 1,
p_theme_name=>'Red',
p_default_page_template=>3604610671626332 + wwv_flow_api.g_id_offset,
p_error_template=>3604610671626332 + wwv_flow_api.g_id_offset,
p_printer_friendly_template=>3604929990626334 + wwv_flow_api.g_id_offset,
p_breadcrumb_display_point=>'REGION_POSITION_01',
p_sidebar_display_point=>'REGION_POSITION_02',
p_login_template=>3604326733626318 + wwv_flow_api.g_id_offset,
p_default_button_template=>3605215500626338 + wwv_flow_api.g_id_offset,
p_default_region_template=>3607107249626351 + wwv_flow_api.g_id_offset,
p_default_chart_template =>3606226991626350 + wwv_flow_api.g_id_offset,
p_default_form_template =>3606322352626350 + wwv_flow_api.g_id_offset,
p_default_reportr_template =>3607107249626351 + wwv_flow_api.g_id_offset,
p_default_tabform_template=>3607107249626351 + wwv_flow_api.g_id_offset,
p_default_wizard_template=>3607616300626352 + wwv_flow_api.g_id_offset,
p_default_menur_template=>3605804101626349 + wwv_flow_api.g_id_offset,
p_default_listr_template=>3606107677626350 + wwv_flow_api.g_id_offset,
p_default_report_template =>3609703918626377 + wwv_flow_api.g_id_offset,
p_default_label_template=>3610330006626384 + wwv_flow_api.g_id_offset,
p_default_menu_template=>3610622017626384 + wwv_flow_api.g_id_offset,
p_default_calendar_template=>3610801382626390 + wwv_flow_api.g_id_offset,
p_default_list_template=>3609126716626361 + wwv_flow_api.g_id_offset,
p_default_option_label=>3610330006626384 + wwv_flow_api.g_id_offset,
p_default_required_label=>3610508749626384 + wwv_flow_api.g_id_offset);
end;
/
prompt ...build options used by application 128
--
begin
null;
end;
/
--application/shared_components/globalization/messages
prompt ...messages used by application: 128
--
--application/shared_components/globalization/dyntranslations
prompt ...dynamic translations used by application: 128
--
--application/shared_components/globalization/language
prompt ...Language Maps for Application 128
--
begin
null;
end;
/
prompt ...Shortcuts
--
prompt ...web services (9iR2 or better)
--
prompt ...shared queries
--
prompt ...report layouts
--
prompt ...authentication schemes
--
--application/shared_components/security/authentication/html_db
prompt ......scheme 3611624556626428
begin
declare
s1 varchar2(32767) := null;
s2 varchar2(32767) := null;
s3 varchar2(32767) := null;
s4 varchar2(32767) := null;
s5 varchar2(32767) := null;
begin
s1 := null;
s2 := null;
s3 := null;
s4:=s4||'-BUILTIN-';
s5 := null;
wwv_flow_api.create_auth_setup (
p_id=> 3611624556626428 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'HTML DB',
p_description=>'Use internal Application Express account credentials and login page in this application.',
p_page_sentry_function=> s1,
p_sess_verify_function=> s2,
p_pre_auth_process=> s3,
p_auth_function=> s4,
p_post_auth_process=> s5,
p_invalid_session_page=>'101',
p_invalid_session_url=>'',
p_cookie_name=>'',
p_cookie_path=>'',
p_cookie_domain=>'',
p_ldap_host=>'',
p_ldap_port=>'',
p_ldap_string=>'',
p_attribute_01=>'',
p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1',
p_attribute_03=>'',
p_attribute_04=>'',
p_attribute_05=>'',
p_attribute_06=>'',
p_attribute_07=>'',
p_attribute_08=>'',
p_required_patch=>'');
end;
null;
end;
/
--application/shared_components/security/authentication/database
prompt ......scheme 3611730294626433
begin
declare
s1 varchar2(32767) := null;
s2 varchar2(32767) := null;
s3 varchar2(32767) := null;
s4 varchar2(32767) := null;
s5 varchar2(32767) := null;
begin
s1:=s1||'-DATABASE-';
s2 := null;
s3 := null;
s4 := null;
s5 := null;
wwv_flow_api.create_auth_setup (
p_id=> 3611730294626433 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'DATABASE',
p_description=>'Use database authentication (user identified by DAD).',
p_page_sentry_function=> s1,
p_sess_verify_function=> s2,
p_pre_auth_process=> s3,
p_auth_function=> s4,
p_post_auth_process=> s5,
p_invalid_session_page=>'',
p_invalid_session_url=>'',
p_cookie_name=>'',
p_cookie_path=>'',
p_cookie_domain=>'',
p_ldap_host=>'',
p_ldap_port=>'',
p_ldap_string=>'',
p_attribute_01=>'',
p_attribute_02=>'',
p_attribute_03=>'',
p_attribute_04=>'',
p_attribute_05=>'',
p_attribute_06=>'',
p_attribute_07=>'',
p_attribute_08=>'',
p_required_patch=>'');
end;
null;
end;
/
--application/shared_components/security/authentication/database_account
prompt ......scheme 3611830604626434
begin
declare
s1 varchar2(32767) := null;
s2 varchar2(32767) := null;
s3 varchar2(32767) := null;
s4 varchar2(32767) := null;
s5 varchar2(32767) := null;
begin
s1 := null;
s2 := null;
s3 := null;
s4:=s4||'return false; end;--';
s5 := null;
wwv_flow_api.create_auth_setup (
p_id=> 3611830604626434 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'DATABASE ACCOUNT',
p_description=>'Use database account credentials.',
p_page_sentry_function=> s1,
p_sess_verify_function=> s2,
p_pre_auth_process=> s3,
p_auth_function=> s4,
p_post_auth_process=> s5,
p_invalid_session_page=>'101',
p_invalid_session_url=>'',
p_cookie_name=>'',
p_cookie_path=>'',
p_cookie_domain=>'',
p_ldap_host=>'',
p_ldap_port=>'',
p_ldap_string=>'',
p_attribute_01=>'',
p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1',
p_attribute_03=>'',
p_attribute_04=>'',
p_attribute_05=>'',
p_attribute_06=>'',
p_attribute_07=>'',
p_attribute_08=>'',
p_required_patch=>'');
end;
null;
end;
/
--application/shared_components/security/authentication/none
prompt ......scheme 3616424741643460
begin
declare
s1 varchar2(32767) := null;
s2 varchar2(32767) := null;
s3 varchar2(32767) := null;
s4 varchar2(32767) := null;
s5 varchar2(32767) := null;
begin
s1:=s1||'-DATABASE-';
s2 := null;
s3 := null;
s4 := null;
s5 := null;
wwv_flow_api.create_auth_setup (
p_id=> 3616424741643460 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'None',
p_description=>'Based on authentication scheme from gallery:No Authentication (using DAD)',
p_page_sentry_function=> s1,
p_sess_verify_function=> s2,
p_pre_auth_process=> s3,
p_auth_function=> s4,
p_post_auth_process=> s5,
p_invalid_session_page=>'',
p_invalid_session_url=>'',
p_cookie_name=>'',
p_cookie_path=>'',
p_cookie_domain=>'',
p_ldap_host=>'',
p_ldap_port=>'',
p_ldap_string=>'',
p_attribute_01=>'',
p_attribute_02=>'',
p_attribute_03=>'',
p_attribute_04=>'',
p_attribute_05=>'',
p_attribute_06=>'',
p_attribute_07=>'',
p_attribute_08=>'',
p_required_patch=>'');
end;
null;
end;
/
--application/end_environment
commit;
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