rendered paste bodyset 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 99556565 - Help Desk
--
-- Application Export:
-- Application: 99556565
-- Name: Help Desk
-- Date and Time: 20:02 Monday January 30, 2012
-- Exported By: HOLT
-- Flashback: 0
-- Export Type: Application Export
-- Version: 4.0.2.00.09
-- Import:
-- Using application builder
-- or
-- Using SQL*Plus as the Oracle user APEX_040000 or as the owner (parsing schema) of the application.
-- Application Statistics:
-- Pages: 4
-- Items: 8
-- Computations: 0
-- Validations: 0
-- Processes: 7
-- Regions: 5
-- Buttons: 2
-- Dynamic Actions: 0
-- Shared Components
-- Breadcrumbs: 1
-- Entries 2
-- Items: 1
-- Computations: 0
-- Processes: 0
-- Parent Tabs: 0
-- Tab Sets: 1
-- Tabs: 1
-- NavBars: 2
-- Lists: 1
-- Shortcuts: 0
-- Themes: 1
-- Templates:
-- Page: 15
-- List: 15
-- Report: 9
-- 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 APEX_040000 or as the owner (parsing schema) of the application.
wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,4874410787254682));
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'; 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=>'2010.05.13');
end;
/
prompt Set Application ID...
begin
-- SET APPLICATION ID
wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,99556565);
wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
null;
end;
/
--application/delete_application
begin
-- Remove Application
wwv_flow_api.remove_flow(nvl(wwv_flow_application_install.get_application_id,99556565));
end;
/
begin
wwv_flow_audit.remove_audit_trail(nvl(wwv_flow_application_install.get_application_id,99556565));
null;
end;
/
--application/create_application
begin
wwv_flow_api.create_flow(
p_id => nvl(wwv_flow_application_install.get_application_id,99556565),
p_display_id=> nvl(wwv_flow_application_install.get_application_id,99556565),
p_owner => nvl(wwv_flow_application_install.get_schema,'HOLT'),
p_name => nvl(wwv_flow_application_install.get_application_name,'Help Desk'),
p_alias => nvl(wwv_flow_application_install.get_application_alias,'F99556565'),
p_page_view_logging => 'YES',
p_default_page_template=> 6955625899384910 + wwv_flow_api.g_id_offset,
p_printer_friendly_template=> 6955817144384913 + wwv_flow_api.g_id_offset,
p_default_region_template=> 6958124487384931 + wwv_flow_api.g_id_offset,
p_error_template=> 6955625899384910 + wwv_flow_api.g_id_offset,
p_page_protection_enabled_y_n=> 'Y',
p_checksum_salt_last_reset => '20120130182811',
p_max_session_length_sec=> 28800,
p_home_link=> 'f?p=&APP_ID.:1:&SESSION.',
p_flow_language=> 'en',
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
p_allow_feedback_yn=> 'N',
p_date_format=> 'DD-MM-YY',
p_flow_image_prefix => nvl(wwv_flow_application_install.get_image_prefix,'/i/'),
p_publish_yn=> 'N',
p_documentation_banner=> '',
p_authentication=> 'CUSTOM2',
p_login_url=> '',
p_logout_url=> 'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1',
p_application_tab_set=> 0,
p_public_url_prefix => '',
p_public_user=> '',
p_dbauth_url_prefix => '',
p_proxy_server=> nvl(wwv_flow_application_install.get_proxy,''),
p_cust_authentication_process=> '.'||to_char(6962817926384949 + 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_default_error_display_loc=> 'INLINE_WITH_FIELD_AND_NOTIFICATION',
p_theme_id => 2,
p_default_label_template => 6961515215384943 + wwv_flow_api.g_id_offset,
p_default_report_template => 6960927687384943 + wwv_flow_api.g_id_offset,
p_default_list_template => 6960022211384940 + wwv_flow_api.g_id_offset,
p_default_menu_template => 6961818105384943 + wwv_flow_api.g_id_offset,
p_default_button_template => 6956302790384923 + wwv_flow_api.g_id_offset,
p_default_chart_template => 6957227466384930 + wwv_flow_api.g_id_offset,
p_default_form_template => 6957305717384930 + wwv_flow_api.g_id_offset,
p_default_wizard_template => 6958704419384936 + wwv_flow_api.g_id_offset,
p_default_tabform_template => 6958124487384931 + wwv_flow_api.g_id_offset,
p_default_reportr_template =>6958124487384931 + wwv_flow_api.g_id_offset,
p_default_menur_template => 6956920417384930 + wwv_flow_api.g_id_offset,
p_default_listr_template => 6957514276384930 + wwv_flow_api.g_id_offset,
p_last_updated_by => 'HOLT',
p_last_upd_yyyymmddhh24miss=> '20120130182811',
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 => 6965930310424289 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence=> 10,
p_icon_image => '',
p_icon_subtext=> 'Login',
p_icon_target=> 'f?p=&APP_ID.:101:&SESSION.::&DEBUG.:::',
p_icon_image_alt=> 'Login',
p_icon_height=> null,
p_icon_width=> null,
p_icon_height2=> null,
p_icon_width2=> null,
p_nav_entry_is_feedback_yn => 'N',
p_icon_bar_disp_cond=> '',
p_icon_bar_disp_cond_type=> 'USER_IS_PUBLIC_USER',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 6963125906384949 + 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_nav_entry_is_feedback_yn => 'N',
p_icon_bar_disp_cond=> '',
p_icon_bar_disp_cond_type=> 'USER_IS_NOT_PUBLIC_USER',
p_begins_on_new_line=> 'NO',
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=> 6965306284407860 + 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_item_comment=> '');
null;
end;
/
prompt ...application level computations
--
begin
null;
end;
/
prompt ...Application Tabs
--
begin
--application/shared_components/navigation/tabs/standard/t_home
wwv_flow_api.create_tab (
p_id=> 6964524970384969 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_tab_set=> 'TS1',
p_tab_sequence=> 10,
p_tab_name=> 'T_HOME',
p_tab_text => 'Home',
p_tab_step => 1,
p_tab_also_current_for_pages => '2',
p_tab_parent_tabset=>'',
p_tab_comment => '');
end;
/
prompt ...Application Parent Tabs
--
begin
null;
end;
/
prompt ...Shared Lists of values
--
--application/shared_components/user_interface/lov/techs
begin
wwv_flow_api.create_list_of_values (
p_id => 6968531438112485 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'TECHS',
p_lov_query=> '.'||to_char(6968531438112485 + wwv_flow_api.g_id_offset)||'.');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6968806172112492 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>1,
p_lov_disp_value=>'Scott',
p_lov_return_value=>'SCOTT',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6969007036112496 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>2,
p_lov_disp_value=>'Doug',
p_lov_return_value=>'DOUG',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6969200983112496 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>3,
p_lov_disp_value=>'Karen',
p_lov_return_value=>'KAREN',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6969419072112496 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>4,
p_lov_disp_value=>'Martin',
p_lov_return_value=>'MARTIN',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6969614071112496 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>5,
p_lov_disp_value=>'Patrick',
p_lov_return_value=>'PATRICK',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6969815903112496 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>6,
p_lov_disp_value=>'Tim',
p_lov_return_value=>'TIM',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>6970032424112496 + wwv_flow_api.g_id_offset,
p_lov_id=>6968531438112485 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>7,
p_lov_disp_value=>'Tony',
p_lov_return_value=>'TONY',
p_lov_data_comment=> '');
null;
end;
/
--application/shared_components/user_interface/lov/users
begin
wwv_flow_api.create_list_of_values (
p_id => 6970230183121596 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'USERS',
p_lov_query=> 'SELECT DISTINCT INITCAP(Created_by) d, created_by r FROM tickets ORDER BY created_by');
null;
end;
/
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
wwv_flow_api.create_page (
p_flow_id => wwv_flow.g_flow_id
,p_id => 0
,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_cache_page_yn => 'N'
,p_last_updated_by => 'HOLT'
,p_last_upd_yyyymmddhh24miss => '20120123183217'
);
null;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s := null;
wwv_flow_api.create_page_plug (
p_id=> 6967008123897597 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 0,
p_plug_name=> 'Breadcrumbs',
p_region_name=>'',
p_plug_template=> 6956920417384930+ wwv_flow_api.g_id_offset,
p_plug_display_sequence=> 10,
p_plug_display_column=> 1,
p_plug_display_point=> 'REGION_POSITION_01',
p_plug_source=> s,
p_plug_source_type=> 'M'|| to_char(6964214442384969 + wwv_flow_api.g_id_offset),
p_menu_template_id=> 6961818105384943+ 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;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s := null;
wwv_flow_api.create_page_plug (
p_id=> 6968202994075875 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 0,
p_plug_name=> 'Actions',
p_region_name=>'',
p_plug_template=> 6958521951384936+ wwv_flow_api.g_id_offset,
p_plug_display_sequence=> 20,
p_plug_display_column=> 1,
p_plug_display_point=> 'REGION_POSITION_03',
p_plug_source=> s,
p_plug_source_type=> 6967510912049765 + wwv_flow_api.g_id_offset,
p_plug_display_error_message=> '#SQLERRM#',
p_plug_query_row_template=> 1,
p_plug_query_headings_type=> 'QUERY_COLUMNS',
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 => 'FUNCTION_BODY',
p_plug_display_when_condition => 'IF :APP_PAGE_ID <100 THEN'||chr(10)||
'RETURN TRUE;'||chr(10)||
'ELSE'||chr(10)||
'RETURN FALSE;'||chr(10)||
'END IF;',
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 0
--
begin
null;
end;
null;
end;
/
--application/pages/page_00001
prompt ...PAGE 1: Home
--
begin
wwv_flow_api.create_page (
p_flow_id => wwv_flow.g_flow_id
,p_id => 1
,p_tab_set => 'TS1'
,p_name => 'Home'
,p_step_title => 'Home'
,p_allow_duplicate_submissions => 'Y'
,p_step_sub_title => 'Home'
,p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS'
,p_first_item => 'AUTO_FIRST_ITEM'
,p_include_apex_css_js_yn => 'Y'
,p_autocomplete_on_off => 'ON'
,p_page_is_public_y_n => 'Y'
,p_protection_level => 'N'
,p_cache_page_yn => 'N'
,p_cache_timeout_seconds => 21600
,p_cache_by_user_yn => 'N'
,p_help_text =>
'No help is available for this page.'
,p_last_updated_by => 'HOLT'
,p_last_upd_yyyymmddhh24miss => '20120119203346'
);
null;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s:=s||'<h1>Welcome to the APEX Issue Tracking System</h1>'||chr(10)||
'<br>Select an option from the list';
wwv_flow_api.create_page_plug (
p_id=> 6964621180384969 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 1,
p_plug_name=> 'APEX Issue Tracker',
p_region_name=>'',
p_plug_template=> 6958124487384931+ 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;
/
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: Create a Ticket
--
begin
wwv_flow_api.create_page (
p_flow_id => wwv_flow.g_flow_id
,p_id => 2
,p_tab_set => 'TS1'
,p_name => 'Create a Ticket'
,p_step_title => 'Create a Ticket'
,p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS'
,p_include_apex_css_js_yn => 'Y'
,p_cache_page_yn => 'N'
,p_help_text =>
'No help is available for this page.'
,p_last_updated_by => 'HOLT'
,p_last_upd_yyyymmddhh24miss => '20120130182811'
);
null;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s := null;
wwv_flow_api.create_page_plug (
p_id=> 6973026408504645 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 2,
p_plug_name=> 'Create a Ticket',
p_region_name=>'',
p_plug_template=> 6957305717384930+ 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_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 => '',
p_plug_caching=> 'NOT_CACHED',
p_plug_comment=> '');
end;
/
begin
wwv_flow_api.create_page_button(
p_id => 6973414406504651 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_flow_step_id => 2,
p_button_sequence=> 10,
p_button_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_button_name => 'CANCEL',
p_button_image => 'template:'||to_char(6956302790384923+wwv_flow_api.g_id_offset),
p_button_image_alt=> 'Cancel',
p_button_position=> 'REGION_TEMPLATE_CLOSE',
p_button_alignment=> 'RIGHT',
p_button_redirect_url=> 'f?p=&APP_ID.:1:&SESSION.::&DEBUG.:::',
p_required_patch => null + wwv_flow_api.g_id_offset);
wwv_flow_api.create_page_button(
p_id => 6973215109504651 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_flow_step_id => 2,
p_button_sequence=> 40,
p_button_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_button_name => 'CREATE',
p_button_image => 'template:'||to_char(6956302790384923+wwv_flow_api.g_id_offset),
p_button_image_alt=> 'Create a Ticket',
p_button_position=> 'REGION_TEMPLATE_CREATE',
p_button_alignment=> 'RIGHT',
p_button_redirect_url=> '',
p_button_execute_validations=>'Y',
p_button_condition=> 'P2_TICKET_ID',
p_button_condition_type=> 'ITEM_IS_NULL',
p_database_action=>'INSERT',
p_required_patch => null + wwv_flow_api.g_id_offset);
end;
/
begin
wwv_flow_api.create_page_branch(
p_id=>6973615231504655 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_branch_action=> 'f?p=&APP_ID.:1:&SESSION.&success_msg=#SUCCESS_MSG#',
p_branch_point=> 'AFTER_PROCESSING',
p_branch_type=> 'REDIRECT_URL',
p_branch_sequence=> 1,
p_save_state_before_branch_yn=>'Y',
p_branch_comment=> '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6973807570504661 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_TICKET_ID',
p_data_type=> 'VARCHAR',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 1,
p_item_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'NO',
p_prompt=>'Ticket Id',
p_source=>'TICKET_ID',
p_source_type=> 'DB_COLUMN',
p_display_as=> 'NATIVE_HIDDEN',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> null,
p_cMaxlength=> null,
p_cHeight=> null,
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=> 6961515215384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_attribute_01 => 'Y',
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6974007794504679 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_SUBJECT',
p_data_type=> 'VARCHAR',
p_is_required=> true,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 20,
p_item_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'NO',
p_item_default_type=> 'STATIC_TEXT_WITH_SUBSTITUTIONS',
p_prompt=>'Subject',
p_source=>'SUBJECT',
p_source_type=> 'DB_COLUMN',
p_display_as=> 'NATIVE_TEXT_FIELD',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 32,
p_cMaxlength=> 255,
p_cHeight=> 1,
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=> 6961724332384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_lov_display_extra=>'YES',
p_protection_level => 'N',
p_escape_on_http_output => 'Y',
p_attribute_01 => 'N',
p_attribute_02 => 'N',
p_show_quick_picks=>'N',
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6974208479504684 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_DESCRIPTION',
p_data_type=> 'VARCHAR',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 30,
p_item_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'NO',
p_prompt=>'Description',
p_source=>'DESCRIPTION',
p_source_type=> 'DB_COLUMN',
p_display_as=> 'NATIVE_TEXTAREA',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 60,
p_cMaxlength=> 4000,
p_cHeight=> 4,
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=> 6961515215384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_attribute_01 => 'Y',
p_attribute_02 => 'N',
p_attribute_03 => 'N',
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6974420044504685 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_CREATED_BY',
p_data_type=> 'VARCHAR',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 70,
p_item_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'NO',
p_item_default_type=> 'STATIC_TEXT_WITH_SUBSTITUTIONS',
p_prompt=>'Created By',
p_source=>'CREATED_BY',
p_source_type=> 'DB_COLUMN',
p_display_as=> 'NATIVE_TEXT_FIELD',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 20,
p_cMaxlength=> 50,
p_cHeight=> 1,
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=> 6961724332384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_lov_display_extra=>'YES',
p_protection_level => 'N',
p_escape_on_http_output => 'Y',
p_attribute_01 => 'N',
p_attribute_02 => 'N',
p_show_quick_picks=>'N',
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6974605749504685 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 2,
p_name=>'P2_STATUS_ID',
p_data_type=> 'VARCHAR',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 80,
p_item_plug_id => 6973026408504645+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> 'NO',
p_prompt=>'Status Id',
p_source=>'STATUS_ID',
p_source_type=> 'DB_COLUMN',
p_display_as=> 'NATIVE_NUMBER_FIELD',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 32,
p_cMaxlength=> 255,
p_cHeight=> 1,
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=> 6961515215384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_attribute_03 => 'right',
p_item_comment => '');
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'F|#OWNER#:TICKETS:P2_TICKET_ID:TICKET_ID';
wwv_flow_api.create_page_process(
p_id => 6974920165504687 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 2,
p_process_sequence=> 10,
p_process_point=> 'AFTER_HEADER',
p_process_type=> 'DML_FETCH_ROW',
p_process_name=> 'Fetch Row from TICKETS',
p_process_sql_clob => p,
p_process_error_message=> 'Unable to fetch row.',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'#OWNER#:TICKETS:P2_TICKET_ID:TICKET_ID|I';
wwv_flow_api.create_page_process(
p_id => 6975131843504690 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 2,
p_process_sequence=> 30,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'DML_PROCESS_ROW',
p_process_name=> 'Process Row of TICKETS',
p_process_sql_clob => p,
p_process_error_message=> 'Unable to process row of table TICKETS.',
p_process_success_message=> 'Action Processed.',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'2';
wwv_flow_api.create_page_process(
p_id => 6975302172504690 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 2,
p_process_sequence=> 40,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'CLEAR_CACHE_FOR_PAGES',
p_process_name=> 'reset page',
p_process_sql_clob => p,
p_process_error_message=> '',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
---------------------------------------
-- ...updatable report columns for page 2
--
begin
null;
end;
null;
end;
/
--application/pages/page_00101
prompt ...PAGE 101: Login
--
begin
wwv_flow_api.create_page (
p_flow_id => wwv_flow.g_flow_id
,p_id => 101
,p_name => 'Login'
,p_alias => 'LOGIN'
,p_step_title => 'Login'
,p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS'
,p_first_item => 'AUTO_FIRST_ITEM'
,p_include_apex_css_js_yn => 'Y'
,p_autocomplete_on_off => 'OFF'
,p_step_template => 6954829042384904 + wwv_flow_api.g_id_offset
,p_page_is_public_y_n => 'N'
,p_cache_page_yn => 'N'
,p_last_upd_yyyymmddhh24miss => '20120119202903'
);
null;
end;
/
declare
s varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
s := null;
wwv_flow_api.create_page_plug (
p_id=> 6963402803384957 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_page_id=> 101,
p_plug_name=> 'Login',
p_region_name=>'',
p_plug_template=> 6957305717384930+ 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_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
wwv_flow_api.create_page_item(
p_id=>6963531407384960 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 101,
p_name=>'P101_USERNAME',
p_data_type=> '',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 10,
p_item_plug_id => 6963402803384957+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> '',
p_prompt=>'Username',
p_display_as=> 'NATIVE_TEXT_FIELD',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 40,
p_cMaxlength=> 100,
p_cHeight=> null,
p_begin_on_new_line=> 'YES',
p_begin_on_new_field=> 'YES',
p_colspan=> 2,
p_rowspan=> 1,
p_label_alignment=> 'RIGHT',
p_field_alignment=> 'LEFT',
p_field_template=> 6961515215384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_attribute_01 => 'N',
p_attribute_02 => 'N',
p_attribute_03 => 'N',
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6963632248384965 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 101,
p_name=>'P101_PASSWORD',
p_data_type=> '',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 20,
p_item_plug_id => 6963402803384957+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> '',
p_prompt=>'Password',
p_display_as=> 'NATIVE_PASSWORD',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> 40,
p_cMaxlength=> 100,
p_cHeight=> null,
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=> 6961515215384943+wwv_flow_api.g_id_offset,
p_is_persistent=> 'Y',
p_attribute_01 => 'Y',
p_attribute_02 => 'Y',
p_item_comment => '');
end;
/
declare
h varchar2(32767) := null;
begin
wwv_flow_api.create_page_item(
p_id=>6963702558384965 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id=> 101,
p_name=>'P101_LOGIN',
p_data_type=> '',
p_is_required=> false,
p_accept_processing=> 'REPLACE_EXISTING',
p_item_sequence=> 30,
p_item_plug_id => 6963402803384957+wwv_flow_api.g_id_offset,
p_use_cache_before_default=> '',
p_item_default=> 'Login',
p_prompt=>'Login',
p_source=>'LOGIN',
p_source_type=> 'STATIC',
p_display_as=> 'BUTTON',
p_lov_display_null=> 'NO',
p_lov_translated=> 'N',
p_cSize=> null,
p_cMaxlength=> null,
p_cHeight=> null,
p_tag_attributes => 'template:'||to_char(6956302790384923 + wwv_flow_api.g_id_offset),
p_begin_on_new_line=> 'NO',
p_begin_on_new_field=> 'YES',
p_colspan=> 1,
p_rowspan=> 1,
p_label_alignment=> 'LEFT',
p_field_alignment=> 'LEFT',
p_is_persistent=> 'Y',
p_item_comment => '');
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'begin'||chr(10)||
'owa_util.mime_header(''text/html'', FALSE);'||chr(10)||
'owa_cookie.send('||chr(10)||
' name=>''LOGIN_USERNAME_COOKIE'','||chr(10)||
' value=>lower(:P101_USERNAME));'||chr(10)||
'exception when others then null;'||chr(10)||
'end;';
wwv_flow_api.create_page_process(
p_id => 6963917232384968 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 101,
p_process_sequence=> 10,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'PLSQL',
p_process_name=> 'Set Username Cookie',
p_process_sql_clob => p,
p_process_error_message=> '',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'wwv_flow_custom_auth_std.login('||chr(10)||
' P_UNAME => :P101_USERNAME,'||chr(10)||
' P_PASSWORD => :P101_PASSWORD,'||chr(10)||
' P_SESSION_ID => v(''APP_SESSION''),'||chr(10)||
' P_FLOW_PAGE => :APP_ID||'':1'''||chr(10)||
' );';
wwv_flow_api.create_page_process(
p_id => 6963824809384966 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 101,
p_process_sequence=> 20,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'PLSQL',
p_process_name=> 'Login',
p_process_sql_clob => p,
p_process_error_message=> '',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'101';
wwv_flow_api.create_page_process(
p_id => 6964120580384969 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 101,
p_process_sequence=> 30,
p_process_point=> 'AFTER_SUBMIT',
p_process_type=> 'CLEAR_CACHE_FOR_PAGES',
p_process_name=> 'Clear Page(s) Cache',
p_process_sql_clob => p,
p_process_error_message=> '',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
declare
p varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
p:=p||'declare'||chr(10)||
' v varchar2(255) := null;'||chr(10)||
' c owa_cookie.cookie;'||chr(10)||
'begin'||chr(10)||
' c := owa_cookie.get(''LOGIN_USERNAME_COOKIE'');'||chr(10)||
' :P101_USERNAME := c.vals(1);'||chr(10)||
'exception when others then null;'||chr(10)||
'end;';
wwv_flow_api.create_page_process(
p_id => 6964026728384968 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_flow_step_id => 101,
p_process_sequence=> 10,
p_process_point=> 'BEFORE_HEADER',
p_process_type=> 'PLSQL',
p_process_name=> 'Get Username Cookie',
p_process_sql_clob => p,
p_process_error_message=> '',
p_process_success_message=> '',
p_process_is_stateful_y_n=>'N',
p_process_comment=>'');
end;
null;
end;
/
begin
---------------------------------------
-- ...updatable report columns for page 101
--
begin
null;
end;
null;
end;
/
prompt ...lists
--
--application/shared_components/navigation/lists/home_page_list
begin
wwv_flow_api.create_list (
p_id=> 6967510912049765 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Home Page List',
p_list_status=> 'PUBLIC',
p_list_displayed=> 'BY_DEFAULT',
p_display_row_template_id=> 6960022211384940 + wwv_flow_api.g_id_offset);
wwv_flow_api.create_list_item (
p_id=> 6967913121059896 + wwv_flow_api.g_id_offset,
p_list_id=> 6967510912049765 + wwv_flow_api.g_id_offset,
p_list_item_type=> 'LINK',
p_list_item_status=> 'PUBLIC',
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>10,
p_list_item_link_text=> 'Submit a Ticket',
p_list_item_link_target=> 'f?p=&APP_ID.:2:&SESSION.::&DEBUG.:2:::',
p_list_countclicks_y_n=> 'N',
p_list_text_01=> '',
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
p_list_item_current_for_pages=> '2',
p_list_item_owner=> '');
wwv_flow_api.create_list_item (
p_id=> 6968121432062267 + wwv_flow_api.g_id_offset,
p_list_id=> 6967510912049765 + wwv_flow_api.g_id_offset,
p_list_item_type=> 'LINK',
p_list_item_status=> 'PUBLIC',
p_item_displayed=> 'BY_DEFAULT',
p_list_item_display_sequence=>20,
p_list_item_link_text=> 'Contact Us',
p_list_item_link_target=> 'f?p=&APP_ID.:3:&SESSION.::&DEBUG.:3:::',
p_list_countclicks_y_n=> 'N',
p_list_text_01=> '',
p_list_item_current_type=> 'COLON_DELIMITED_PAGE_LIST',
p_list_item_current_for_pages=> '3',
p_list_item_owner=> '');
null;
end;
/
--application/shared_components/navigation/breadcrumbs
prompt ...breadcrumbs
--
begin
wwv_flow_api.create_menu (
p_id=> 6964214442384969 + 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=>6964731768384971 + wwv_flow_api.g_id_offset,
p_menu_id=>6964214442384969 + wwv_flow_api.g_id_offset,
p_parent_id=>0,
p_option_sequence=>10,
p_short_name=>'Home',
p_long_name=>'',
p_link=>'f?p=99556565:1:&SESSION.',
p_page_id=>1,
p_also_current_for_pages=> '');
wwv_flow_api.create_menu_option (
p_id=>6975611238504693 + wwv_flow_api.g_id_offset,
p_menu_id=>6964214442384969 + wwv_flow_api.g_id_offset,
p_parent_id=>6964731768384971 + wwv_flow_api.g_id_offset,
p_option_sequence=>10,
p_short_name=>'Create a Ticket',
p_long_name=>'',
p_link=>'f?p=&FLOW_ID.:2:&SESSION.',
p_page_id=>2,
p_also_current_for_pages=> '');
null;
end;
/
prompt ...page templates for application: 99556565
--
--application/shared_components/user_interface/templates/page/login
prompt ......Page template 6954829042384904
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="login">'||chr(10)||
' <div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
' <div id="login-main">#REGION_POSITION_02##BOX_BODY##REGION_POSITION_03#</div>'||chr(10)||
'</div>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 6954829042384904 + 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=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
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_left_sidebar_fixed_width_div_based
prompt ......Page template 6954905400384904
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' '||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="';
c3:=c3||'topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="two-col-sb-left">'||chr(10)||
' <div id="left-sidebar">#REGION_POSITION_02#</div>'||chr(10)||
' <div id="main-sb-left">'||chr(10)||
' #BOX_BODY##REGION_POSITION_03#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6954905400384904 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs - Left Sidebar (fixed-width / DIV based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 17,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/no_tabs_left_and_right_sidebar_fixed_width_div_left_and_optional_table_based_right
prompt ......Page template 6955003059384904
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' '||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div ';
c3:=c3||'id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="three-col">'||chr(10)||
' <div id="left-sidebar">#REGION_POSITION_02#</div>'||chr(10)||
' <div id="two-col-tbl">'||chr(10)||
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <td cla';
c3:=c3||'ss="tbl-main" width="100%">#BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#</td> '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6955003059384904 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs - Left and Right Sidebar (fixed-width / DIV left and optional table-based right)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 17,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/no_tabs_right_sidebar_fixed_width_div_based
prompt ......Page template 6955128524384905
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' '||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div ';
c3:=c3||'id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="two-col">'||chr(10)||
' <div id="sidebar">#REGION_POSITION_03#</div> '||chr(10)||
' <div id="main">#REGION_POSITION_02##BOX_BODY#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 6955128524384905 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs - Right Sidebar (fixed-width / DIV based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
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_right_sidebar_optional_table_based
prompt ......Page template 6955206895384905
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' '||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div ';
c3:=c3||'id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <td class="tbl-main" width="100%">#REGION_POSITION_02##BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#</td>';
c3:=c3||' '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6955206895384905 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs - Right Sidebar (optional / table-based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 3,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/one_level_tabs_left_sidebar_fixed_width_div_based
prompt ......Page template 6955315387384907
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
c3:=c3||'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="two-col-sb-left">'||chr(10)||
' <div id="left-sidebar">#REGION_POSITION_02#</div>'||chr(10)||
' <div id="main-sb-left">'||chr(10)||
' #BOX_BODY##REGION_POSITION_03#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6955315387384907 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs - Left Sidebar (fixed-width / DIV based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 16,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/one_level_tabs_left_and_right_sidebar_fixed_width_div_left_and_optional_table_based_right
prompt ......Page template 6955403226384907
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
c3:=c3||'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="three-col">'||chr(10)||
' <div id="left-sidebar">#REGION_POSITION_02#</div>'||chr(10)||
' <div id="two-col-tbl">'||chr(10)||
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <t';
c3:=c3||'d class="tbl-main" width="100%">#BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#</td> '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6955403226384907 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs - Left and Right Sidebar (fixed-width / DIV left and optional table-based right)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 16,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/one_level_tabs_right_sidebar_fixed_width_div_based
prompt ......Page template 6955528904384910
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
c3:=c3||'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="two-col">'||chr(10)||
' <div id="sidebar">#REGION_POSITION_03#</div> '||chr(10)||
' <div id="main">#REGION_POSITION_02##BOX_BODY#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 6955528904384910 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs - Right Sidebar (fixed-width / DIV based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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=> '',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 2,
p_theme_class_id => 8,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/one_level_tabs_right_sidebar_optional_table_based
prompt ......Page template 6955625899384910
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!-';
c1:=c1||'-[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'';
c1:=c1||'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
c3:=c3||'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <td class="tbl-main" width="100%">#REGION_POSITION_02##BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#';
c3:=c3||'</td> '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6955625899384910 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs - Right Sidebar (optional / table-based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||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=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="navbar-link">#TEXT#</a></div>',
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=> '',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 2,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/popup
prompt ......Page template 6955724264384912
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'#HEAD#'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_';
c1:=c1||'0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD# class="popup-page">#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
'</html>';
c3:=c3||'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width="100%" valign="top"><div class="t1messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
wwv_flow_api.create_template(
p_id=> 6955724264384912 + 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=> '<div class="t1success" id="MESSAGE"><img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''MESSAGE'')" style="float:right;" class="pb" alt="" />#SUCCESS_MESSAGE#</div>',
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=> '<div class="t1notification" id="MESSAGE"><img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''MESSAGE'')" style="float:right;" class="pb" alt="" />#MESSAGE#</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<a href="#LINK#">#TEXT#</a>',
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 => 2,
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 6955817144384913
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' <link rel="icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon">'||chr(10)||
' <link rel="shortcut icon" href="#IMAG';
c1:=c1||'E_PREFIX#favicon.ico" type="image/x-icon">'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!--[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-';
c1:=c1||'->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'<!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_02';
c3:=c3||'#</td> '||chr(10)||
' <td class="tbl-main" width="100%">#BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#</td> '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6955817144384913 + 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 => 2,
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_left_sidebar_fixed_width_div_based
prompt ......Page template 6955903438384913
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!--';
c1:=c1||'[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'<';
c1:=c1||'!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header2">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
' <div id="parent-tabs">'||chr(10)||
' <div class="tab-holder">#PARENT_TAB_CELLS#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' ';
c3:=c3||' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="two-col-sb-left">'||chr(10)||
' <div id="left-sidebar">#REGION_POSITION_02#</div>'||chr(10)||
' <div id="main-sb-left">'||chr(10)||
' #BOX_BODY##REGION_POSITION_03';
c3:=c3||'#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 6955903438384913 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs - Left Sidebar (fixed-width / DIV based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
'',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '<div class="current"><div>'||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
'',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '<div class="noncurrent"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 18,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/two_level_tabs_left_and_right_sidebar_fixed_width_div_left_and_optional_table_based_right
prompt ......Page template 6956005188384913
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!--';
c1:=c1||'[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'<';
c1:=c1||'!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header2">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
' <div id="parent-tabs">'||chr(10)||
' <div class="tab-holder">#PARENT_TAB_CELLS#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' ';
c3:=c3||' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="three-col">'||chr(10)||
' <div id="left-sidebar">#REGION_POSITION_02#</div>'||chr(10)||
' <div id="two-col-tbl">'||chr(10)||
' <table class="tbl-body" cellspacing=';
c3:=c3||'"0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <td class="tbl-main" width="100%">#BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#</td> '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 6956005188384913 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs - Left and Right Sidebar (fixed-width / DIV left and optional table-based right)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '<div class="current"><div>'||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
'',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '<div class="noncurrent"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 18,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/page/two_level_tabs_right_sidebar_fixed_width_div_based
prompt ......Page template 6956105537384913
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!--';
c1:=c1||'[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'<';
c1:=c1||'!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header2">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
' <div id="parent-tabs">'||chr(10)||
' <div class="tab-holder">#PARENT_TAB_CELLS#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' ';
c3:=c3||' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <div id="two-col">'||chr(10)||
' <div id="sidebar">#REGION_POSITION_03#</div> '||chr(10)||
' <div id="main">#REGION_POSITION_02##BOX_BODY#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>';
c3:=c3||''||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 6956105537384913 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs - Right Sidebar (fixed-width / DIV based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '<div class="current"><div>'||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
'',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '<div class="noncurrent"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
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_right_sidebar_optional_table_based
prompt ......Page template 6956215438384915
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns="http://www.w3.org/1999/xhtml" xmlns:htmldb="http://htmldb.oracle.com" xmlns:apex="http://apex.oracle.com">'||chr(10)||
'<head>'||chr(10)||
' <title>#TITLE#</title>'||chr(10)||
' #HEAD#'||chr(10)||
' <link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css" />'||chr(10)||
' <!--';
c1:=c1||'[if IE]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 6]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie6.css" type="text/css" /><![endif]-->'||chr(10)||
' <!--[if IE 7]><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0_ie7.css" type="text/css" /><![endif]-->'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>'||chr(10)||
'<';
c1:=c1||'!--[if lte IE 6]><div id="outdated-browser">#OUTDATED_BROWSER#</div><![endif]-->'||chr(10)||
'#FORM_OPEN#'||chr(10)||
'';
c2:=c2||'<div id="footer"><div class="content">'||chr(10)||
' #REGION_POSITION_05#'||chr(10)||
' <div id="customize">#CUSTOMIZE#</div> '||chr(10)||
'</div></div>'||chr(10)||
'#FORM_CLOSE#'||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="header2">'||chr(10)||
' <div id="app-logo"><a href="#HOME_LINK#">#LOGO##REGION_POSITION_06#</a></div>'||chr(10)||
' #REGION_POSITION_07#'||chr(10)||
' <div id="navbar">'||chr(10)||
' #NAVIGATION_BAR#'||chr(10)||
' <div class="app-user">#WELCOME_USER#</div>'||chr(10)||
' #REGION_POSITION_08#'||chr(10)||
' </div>'||chr(10)||
' <div id="parent-tabs">'||chr(10)||
' <div class="tab-holder">#PARENT_TAB_CELLS#</div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="tabs">'||chr(10)||
' <div class="frame">'||chr(10)||
' <div class="bg">'||chr(10)||
' ';
c3:=c3||' <div class="tab-holder">'||chr(10)||
' #TAB_CELLS#'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'||chr(10)||
'<div id="topbar">#REGION_POSITION_01##REGION_POSITION_04#</div>'||chr(10)||
'<div id="messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#</div>'||chr(10)||
'<div id="body">'||chr(10)||
' <table class="tbl-body" cellspacing="0" cellpadding="0" border="0" summary="">'||chr(10)||
' <tbody>'||chr(10)||
' <tr>'||chr(10)||
' <td class="tbl-main" width="100%">';
c3:=c3||'#REGION_POSITION_02##BOX_BODY#</td>'||chr(10)||
' <td class="tbl-sidebar">#REGION_POSITION_03#</td> '||chr(10)||
' </tr>'||chr(10)||
' </tbody>'||chr(10)||
' </table>'||chr(10)||
'</div>';
wwv_flow_api.create_template(
p_id=> 6956215438384915 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs - Right Sidebar (optional / table-based)',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="success" id="success-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''success-message'')" style="float:right;" class="remove-message" alt="" />'||chr(10)||
' #SUCCESS_MESSAGE#'||chr(10)||
'</div>',
p_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<span>#TAB_LABEL#</span>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<div class="#TAB_STATUS#"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '<div class="current"><div>'||chr(10)||
'#TAB_LABEL##TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
'',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '<div class="noncurrent"><div>'||chr(10)||
'<a href="#TAB_LINK#">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'</div></div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="notification" id="notification-message">'||chr(10)||
' <img src="#IMAGE_PREFIX#delete.gif" onclick="$x_Remove(''notification-message'')" style="float:right;" class="remove-message" alt="" />#MESSAGE#'||chr(10)||
'</div>',
p_navigation_bar=> '#BAR_BODY#',
p_navbar_entry=> '<div class="navbar-entry"><a href="#LINK#" class="t1NavigationBar">#TEXT#</a></div>',
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 => 2,
p_theme_class_id => 2,
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 6956302790384923
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'<button value="#LABEL#" onclick="#LINK#" class="button-gray" type="button">'||chr(10)||
' <span>#LABEL#</span>'||chr(10)||
'</button>';
wwv_flow_api.create_button_templates (
p_id=>6956302790384923 + 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 => 2,
p_theme_class_id => 1,
p_template_comment => '');
end;
/
--application/shared_components/user_interface/templates/button/button_alternative_1
prompt ......Button Template 6956408316384924
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'<button value="#LABEL#" onclick="#LINK#" class="button-alt1" type="button">'||chr(10)||
' <span>#LABEL#</span>'||chr(10)||
'</button>';
wwv_flow_api.create_button_templates (
p_id=>6956408316384924 + 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 => 2,
p_theme_class_id => 4,
p_template_comment => '');
end;
/
--application/shared_components/user_interface/templates/button/button_alternative_2
prompt ......Button Template 6956518719384924
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'<button value="#LABEL#" onclick="#LINK#" class="button-alt2" type="button">'||chr(10)||
' <span>#LABEL#</span>'||chr(10)||
'</button>';
wwv_flow_api.create_button_templates (
p_id=>6956518719384924 + 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 => 2,
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 6956614274384924
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'<button value="#LABEL#" onclick="#LINK#" class="button-alt3" type="button">'||chr(10)||
' <span>#LABEL#</span>'||chr(10)||
'</button>';
wwv_flow_api.create_button_templates (
p_id=>6956614274384924 + 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 => 2,
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 6956723855384924
begin
wwv_flow_api.create_plug_template (
p_id => 6956723855384924 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="borderless-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="bl-top">'||chr(10)||
' <div class="bl-title">#TITLE#</div>'||chr(10)||
' <div class="bl-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div>'||chr(10)||
' <div class="bl-body">#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Borderless Region'
,p_theme_id => 2
,p_theme_class_id => 7
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6956723855384924 + 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 6956803469384928
begin
wwv_flow_api.create_plug_template (
p_id => 6956803469384928 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="bracketed-region brackets" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="bk-top">'||chr(10)||
' <div class="bk-top-r">'||chr(10)||
' <div class="bk-title">#TITLE#</div>'||chr(10)||
' <div class="bk-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' <div class="bk-body">#BODY#</div>'||chr(10)||
' <div class="bk-bottom">'||chr(10)||
' <div class="bk-bott'||
'om-r"> </div>'||chr(10)||
' </div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Bracketed Region'
,p_theme_id => 2
,p_theme_class_id => 18
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6956803469384928 + 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 6956920417384930
begin
wwv_flow_api.create_plug_template (
p_id => 6956920417384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="breadcrumb-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div>#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Breadcrumb Region'
,p_theme_id => 2
,p_theme_class_id => 6
,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#'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6956920417384930 + 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 6957001755384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957001755384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="borderless-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="bl-top">'||chr(10)||
' <div class="bl-title">#TITLE#</div>'||chr(10)||
' <div class="bl-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div>'||chr(10)||
' <div class="bl-body">#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Button Region with Title'
,p_theme_id => 2
,p_theme_class_id => 4
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957001755384930 + 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 6957126569384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957126569384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="borderless-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="bl-top">'||chr(10)||
' <div class="bl-title"> </div>'||chr(10)||
' <div class="bl-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div>'||chr(10)||
' <div class="bl-body">#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Button Region without Title'
,p_theme_id => 2
,p_theme_class_id => 17
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957126569384930 + 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 6957227466384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957227466384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div>'||
'</div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Chart Region'
,p_plug_table_bgcolor => '#ffffff'
,p_theme_id => 2
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957227466384930 + 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 6957305717384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957305717384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div>'||
'</div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Form Region'
,p_plug_table_bgcolor => '#f7f7e7'
,p_theme_id => 2
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957305717384930 + 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 6957403390384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957403390384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="hide-show-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="hide-show-top">'||chr(10)||
' <div class="hide-show-title">#TITLE#<a style="margin-left:5px;" href="javascript:hideShow(''region#REGION_SEQUENCE_ID#'',''shIMG#REGION_SEQUENCE_ID#'',''#IMAGE_PREFIX#themes/theme_2/rollup_plus_dgray.gif'',''#IMAGE_PREFIX#themes/theme_2/rollup_minus_dgray.gif'');" class="t1HideandShowRegionLink"><i'||
'mg src="#IMAGE_PREFIX#themes/theme_2/rollup_plus_dgray.gif" '||chr(10)||
' id="shIMG#REGION_SEQUENCE_ID#" alt="" /></a></div>'||chr(10)||
' <div class="hide-show-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div>'||chr(10)||
' <div class="hide" id="region#REGION_SEQUENCE_ID#">#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Hide and Show Region'
,p_theme_id => 2
,p_theme_class_id => 1
,p_translate_this_template => 'N'
,p_template_comment => 'Gray Head, white body'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957403390384930 + wwv_flow_api.g_id_offset,
p_form_table_attr=> t2 );
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/region/list_region_with_icon
prompt ......region template 6957514276384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957514276384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r">'||chr(10)||
' <div class="rc-content-main">'||chr(10)||
' <div c'||
'lass="rc-image"><img src="#IMAGE_PREFIX#themes/theme_2/images/report_icon.png" alt="" /></div>'||chr(10)||
' <div class="rc-content">#BODY#</div>'||chr(10)||
' </div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'List Region with Icon'
,p_plug_table_bgcolor => '#ffffff'
,p_theme_id => 2
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957514276384930 + 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 6957615223384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957615223384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="navigation-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div>'||chr(10)||
' <h3>#TITLE#</h3>'||chr(10)||
' #BODY#'||chr(10)||
' </div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Navigation Region'
,p_theme_id => 2
,p_theme_class_id => 5
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957615223384930 + 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 6957716006384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957716006384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="navigation-region-alt" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>#BODY#</div>'
,p_page_plug_template_name => 'Navigation Region, Alternative 1'
,p_theme_id => 2
,p_theme_class_id => 16
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957716006384930 + 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 6957815271384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957815271384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="borderless-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="bl-body">#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Region without Buttons and Titles'
,p_theme_id => 2
,p_theme_class_id => 19
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957815271384930 + 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 6957916874384930
begin
wwv_flow_api.create_plug_template (
p_id => 6957916874384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="borderless-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="bl-top">'||chr(10)||
' <div class="bl-title"> </div>'||chr(10)||
' <div class="bl-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div>'||chr(10)||
' <div class="bl-body">#BODY#</div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Region without Title'
,p_theme_id => 2
,p_theme_class_id => 11
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6957916874384930 + 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 6958014569384930
begin
wwv_flow_api.create_plug_template (
p_id => 6958014569384930 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<table class="apex_finderbar" cellpadding="0" cellspacing="0" border="0" summary="" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
'<tbody>'||chr(10)||
'<tr>'||chr(10)||
'<td class="apex_finderbar_left_top" valign="top"><img src="#IMAGE_PREFIX#1px_trans.gif" width="10" height="8" alt="" class="spacer" alt="" /></td>'||chr(10)||
'<td class="apex_finderbar_middle" rowspan="3" valign="middle"><img src="#IMAGE_PREFIX#htmldb/builder/builder_f'||
'ind.png" /></td>'||chr(10)||
'<td class="apex_finderbar_middle" rowspan="3" valign="middle" style="">#BODY#</td>'||chr(10)||
'<td class="apex_finderbar_left" rowspan="3" width="10"><br /></td>'||chr(10)||
'<td class="apex_finderbar_buttons" rowspan="3" valign="middle" nowrap="nowrap"><span class="apex_close">#CLOSE#</span><span>#EDIT##CHANGE##DELETE##CREATE##CREATE2##COPY##PREVIOUS##NEXT##EXPAND##HELP#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr><td class="'||
'apex_finderbar_left_middle"><br /></td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="apex_finderbar_left_bottom" valign="bottom"><img src="#IMAGE_PREFIX#1px_trans.gif" width="10" height="8" class="spacer" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'</tbody>'||chr(10)||
'</table>'
,p_page_plug_template_name => 'Report Filter - Single Row'
,p_theme_id => 2
,p_theme_class_id => 31
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958014569384930 + 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 6958124487384931
begin
wwv_flow_api.create_plug_template (
p_id => 6958124487384931 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div>'||
'</div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Reports Region'
,p_plug_table_bgcolor => '#ffffff'
,p_theme_id => 2
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958124487384931 + 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 6958208747384934
begin
wwv_flow_api.create_plug_template (
p_id => 6958208747384934 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region float-left-100pct" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">'||
'#BODY#</div></div></div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Reports Region 100% Width'
,p_plug_table_bgcolor => '#ffffff'
,p_theme_id => 2
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958208747384934 + 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 6958328969384935
begin
wwv_flow_api.create_plug_template (
p_id => 6958328969384935 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-gray-top"><div class="rc-gray-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div>'||
'</div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Reports Region, Alternative 1'
,p_plug_table_bgcolor => '#ffffff'
,p_theme_id => 2
,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'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958328969384935 + 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 6958415330384935
begin
wwv_flow_api.create_plug_template (
p_id => 6958415330384935 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="sidebar-region" id="#REGION_STATIC_ID#">'||chr(10)||
' <h3>#TITLE#</h3>'||chr(10)||
' <div class="box">'||chr(10)||
' <div class="frame"><div class="content">#BODY#</div></div>'||chr(10)||
' </div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Sidebar Region'
,p_plug_table_bgcolor => '#f7f7e7'
,p_theme_id => 2
,p_theme_class_id => 2
,p_plug_heading_bgcolor => '#f7f7e7'
,p_plug_font_size => '-1'
,p_translate_this_template => 'N'
,p_template_comment => '<table border="0" cellpadding="0" cellspacing="0">'||chr(10)||
' <tr>'||chr(10)||
' <td rowspan="2" valign="top" width="4" bgcolor="#FF0000"><img src="#IMAGE_PREFIX#tl_img.gif" border="0" width="4" height="18" alt="" /></td>'||chr(10)||
' <td bgcolor="#000000" height="1"><img src="#IMAGE_PREFIX#stretch.gif" width="142" height="1" border="0" alt="" /></td>'||chr(10)||
' <td rowspan="2" valign="top" width="4" bgcolor="#FF0000"><img src="#IMAGE_PREFIX#tr_img.gif" border="0" width="4" height="18" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td bgcolor="#FF0000" height="16">'||chr(10)||
' <table border="0" cellpadding="0" cellspacing="0" width="100%">'||chr(10)||
' <tr>'||chr(10)||
' <td align=middle valign="top">'||chr(10)||
' <div align="center">'||chr(10)||
' <font color="#ffffff" face="Arial, Helvetica, sans-serif" size="1">'||chr(10)||
' <b>#TITLE# </b></font></div>'||chr(10)||
' </td>'||chr(10)||
' </tr>'||chr(10)||
' </table>'||chr(10)||
' </td>'||chr(10)||
' </tr>'||chr(10)||
'</table>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0">'||chr(10)||
' <tr>'||chr(10)||
' <td bgcolor="#000000" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' <td valign="top" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="146" height="1" border="0" alt="" /><br />'||chr(10)||
' <table border="0" cellpadding="1" cellspacing="0" width="146" summary="">'||chr(10)||
' <tr>'||chr(10)||
' <td colspan="2">'||chr(10)||
' <table border="0" cellpadding="2" cellspacing="0" width="124" summary="">'||chr(10)||
' <tr>'||chr(10)||
' <td> </td>'||chr(10)||
' <td valign="top" width="106">'||chr(10)||
' <P><FONT face="arial, helvetica" size="1">'||chr(10)||
' #BODY#'||chr(10)||
' </font>'||chr(10)||
' </P>'||chr(10)||
' </td>'||chr(10)||
' </tr>'||chr(10)||
' </table>'||chr(10)||
' </table>'||chr(10)||
' </td>'||chr(10)||
' <td bgcolor="#000000" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' <td bgcolor="#9a9c9a" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' <td bgcolor="#b3b4b3" width="1" height="96"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
' </table>'||chr(10)||
' <table border="0" cellpadding="0" cellspacing="0">'||chr(10)||
' <tr>'||chr(10)||
' <td rowspan="4" valign="top" width="4"><img src="#IMAGE_PREFIX#bl_img.gif" border="0" width="4" height="6" alt="" /></td>'||chr(10)||
' <td bgcolor="#ffffff" height="2"><img src="#IMAGE_PREFIX#stretch.gif" width="142" height="1" border="0" alt="" /></td>'||chr(10)||
' <td rowspan="4" valign="top" width="4"><img src="#IMAGE_PREFIX#br_img.gif" border="0" width="4" height="6" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td bgcolor="#000000" width="1"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td bgcolor="#9a9c9a" width="1"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td bgcolor="#b3b4b3" width="1" height="2"><img src="#IMAGE_PREFIX#stretch.gif" width="1" height="1" border="0" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
'</table>'||chr(10)||
''
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958415330384935 + 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 6958521951384936
begin
wwv_flow_api.create_plug_template (
p_id => 6958521951384936 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="sidebar-region-alt" id="#REGION_STATIC_ID#">'||chr(10)||
' <h3>#TITLE#</h3>'||chr(10)||
' <div class="box">'||chr(10)||
' <div class="frame"><div class="content">#BODY#</div></div>'||chr(10)||
' </div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Sidebar Region, Alternative 1'
,p_plug_table_bgcolor => '#f7f7e7'
,p_theme_id => 2
,p_theme_class_id => 3
,p_plug_heading_bgcolor => '#f7f7e7'
,p_plug_font_size => '-1'
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958521951384936 + 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/top_bar
prompt ......region template 6958630124384936
begin
wwv_flow_api.create_plug_template (
p_id => 6958630124384936 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="topbar" style="width:100%;clear:both;" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="topbar-top"><div class="topbar-top-r"></div></div>'||chr(10)||
' <div class="topbar-body"><div class="topbar-body-r"><div class="topbar-content">'||chr(10)||
' <div style="float:left">#BODY#</div>'||chr(10)||
' <div style="float:right"><span style="margin-right:10px;">#CLOSE#</span>#COPY##DELETE##CHANGE##EDIT##PREVIO'||
'US##NEXT##CREATE##EXPAND#</div>'||chr(10)||
' </div></div></div>'||chr(10)||
' <div class="topbar-bottom"><div class="topbar-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Top Bar'
,p_theme_id => 2
,p_theme_class_id => 21
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958630124384936 + 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 6958704419384936
begin
wwv_flow_api.create_plug_template (
p_id => 6958704419384936 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div>'||
'</div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Wizard Region'
,p_theme_id => 2
,p_theme_class_id => 12
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958704419384936 + 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 6958814247384936
begin
wwv_flow_api.create_plug_template (
p_id => 6958814247384936 + wwv_flow_api.g_id_offset
,p_flow_id => wwv_flow.g_flow_id
,p_template =>
'<div class="rounded-corner-region" id="#REGION_STATIC_ID#" #REGION_ATTRIBUTES#>'||chr(10)||
' <div class="rc-blue-top"><div class="rc-blue-top-r">'||chr(10)||
' <div class="rc-title">#TITLE#</div>'||chr(10)||
' <div class="rc-buttons">#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP#</div>'||chr(10)||
' </div></div>'||chr(10)||
' <div class="rc-body"><div class="rc-body-r"><div class="rc-content-main">#BODY#</div></div>'||
'</div>'||chr(10)||
' <div class="rc-bottom"><div class="rc-bottom-r"></div></div>'||chr(10)||
'</div>'
,p_page_plug_template_name => 'Wizard Region with Icon'
,p_theme_id => 2
,p_theme_class_id => 20
,p_translate_this_template => 'N'
);
null;
end;
/
begin
declare
t2 varchar2(32767) := null;
begin
t2 := null;
wwv_flow_api.set_plug_template_tab_attr (
p_id=> 6958814247384936 + 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 6958919157384936
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||'<button value="#TEXT#" onclick="javascript:location.href=''#LINK#''" class="button-alt1" type="button">'||chr(10)||
' <span>#TEXT#</span>'||chr(10)||
'</button>';
t2:=t2||'<button value="#TEXT#" onclick="javascript:location.href=''#LINK#''" class="button-gray" type="button">'||chr(10)||
' <span>#TEXT#</span>'||chr(10)||
'</button>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6958919157384936 + 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 => 2,
p_theme_class_id => 6,
p_list_template_before_rows=>'<div class="button-list">',
p_list_template_after_rows=>'</div>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/
--application/shared_components/user_interface/templates/list/dhtml_tree
prompt ......list template 6959009373384937
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||'<li><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3:=t3||'<li><a href="#LINK#">#TEXT#</a></li>';
t4:=t4||'<li><a href="#LINK#">#TEXT#</a></li>';
t5:=t5||'<li><a href="#LINK#">#TEXT#</a></li>';
t6:=t6||'<li><a href="#LINK#">#TEXT#</a></li>';
t7:=t7||'<li><a href="#LINK#">#TEXT#</a></li>';
t8:=t8||'<li><a href="#LINK#">#TEXT#</a></li>';
wwv_flow_api.create_list_template (
p_id=>6959009373384937 + wwv_flow_api.g_id_offset,
p_flow_id=>wwv_flow.g_flow_id,
p_list_template_current=>t,
p_list_template_noncurrent=> t2,
p_list_template_name=>'DHTML Tree',
p_theme_id => 2,
p_theme_class_id => 23,
p_list_template_before_rows=>'<ul class="dhtmlTree">',
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#">',
p_after_sub_list=>'</ul>',
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 6959125016384938
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||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t3:=t3||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t4:=t4||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t5:=t5||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" align="middle" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t6:=t6||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" align="middle" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t7:=t7||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" align="middle" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t8:=t8||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" align="middle" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
wwv_flow_api.create_list_template (
p_id=>6959125016384938 + 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 => 2,
p_theme_class_id => 22,
p_list_template_before_rows=>'<ul class="dhtmlTree">',
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" style="display:none;" class="dhtmlTree">',
p_after_sub_list=>'</ul>',
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 6959203427384938
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||'<div class="list-item-current">'||chr(10)||
' <div class="list-item-image"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" / ></div>'||chr(10)||
' <div class="list-item-label"><a href="#LINK#" class="current">#TEXT#</a></div>'||chr(10)||
'</div>';
t2:=t2||'<div class="list-item">'||chr(10)||
' <div class="list-item-image"><a href="#LINK#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" / ></a></div>'||chr(10)||
' <div class="list-item-label"><a href="#LINK#">#TEXT#</a></div>'||chr(10)||
'</div>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6959203427384938 + 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 => 2,
p_theme_class_id => 4,
p_list_template_before_rows=>'<div class="horizontal-images-list">',
p_list_template_after_rows=>'</div>',
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 6959326237384938
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||'<a href="#LINK#" class="current">#TEXT#</a>';
t2:=t2||'<a href="#LINK#">#TEXT#</a>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6959326237384938 + 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 => 2,
p_theme_class_id => 3,
p_list_template_before_rows=>'<div class="horizontal-links-list">',
p_list_template_after_rows=>'</div>',
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 6959422263384939
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||'<li class="dhtmlMenuItem"><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li class="dhtmlMenuItem"><a href="#LINK#">#TEXT#</a></li>';
t3:=t3||'<li class="dhtmlMenuSep2"><img src="#IMAGE_PREFIX#themes/theme_13/1px_trans.gif" width="1" height="1" alt="" class="dhtmlMenuSep2" /></li>';
t4:=t4||'<li><a href="#LINK#" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)">#TEXT#</a></li>';
t5:=t5||'<li class="dhtmlMenuItem1"><a href="#LINK#">#TEXT#</a><img src="#IMAGE_PREFIX#themes/theme_13/menu_small.gif" alt="Expand" onclick="app_AppMenuMultiOpenBottom2(this,''#LIST_ITEM_ID#'',false)" />'||chr(10)||
'</li>';
t6:=t6||'<li class="dhtmlMenuItem1"><a href="#LINK#">#TEXT#</a><img src="#IMAGE_PREFIX#themes/theme_13/menu_small.gif" alt="Expand" onclick="app_AppMenuMultiOpenBottom2(this,''#LIST_ITEM_ID#'',false)" /></li>';
t7:=t7||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" /></a></li>';
t8:=t8||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" / ></a></li>';
wwv_flow_api.create_list_template (
p_id=>6959422263384939 + 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 => 2,
p_theme_class_id => 20,
p_list_template_before_rows=>'<ul class="dhtmlMenuLG2">',
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" class="dhtmlSubMenu2" style="display:none;">',
p_after_sub_list=>'</ul>',
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 6959523796384940
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||'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#menu/drop_down_nochild.png" width="20" height="128" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a></div>';
t2:=t2||'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# "/></a><img src="#IMAGE_PREFIX#menu/drop_down_nochild.png" width="20" height="128" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a></div>';
t3:=t3||'<li class="dhtmlMenuSep"><img src="#IMAGE_PREFIX#themes/theme_13/1px_trans.gif" width="1" height="1" alt="" class="dhtmlMenuSep" /></li>';
t4:=t4||'<li><a href="#LINK#" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)">#TEXT#</a></li>';
t5:=t5||'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#menu/drop_down.png" width="20" height="128" alt="" class="dhtmlMenu" onclick="app_AppMenuMultiOpenBottom3(this,''S#LIST_ITEM_ID#'',''#LIST_ITEM_ID#'',false)" />'||chr(10)||
'<a href="#LINK#" class="dhtmlBottom">#TEXT#</a>'||chr(10)||
'</div>';
t6:=t6||'<div class="dhtmlMenuItem"><a href="#LINK#" id="#LIST_ITEM_ID#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#menu/drop_down.png" width="20" height="128" alt="" class="dhtmlMenu" onclick="app_AppMenuMultiOpenBottom3(this,''S#LIST_ITEM_ID#'',''#LIST_ITEM_ID#'',false)" />'||chr(10)||
'<a href="#LINK#" class="dhtmlBottom">#TEXT#</a>'||chr(10)||
'</div>';
t7:=t7||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" /></a></li>';
t8:=t8||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" /></a></li>';
wwv_flow_api.create_list_template (
p_id=>6959523796384940 + 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 => 2,
p_theme_class_id => 21,
p_list_template_before_rows=>'<div class="dhtmlMenuLG">',
p_list_template_after_rows=>'</div><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="S#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" class="dhtmlSubMenu2" style="display:none;"><li class="dhtmlSubMenuP" onmouseover="dhtml_CloseAllSubMenusL(this)">#PARENT_TEXT#</li>',
p_after_sub_list=>'</ul>',
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 6959612352384940
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||'<li class="active"><a href="#LINK#"><span>#TEXT#</span></a></li>';
t2:=t2||'<li><a href="#LINK#"><span>#TEXT#</span></a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6959612352384940 + 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 => 2,
p_theme_class_id => 7,
p_list_template_before_rows=>'<ul class="tabbed-navigation-list">',
p_list_template_after_rows=>'</ul>',
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 6959720387384940
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||'<div class="list-item-current">'||chr(10)||
' <div class="list-item-image"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" / ></div>'||chr(10)||
' <div class="list-item-label"><a href="#LINK#" class="current">#TEXT#</a></div>'||chr(10)||
'</div>';
t2:=t2||'<div class="list-item">'||chr(10)||
' <div class="list-item-image"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" / ></div>'||chr(10)||
' <div class="list-item-label"><a href="#LINK#" class="current">#TEXT#</a></div>'||chr(10)||
'</div>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6959720387384940 + 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 => 2,
p_theme_class_id => 5,
p_list_template_before_rows=>'<div class="vertical-images-list">',
p_list_template_after_rows=>'</div>',
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 6959830076384940
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||'<li class="current">#TEXT#</li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6959830076384940 + 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 => 2,
p_theme_class_id => 2,
p_list_template_before_rows=>'<ol class="vertical-ordered-List">',
p_list_template_after_rows=>'</ol>',
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 6959932693384940
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||'<li class="active"><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6959932693384940 + 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 => 2,
p_theme_class_id => 19,
p_list_template_before_rows=>'<ul class="vertical-sidebar-list">',
p_list_template_after_rows=>'</ul>',
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 6960022211384940
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||'<li class="current">#TEXT#</li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6960022211384940 + 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 => 2,
p_theme_class_id => 1,
p_list_template_before_rows=>'<ul class="vertical-unordered-list-with-bullets-alt">',
p_list_template_after_rows=>'</ul>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/
--application/shared_components/user_interface/templates/list/vertical_unordered_list_without_bullets
prompt ......list template 6960127799384940
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||'<li class="current">#TEXT#</li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6960127799384940 + 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 Bullets',
p_theme_id => 2,
p_theme_class_id => 18,
p_list_template_before_rows=>'<ul class="vertical-unordered-list-without-bullets">',
p_list_template_after_rows=>'</ul>',
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 6960205164384941
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||'<li class="current">#TEXT#</li>';
t2:=t2||'<li class="non-current">#TEXT#</li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6960205164384941 + 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 => 2,
p_theme_class_id => 17,
p_list_template_before_rows=>'<div class="wizard-progress-list"><ul>',
p_list_template_after_rows=>'</ul></div>',
p_between_items=>'<li class="progress-indicator"> </li>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/
--application/shared_components/user_interface/templates/list/wizard_progress_list_horizontal_train
prompt ......list template 6960307360384941
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||' <li class="#LIST_STATUS#">'||chr(10)||
' <span>#TEXT#</span>'||chr(10)||
' </li>';
t2:=t2||' <li class="#LIST_STATUS#">'||chr(10)||
' <span>#TEXT#</span>'||chr(10)||
' </li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>6960307360384941 + 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, Horizontal Train',
p_theme_id => 2,
p_theme_class_id => 17,
p_list_template_before_rows=>'<div class="horizontal-progres-list">'||chr(10)||
' <ul>',
p_list_template_after_rows=>' </ul>'||chr(10)||
'</div>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/
prompt ...report templates
--
--application/shared_components/user_interface/templates/report/borderless_report
prompt ......report template 6960413673384941
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6960413673384941 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Borderless Report',
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=>'<table cellpadding="0" border="0" cellspacing="0" summary="" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">#TOP_PAGINATION#<tr>'||chr(10)||
'<td><table class="report-borderless" cellpadding="0" border="0" cellspacing="0" summary="">',
p_row_template_after_rows =>'</table><div class="CVS">#EXTERNAL_LINK##CSV_LINK#</div></td>'||chr(10)||
'</tr>'||chr(10)||
'#PAGINATION#'||chr(10)||
'</table>',
p_row_template_table_attr =>'',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template=>'<th class="header"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>',
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=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_page_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT_SET#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_set_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#ccc',
p_theme_id => 2,
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 => 6960413673384941 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/fixed_column_headers
prompt ......report template 6960503417384942
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="data" #COLUMN_WIDTH#><p #COLUMN_WIDTH#>#COLUMN_VALUE#</p></td>';
c2:=c2||'<td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="data-alt" #COLUMN_WIDTH#><p #COLUMN_WIDTH#>#COLUMN_VALUE#</p></td>';
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6960503417384942 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Fixed Column Headers',
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=>'<table border="0" cellpadding="0" cellspacing="0" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" class="report-holder">#TOP_PAGINATION#'||chr(10)||
'<tr>'||chr(10)||
'<td><div class="fixed-header-report"><table cellpadding="0" border="0" cellspacing="0" summary="">',
p_row_template_after_rows =>'</tbody></table></div><div class="CSV">#EXTERNAL_LINK##CSV_LINK#</div></td>'||chr(10)||
'</tr>'||chr(10)||
'#PAGINATION#'||chr(10)||
'</table>',
p_row_template_table_attr =>'',
p_row_template_type =>'GENERIC_COLUMNS',
p_before_column_heading=>'<thead>'||chr(10)||
'',
p_column_heading_template=>'<th#ALIGNMENT# id="#COLUMN_HEADER_NAME#" class="header" #COLUMN_WIDTH#>#COLUMN_HEADER#</th>',
p_after_column_heading=>'</thead>'||chr(10)||
'<tbody>'||chr(10)||
'',
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=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_page_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT_SET#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_set_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#ccc',
p_theme_id => 2,
p_theme_class_id => 7,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
begin
begin
wwv_flow_api.create_row_template_patch (
p_id => 6960503417384942 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/horizontal_border
prompt ......report template 6960623556384942
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6960623556384942 + 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=>'<table cellpadding="0" border="0" cellspacing="0" summary="" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">#TOP_PAGINATION#'||chr(10)||
'<tr>'||chr(10)||
'<td><table cellpadding="0" cellspacing="0" border="0" class="report-standard" summary="">',
p_row_template_after_rows =>'</table><div class="CVS">#EXTERNAL_LINK##CSV_LINK#</div></td>'||chr(10)||
'</tr>'||chr(10)||
'#PAGINATION#'||chr(10)||
'</table>',
p_row_template_table_attr =>'',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template=>'<th#ALIGNMENT# id="#COLUMN_HEADER_NAME#" class="header">#COLUMN_HEADER#</th>',
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=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>'||chr(10)||
'',
p_previous_page_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT_SET#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_set_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#ccc',
p_theme_id => 2,
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 => 6960623556384942 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/one_column_unordered_list
prompt ......report template 6960702244384943
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<li>#COLUMN_VALUE#</li>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6960702244384943 + 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=>'<table cellpadding="0" cellspacing="0" summary="" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">'||chr(10)||
'#TOP_PAGINATION#'||chr(10)||
'<tr><td><ul class="t1OneColumnUnorderedList">',
p_row_template_after_rows =>'</ul><div class="t1CVS">#EXTERNAL_LINK##CSV_LINK#</div></td></tr>'||chr(10)||
'#PAGINATION#'||chr(10)||
'</table>',
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=>'<a href="#LINK#" class="t1pagination">#PAGINATION_NEXT#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_page_template=>'<a href="#LINK#" class="t1pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="t1pagination">#PAGINATION_NEXT_SET#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_set_template=>'<a href="#LINK#" class="t1pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS_SET#</a>',
p_theme_id => 2,
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 => 6960702244384943 + 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/search_results_select_link_text_link_target_detail1_detail2_last_modified
prompt ......report template 6960832384384943
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<!-- Search Results Report (SELECT link_text, link_target, detail1, detail2, last_modified) -->'||chr(10)||
'<li>'||chr(10)||
'<span class="title"><a href="#2#">#1#</a></span>'||chr(10)||
'<span class="description"><span class="last_modified">#5#</span>#3#</span>'||chr(10)||
'<span class="type">#4#</span>'||chr(10)||
'</li>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6960832384384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Search Results (SELECT link_text, link_target, detail1, detail2, last_modified)',
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=>'<ul class="search-results-report">',
p_row_template_after_rows =>'</ul> '||chr(10)||
'#PAGINATION#',
p_row_template_table_attr =>'',
p_row_template_type =>'NAMED_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=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT#</a>',
p_previous_page_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="sPaginationNext">#PAGINATION_NEXT_SET#</a>',
p_previous_set_template=>'<a href="#LINK#" class="sPaginationPrev">#PAGINATION_PREVIOUS_SET#</a>',
p_theme_id => 2,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/standard
prompt ......report template 6960927687384943
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td#ALIGNMENT# headers="#COLUMN_HEADER_NAME#" class="data">#COLUMN_VALUE#</td>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6960927687384943 + 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=>'<table cellpadding="0" border="0" cellspacing="0" summary="" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#">#TOP_PAGINATION#'||chr(10)||
'<tr>'||chr(10)||
'<td><table cellpadding="0" border="0" cellspacing="0" summary="" class="report-standard">',
p_row_template_after_rows =>'</table><div class="CVS">#EXTERNAL_LINK##CSV_LINK#</div></td>'||chr(10)||
'</tr>'||chr(10)||
'#PAGINATION#'||chr(10)||
'</table>',
p_row_template_table_attr =>'',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template=>'<th#ALIGNMENT# id="#COLUMN_HEADER_NAME#" class="header">#COLUMN_HEADER#</th>',
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=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_page_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT_SET#<img src="#IMAGE_PREFIX#themes/theme_2/paginate_next.gif" alt="Next"></a>',
p_previous_set_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#ccc',
p_theme_id => 2,
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 => 6960927687384943 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>');
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/standard_alternating_row_colors
prompt ......report template 6961020478384943
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<td class="data"#ALIGNMENT#>#COLUMN_VALUE#</td>';
c2:=c2||'<td class="dataalt"#ALIGNMENT#>#COLUMN_VALUE#</td>';
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6961020478384943 + 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=>'<table border="0" cellpadding="0" cellspacing="0" #REPORT_ATTRIBUTES# id="report_#REGION_STATIC_ID#" class="report-holder">#TOP_PAGINATION#<tr><td>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0" class="report-standard-alternatingrowcolors" summary="" >',
p_row_template_after_rows =>'</table><div class="CSV">#EXTERNAL_LINK##CSV_LINK#</div></td>'||chr(10)||
'</tr>'||chr(10)||
'#PAGINATION#'||chr(10)||
'</table>',
p_row_template_table_attr =>'OMIT',
p_row_template_type =>'GENERIC_COLUMNS',
p_column_heading_template=>'<th class="header"#ALIGNMENT# id="#COLUMN_HEADER_NAME#">#COLUMN_HEADER#</th>',
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=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT#<img src="#IMAGE_PREFIX#themes/theme_2/images/paginate_next.gif" alt="Next"></a>'||chr(10)||
'',
p_previous_page_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/images/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS#</a>',
p_next_set_template=>'<a href="#LINK#" class="pagination">#PAGINATION_NEXT_SET#<img src="#IMAGE_PREFIX#themes/theme_2/images/paginate_next.gif" alt="Next"></a>',
p_previous_set_template=>'<a href="#LINK#" class="pagination"><img src="#IMAGE_PREFIX#themes/theme_2/images/paginate_prev.gif" alt="Previous">#PAGINATION_PREVIOUS_SET#</a>',
p_row_style_checked=>'#ccc',
p_theme_id => 2,
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 => 6961020478384943 + wwv_flow_api.g_id_offset,
p_row_template_before_first =>'<tr #HIGHLIGHT_ROW#>',
p_row_template_after_last =>'</tr>'||chr(10)||
'');
exception when others then null;
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/two_column_portlet
prompt ......report template 6961110894384943
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<div class="report-row">'||chr(10)||
' <div class="report-col-hdr">#1#</div>'||chr(10)||
' <div class="report-col-val">#2#</div>'||chr(10)||
'</div>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6961110894384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_row_template_name=> 'Two Column Portlet',
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=>'<div class="two-col-report-portlet" #REPORT_ATTRIBUTES# id="#REGION_ID#">',
p_row_template_after_rows =>'</div>',
p_row_template_table_attr =>'',
p_row_template_type =>'NAMED_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_theme_id => 2,
p_theme_class_id => 7,
p_translate_this_template => 'N',
p_row_template_comment=> '');
end;
null;
end;
/
--application/shared_components/user_interface/templates/report/value_attribute_pairs
prompt ......report template 6961209031384943
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
c4 varchar2(32767) := null;
begin
c1:=c1||'<div class="report-row">'||chr(10)||
' <div class="report-col-hdr">#COLUMN_HEADER#</div>'||chr(10)||
' <div class="report-col-val">#COLUMN_VALUE#</div>'||chr(10)||
'</div>';
c2 := null;
c3 := null;
c4 := null;
wwv_flow_api.create_row_template (
p_id=> 6961209031384943 + 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=>'<div class="two-col-report-portlet">',
p_row_template_after_rows =>'</div>',
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_theme_id => 2,
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 6961312357384943
begin
begin
wwv_flow_api.create_field_template (
p_id=> 6961312357384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'No Label',
p_template_body1=>'<span class="no-label">',
p_template_body2=>'</span>',
p_on_error_before_label=>'<div class="t1InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 2,
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 6961402373384943
begin
begin
wwv_flow_api.create_field_template (
p_id=> 6961402373384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Optional',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" tabindex="999"><span class="optional">',
p_template_body2=>'</span></label>',
p_on_error_before_label=>'<div class="t1InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 2,
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 6961515215384943
begin
begin
wwv_flow_api.create_field_template (
p_id=> 6961515215384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Optional with help',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" tabindex="999"><a class="optional-w-help" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">',
p_template_body2=>'</a></label>',
p_on_error_before_label=>'<div class="t1InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 2,
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 6961604681384943
begin
begin
wwv_flow_api.create_field_template (
p_id=> 6961604681384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Required',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" tabindex="999"><img src="#IMAGE_PREFIX#themes/theme_2/images/required.gif" alt="#VALUE_REQUIRED#" tabindex="999" /><span class="required">',
p_template_body2=>'</span></label>',
p_on_error_before_label=>'<div class="t1InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 2,
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 6961724332384943
begin
begin
wwv_flow_api.create_field_template (
p_id=> 6961724332384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_template_name=>'Required with help',
p_template_body1=>'<label for="#CURRENT_ITEM_NAME#" tabindex="999"><img src="#IMAGE_PREFIX#themes/theme_2/images/required.gif" alt="#VALUE_REQUIRED#" tabindex="999" /><a class="required-w-help" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">',
p_template_body2=>'</a></label>',
p_on_error_before_label=>'<div class="t1InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 2,
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 6961818105384943
begin
begin
wwv_flow_api.create_menu_template (
p_id=> 6961818105384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=>'Breadcrumb Menu',
p_before_first=>'<div id="breadcrumbs"><ul class="breadcrumb-list">',
p_current_page_option=>'<li class="current">#NAME#</li>',
p_non_current_page_option=>'<li class="noncurrent"><a href="#LINK#">#NAME#</a></li>',
p_menu_link_attributes=>'',
p_between_levels=>'<li class="separator"> </li>',
p_after_last=>'</ul></div>',
p_max_levels=>12,
p_start_with_node=>'PARENT_TO_LEAF',
p_theme_id => 2,
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 6961917387384943
begin
begin
wwv_flow_api.create_menu_template (
p_id=> 6961917387384943 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=>'Hierarchical Menu',
p_before_first=>'<ul class="t1HierarchicalMenu">',
p_current_page_option=>'<li class="t1current">#NAME#</li>',
p_non_current_page_option=>'<li><a href="#LINK#">#NAME#</a></li>',
p_menu_link_attributes=>'',
p_between_levels=>'',
p_after_last=>'</ul>',
p_max_levels=>11,
p_start_with_node=>'CHILD_MENU',
p_theme_id => 2,
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 6962618874384944
begin
begin
wwv_flow_api.create_popup_lov_template (
p_id=> 6962618874384944 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_popup_icon=>'#IMAGE_PREFIX#htmldb/icons/view_small.gif',
p_popup_icon_attr=>'width="18" height="18" alt="Popup Lov"',
p_popup_icon2=>'',
p_popup_icon_attr2=>'',
p_page_name=>'winlov',
p_page_title=>'Search Dialog',
p_page_html_head=>'<link rel="shortcut icon" href="#IMAGE_PREFIX#favicon.ico" type="image/x-icon"><link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_2/css/theme_4_0.css" type="text/css">'||chr(10)||
'',
p_page_body_attr=>'onload="first_field()" style="margin:0;"',
p_before_field_text=>'<div class="popup-head">',
p_page_heading_text=>'',
p_page_footer_text =>'',
p_filter_width =>'20',
p_filter_max_width =>'100',
p_filter_text_attr =>'',
p_find_button_text =>'Search',
p_find_button_image=>'',
p_find_button_attr =>'',
p_close_button_text=>'Close',
p_close_button_image=>'',
p_close_button_attr=>'',
p_next_button_text =>'Next >',
p_next_button_image=>'',
p_next_button_attr =>'',
p_prev_button_text =>'< Previous',
p_prev_button_image=>'',
p_prev_button_attr =>'',
p_after_field_text=>'</div>',
p_scrollbars=>'1',
p_resizable=>'1',
p_width =>'400',
p_height=>'450',
p_result_row_x_of_y=>'<br /><div style="padding:2px; font-size:8pt;">Row(s) #FIRST_ROW# - #LAST_ROW#</div>',
p_result_rows_per_pg=>500,
p_before_result_set=>'<div class="popup-body">',
p_theme_id => 2,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_after_result_set =>'</div>');
end;
null;
end;
/
prompt ...calendar templates
--
--application/shared_components/user_interface/templates/calendar/calendar
prompt ......template 6962028407384944
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 6962028407384944 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_cal_template_name=>'Calendar',
p_translate_this_template=> 'N',
p_day_of_week_format=> '<th class="DayOfWeek">#IDAY#</th>',
p_month_title_format=> '<table cellspacing="0" cellpadding="0" border="0" summary="" class="CalendarHolder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="MonthTitle">#IMONTH# #YYYY#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_month_open_format=> '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="Calendar">',
p_month_close_format=> '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_day_title_format=> '<div class="DayTitle">#DD#</div>',
p_day_open_format=> '<td class="Day" valign="top">',
p_day_close_format=> '</td>',
p_today_open_format=> '<td valign="top" class="Today">',
p_weekend_title_format=> '<div class="WeekendDayTitle">#DD#</div>',
p_weekend_open_format => '<td valign="top" class="WeekendDay">',
p_weekend_close_format => '</td>',
p_nonday_title_format => '<div class="NonDayTitle">#DD#</div>',
p_nonday_open_format => '<td class="NonDay" valign="top">',
p_nonday_close_format => '</td>',
p_week_title_format => '',
p_week_open_format => '<tr>',
p_week_close_format => '</tr> ',
p_daily_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>',
p_daily_open_format => '<tr>',
p_daily_close_format => '</tr>',
p_weekly_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="WeekCalendarHolder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_weekly_day_of_week_format => '<th class="DayOfWeek">#IDAY#<br>#MM#/#DD#</th>',
p_weekly_month_open_format => '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="WeekCalendar">',
p_weekly_month_close_format => '</table></td></tr></table>',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '<td class="Day" valign="top">',
p_weekly_day_close_format => '<br /></td>',
p_weekly_today_open_format => '<td class="Today" valign="top">',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => '<td valign="top" class="NonDay">',
p_weekly_weekend_close_format => '<br /></td>',
p_weekly_time_open_format => '<th class="Hour">',
p_weekly_time_close_format => '<br /></th>',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '<tr>',
p_weekly_hour_close_format => '</tr>',
p_daily_day_of_week_format => '<th class="DayOfWeek">#IDAY# #DD#/#MM#</th>',
p_daily_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>'||chr(10)||
'',
p_daily_month_open_format => '<table border="0" cellpadding="2" cellspacing="0" summary="0" class="DayCalendar">',
p_daily_month_close_format => '</table></td> </tr> </table>',
p_daily_day_title_format => '',
p_daily_day_open_format => '<td valign="top" class="Day">',
p_daily_day_close_format => '<br /></td>',
p_daily_today_open_format => '<td valign="top" class="Today">',
p_daily_time_open_format => '<th class="Hour">',
p_daily_time_close_format => '<br /></th>',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '<tr>',
p_daily_hour_close_format => '</tr>',
p_cust_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="CalendarHolder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="MonthTitle">#WTITLE#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_cust_day_of_week_format => '<th class="DayOfWeek">#IDAY#</th>',
p_cust_month_open_format => '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="Calendar">',
p_cust_month_close_format => '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_cust_week_title_format => '',
p_cust_week_open_format => '<tr>',
p_cust_week_close_format => '</tr> ',
p_cust_day_title_format => '<div class="DayTitle">#DD#</div>',
p_cust_day_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" class="Day" valign="top">',
p_cust_day_close_format => '</td>',
p_cust_today_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" valign="top" class="Today">',
p_cust_daily_title_format => '',
p_cust_daily_open_format => '',
p_cust_daily_close_format => '',
p_cust_nonday_title_format => '<div class="NonDayTitle">#DD#</div>',
p_cust_nonday_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" class="NonDay" valign="top">',
p_cust_nonday_close_format => '</td>',
p_cust_weekend_title_format => '<div class="WeekendDayTitle">#DD#</div>',
p_cust_weekend_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" valign="top" class="WeekendDay">',
p_cust_weekend_close_format => '</td>',
p_cust_hour_open_format => '<tr>',
p_cust_hour_close_format => '</tr>',
p_cust_time_title_format => '#TIME#',
p_cust_time_open_format => '<th class="Hour">',
p_cust_time_close_format => '<br /></th>',
p_cust_wk_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="WeekCalendarHolder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_cust_wk_day_of_week_format => '<th class="DayOfWeek">#IDAY#<br>#MM#/#DD#</th>',
p_cust_wk_month_open_format => '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="WeekCalendar">',
p_cust_wk_month_close_format => '</table></td></tr></table>',
p_cust_wk_week_title_format => '',
p_cust_wk_week_open_format => '',
p_cust_wk_week_close_format => '',
p_cust_wk_day_title_format => '',
p_cust_wk_day_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" class="Day" valign="top">',
p_cust_wk_day_close_format => '<br /></td>',
p_cust_wk_today_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" class="Today" valign="top">',
p_cust_wk_weekend_title_format => '',
p_cust_wk_weekend_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" valign="top" class="NonDay">',
p_cust_wk_weekend_close_format => '<br /></td>',
p_cust_month_day_height_pix => '75',
p_cust_month_day_height_per => '',
p_cust_week_day_width_pix => '',
p_cust_week_day_width_per => '14',
p_theme_id => 2,
p_theme_class_id => 1,
p_reference_id=> null);
end;
null;
end;
/
--application/shared_components/user_interface/templates/calendar/calendar_alternative_1
prompt ......template 6962227555384944
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 6962227555384944 + 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=> 'N',
p_day_of_week_format=> '<th valign="bottom" class="DayOfWeek">#IDAY#</th>',
p_month_title_format=> '<table cellspacing="0" cellpadding="0" border="0" summary="" class="CalendarAlternative1Holder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="MonthTitle">#IMONTH# #YYYY#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_month_open_format=> '<table border="0" cellpadding="0" cellspacing="4" summary="0" class="CalendarAlternative1">',
p_month_close_format=> '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_day_title_format=> '<div class="DayTitle">#DD#</div>',
p_day_open_format=> '<td class="Day" valign="top" height="100" height="100">',
p_day_close_format=> '</td>',
p_today_open_format=> '<td valign="top" class="Today">',
p_weekend_title_format=> '<div class="WeekendDayTitle">#DD#</div>',
p_weekend_open_format => '<td valign="top" class="WeekendDay">',
p_weekend_close_format => '</td>',
p_nonday_title_format => '<div class="NonDayTitle">#DD#</div>',
p_nonday_open_format => '<td class="NonDay" valign="top">',
p_nonday_close_format => '</td>',
p_week_title_format => '',
p_week_open_format => '<tr>',
p_week_close_format => '</tr> ',
p_daily_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>',
p_daily_open_format => '<tr>',
p_daily_close_format => '</tr>',
p_weekly_title_format => '<table cellspacing="4" cellpadding="0" border="0" summary="" class="WeekCalendarAlternative1Holder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_weekly_day_of_week_format => '<th class="DayOfWeek">#IDAY#<br>#MM#/#DD#</th>',
p_weekly_month_open_format => '<table border="0" cellpadding="0" cellspacing="4" summary="0" class="WeekCalendarAlternative1">',
p_weekly_month_close_format => '</table></td></tr></table>',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '<td class="Day" valign="top">',
p_weekly_day_close_format => '<br /></td>',
p_weekly_today_open_format => '<td class="Today" valign="top">',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => '<td valign="top" class="NonDay">',
p_weekly_weekend_close_format => '<br /></td>',
p_weekly_time_open_format => '<th class="Hour">',
p_weekly_time_close_format => '<br /></th>',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '<tr>',
p_weekly_hour_close_format => '</tr>',
p_daily_day_of_week_format => '<th class="DayOfWeek">#IDAY# #DD#/#MM#</th>',
p_daily_month_title_format => '<table cellspacing="4" cellpadding="0" border="0" summary="" class="DayCalendarAlternative1Holder"> <tr><td class="MonthTitle">#IMONTH# #DD#, #YYYY#</td></tr><tr><td>'||chr(10)||
'',
p_daily_month_open_format => '<table border="0" cellpadding="2" cellspacing="4" summary="0" class="DayCalendarAlternative1">',
p_daily_month_close_format => '</table></td> </tr> </table>',
p_daily_day_title_format => '',
p_daily_day_open_format => '<td valign="top" class="Day">',
p_daily_day_close_format => '<br /></td>',
p_daily_today_open_format => '<td valign="top" class="Today">',
p_daily_time_open_format => '<th class="Hour">',
p_daily_time_close_format => '<br /></th>',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '<tr>',
p_daily_hour_close_format => '</tr>',
p_cust_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="CalendarAlternative1Holder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="MonthTitle">#WTITLE#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_cust_day_of_week_format => '<th valign="bottom" class="DayOfWeek">#IDAY#</th>',
p_cust_month_open_format => '<table border="0" cellpadding="0" cellspacing="4" summary="0" class="CalendarAlternative1">',
p_cust_month_close_format => '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_cust_week_title_format => '',
p_cust_week_open_format => '<tr>',
p_cust_week_close_format => '</tr> ',
p_cust_day_title_format => '<div class="DayTitle">#DD#</div>',
p_cust_day_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" class="Day" valign="top" height="100" height="100">',
p_cust_day_close_format => '</td>',
p_cust_today_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" valign="top" class="Today">',
p_cust_daily_title_format => '',
p_cust_daily_open_format => '',
p_cust_daily_close_format => '',
p_cust_nonday_title_format => '<div class="NonDayTitle">#DD#</div>',
p_cust_nonday_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" class="NonDay" valign="top">',
p_cust_nonday_close_format => '</td>',
p_cust_weekend_title_format => '<div class="WeekendDayTitle">#DD#</div>',
p_cust_weekend_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" valign="top" class="WeekendDay">',
p_cust_weekend_close_format => '</td>',
p_cust_hour_open_format => '<tr>',
p_cust_hour_close_format => '</tr>',
p_cust_time_title_format => '#TIME#',
p_cust_time_open_format => '<th class="Hour">',
p_cust_time_close_format => '<br /></th>',
p_cust_wk_month_title_format => '<table cellspacing="4" cellpadding="0" border="0" summary="" class="WeekCalendarAlternative1Holder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_cust_wk_day_of_week_format => '<th class="DayOfWeek">#IDAY#<br>#MM#/#DD#</th>',
p_cust_wk_month_open_format => '<table border="0" cellpadding="0" cellspacing="4" summary="0" class="WeekCalendarAlternative1">',
p_cust_wk_month_close_format => '</table></td></tr></table>',
p_cust_wk_week_title_format => '',
p_cust_wk_week_open_format => '',
p_cust_wk_week_close_format => '',
p_cust_wk_day_title_format => '',
p_cust_wk_day_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" class="Day" valign="top">',
p_cust_wk_day_close_format => '<br /></td>',
p_cust_wk_today_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" class="Today" valign="top">',
p_cust_wk_weekend_title_format => '',
p_cust_wk_weekend_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" valign="top" class="NonDay">',
p_cust_wk_weekend_close_format => '<br /></td>',
p_cust_month_day_height_pix => '100',
p_cust_month_day_height_per => '',
p_cust_week_day_width_pix => '100',
p_cust_week_day_width_per => '',
p_theme_id => 2,
p_theme_class_id => 2,
p_reference_id=> null);
end;
null;
end;
/
--application/shared_components/user_interface/templates/calendar/small_calendar
prompt ......template 6962432389384944
begin
begin
wwv_flow_api.create_calendar_template(
p_id=> 6962432389384944 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_cal_template_name=>'Small Calendar',
p_translate_this_template=> 'N',
p_day_of_week_format=> '<th class="day-of-week">#DY#</th>',
p_month_title_format=> '<table cellspacing="2" cellpadding="0" border="0" summary="" class="small-calendar-holder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="month-title">#IMONTH# #YYYY#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_month_open_format=> '<table border="0" cellpadding="0" cellspacing="2" summary="" class="small-calendar">',
p_month_close_format=> '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>',
p_day_title_format=> '<div class="day-title">#DD#</div>',
p_day_open_format=> '<td class="day" valign="top">',
p_day_close_format=> '</td>',
p_today_open_format=> '<td valign="top" class="today">',
p_weekend_title_format=> '<div class="weekend-day-title">#DD#</div>',
p_weekend_open_format => '<td valign="top" class="weekend-day">',
p_weekend_close_format => '</td>',
p_nonday_title_format => '<div class="non-day-title">#DD#</div>',
p_nonday_open_format => '<td class="non-day" valign="top">',
p_nonday_close_format => '</td>',
p_week_title_format => '',
p_week_open_format => '<tr>',
p_week_close_format => '</tr> ',
p_daily_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t1DayCalendarHolder"> <tr> <td class="t1MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>',
p_daily_open_format => '<tr>',
p_daily_close_format => '</tr>',
p_weekly_title_format => '<table cellspacing="2" cellpadding="0" border="0" summary="" class="SmallWeekCalendarHolder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_weekly_day_of_week_format => '<th class="DayOfWeek">#DY#<br />#MM#/#DD#</th>',
p_weekly_month_open_format => '<table border="0" cellpadding="0" cellspacing="2" summary="0" class="SmallWeekCalendar">',
p_weekly_month_close_format => '</table></td></tr></table>',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '<td class="Day" valign="top">',
p_weekly_day_close_format => '<br /></td>',
p_weekly_today_open_format => '<td class="t1Today" valign="top">',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => '<td valign="top" class="NonDay">',
p_weekly_weekend_close_format => '<br /></td>',
p_weekly_time_open_format => '<th class="Hour">',
p_weekly_time_close_format => '<br /></th>',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '<tr>',
p_weekly_hour_close_format => '</tr>',
p_daily_day_of_week_format => '<th class="DayOfWeek">#DY# #DD#/#MM#</th>',
p_daily_month_title_format => '<table cellspacing="2" cellpadding="0" border="0" summary="" class="SmallDayCalendarHolder"> <tr> <td class="MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr><tr><td>'||chr(10)||
'',
p_daily_month_open_format => '<table border="0" cellpadding="2" cellspacing="1" summary="0" class="SmallDayCalendar">',
p_daily_month_close_format => '</table></td></tr></table>',
p_daily_day_title_format => '',
p_daily_day_open_format => '<td valign="top" class="Day">',
p_daily_day_close_format => '<br /></td>',
p_daily_today_open_format => '<td valign="top" class="Today">',
p_daily_time_open_format => '<th class="Hour">',
p_daily_time_close_format => '<br /></th>',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '<tr>',
p_daily_hour_close_format => '</tr>',
p_cust_month_title_format => '<table cellspacing="2" cellpadding="0" border="0" summary="" class="small-calendar-holder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="month-title">#WTITLE#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_cust_day_of_week_format => '<th class="day-of-week">#DY#</th>',
p_cust_month_open_format => '<table border="0" cellpadding="0" cellspacing="2" summary="" class="small-calendar">',
p_cust_month_close_format => '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>',
p_cust_week_title_format => '',
p_cust_week_open_format => '<tr>',
p_cust_week_close_format => '</tr> ',
p_cust_day_title_format => '<div class="day-title">#DD#</div>',
p_cust_day_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" class="day" valign="top">',
p_cust_day_close_format => '</td>',
p_cust_today_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" valign="top" class="today">',
p_cust_daily_title_format => '',
p_cust_daily_open_format => '',
p_cust_daily_close_format => '',
p_cust_nonday_title_format => '<div class="non-day-title">#DD#</div>',
p_cust_nonday_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" class="non-day" valign="top">',
p_cust_nonday_close_format => '</td>',
p_cust_weekend_title_format => '<div class="weekend-day-title">#DD#</div>',
p_cust_weekend_open_format => '<td style="#COL_HEIGHT_PIX# #COL_HEIGHT_PER#" valign="top" class="weekend-day">',
p_cust_weekend_close_format => '</td>',
p_cust_hour_open_format => '<tr>',
p_cust_hour_close_format => '</tr>',
p_cust_time_title_format => '#TIME#',
p_cust_time_open_format => '<th class="Hour">',
p_cust_time_close_format => '<br /></th>',
p_cust_wk_month_title_format => '<table cellspacing="2" cellpadding="0" border="0" summary="" class="SmallWeekCalendarHolder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_cust_wk_day_of_week_format => '<th class="DayOfWeek">#DY#<br />#MM#/#DD#</th>',
p_cust_wk_month_open_format => '<table border="0" cellpadding="0" cellspacing="2" summary="0" class="SmallWeekCalendar">',
p_cust_wk_month_close_format => '</table></td></tr></table>',
p_cust_wk_week_title_format => '',
p_cust_wk_week_open_format => '',
p_cust_wk_week_close_format => '',
p_cust_wk_day_title_format => '',
p_cust_wk_day_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" class="Day" valign="top">',
p_cust_wk_day_close_format => '<br /></td>',
p_cust_wk_today_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" class="t1Today" valign="top">',
p_cust_wk_weekend_title_format => '',
p_cust_wk_weekend_open_format => '<td style="#COL_WIDTH_PIX# #COL_WIDTH_PER#" valign="top" class="NonDay">',
p_cust_wk_weekend_close_format => '<br /></td>',
p_cust_month_day_height_pix => '14',
p_cust_month_day_height_per => '14',
p_cust_week_day_width_pix => '40',
p_cust_week_day_width_per => '14',
p_theme_id => 2,
p_theme_class_id => 3,
p_reference_id=> null);
end;
null;
end;
/
prompt ...application themes
--
--application/shared_components/user_interface/themes/builder_blue
prompt ......theme 6962707044384949
begin
wwv_flow_api.create_theme (
p_id =>6962707044384949 + wwv_flow_api.g_id_offset,
p_flow_id =>wwv_flow.g_flow_id,
p_theme_id => 2,
p_theme_name=>'Builder Blue',
p_default_page_template=>6955625899384910 + wwv_flow_api.g_id_offset,
p_error_template=>6955625899384910 + wwv_flow_api.g_id_offset,
p_printer_friendly_template=>6955817144384913 + wwv_flow_api.g_id_offset,
p_breadcrumb_display_point=>'REGION_POSITION_01',
p_sidebar_display_point=>'REGION_POSITION_02',
p_login_template=>6954829042384904 + wwv_flow_api.g_id_offset,
p_default_button_template=>6956302790384923 + wwv_flow_api.g_id_offset,
p_default_region_template=>6958124487384931 + wwv_flow_api.g_id_offset,
p_default_chart_template =>6957227466384930 + wwv_flow_api.g_id_offset,
p_default_form_template =>6957305717384930 + wwv_flow_api.g_id_offset,
p_default_reportr_template =>6958124487384931 + wwv_flow_api.g_id_offset,
p_default_tabform_template=>6958124487384931 + wwv_flow_api.g_id_offset,
p_default_wizard_template=>6958704419384936 + wwv_flow_api.g_id_offset,
p_default_menur_template=>6956920417384930 + wwv_flow_api.g_id_offset,
p_default_listr_template=>6957514276384930 + wwv_flow_api.g_id_offset,
p_default_irr_template=>null + wwv_flow_api.g_id_offset,
p_default_report_template =>6960927687384943 + wwv_flow_api.g_id_offset,
p_default_label_template=>6961515215384943 + wwv_flow_api.g_id_offset,
p_default_menu_template=>6961818105384943 + wwv_flow_api.g_id_offset,
p_default_calendar_template=>6962028407384944 + wwv_flow_api.g_id_offset,
p_default_list_template=>6960022211384940 + wwv_flow_api.g_id_offset,
p_default_option_label=>6961515215384943 + wwv_flow_api.g_id_offset,
p_default_required_label=>6961724332384943 + wwv_flow_api.g_id_offset);
end;
/
prompt ...build options used by application 99556565
--
begin
null;
end;
/
--application/shared_components/globalization/messages
prompt ...messages used by application: 99556565
--
--application/shared_components/globalization/dyntranslations
prompt ...dynamic translations used by application: 99556565
--
--application/shared_components/globalization/language
prompt ...Language Maps for Application 99556565
--
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/application_express
prompt ......scheme 6962817926384949
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=> 6962817926384949 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Application Express',
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_use_secure_cookie_yn=>'',
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 => null + wwv_flow_api.g_id_offset);
end;
null;
end;
/
--application/shared_components/security/authentication/database
prompt ......scheme 6962926881384949
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=> 6962926881384949 + 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_use_secure_cookie_yn=>'',
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 => null + wwv_flow_api.g_id_offset);
end;
null;
end;
/
--application/shared_components/security/authentication/database_account
prompt ......scheme 6963021078384949
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=> 6963021078384949 + 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_use_secure_cookie_yn=>'',
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 => null + wwv_flow_api.g_id_offset);
end;
null;
end;
/
prompt ...plugins
--
--application/end_environment
commit;
commit;
begin
execute immediate 'begin dbms_session.set_nls( param => ''NLS_NUMERIC_CHARACTERS'', value => '''''''' || replace(wwv_flow_api.g_nls_numeric_chars,'''''''','''''''''''') || ''''''''); end;';
end;
/
set verify on
set feedback on
prompt ...done