From 509430c7188b86804449560b93b2717c9cce55e9 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Tue, 26 Feb 2008 12:26:07 +0000 Subject: [PATCH] Set the file upload procedures to call matt's antivirus routine. Also removed the original file upload field as this complicated things, users can now use the upload file button to upload files to the enquiry. see ticket #40 git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3712 248e525c-4dfb-0310-94bc-949c084e9493 --- Screens/f155.sql | 88964 +++++++++++++++++++++++---------------------- 1 file changed, 44644 insertions(+), 44320 deletions(-) diff --git a/Screens/f155.sql b/Screens/f155.sql index e44fbb3..064eb4b 100644 --- a/Screens/f155.sql +++ b/Screens/f155.sql @@ -1,240 +1,240 @@ -set define off -set verify off -set serveroutput on size 1000000 -set feedback off -WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK -begin wwv_flow.g_import_in_progress := true; end; -/ - - ---application/set_environment -prompt APPLICATION 155 - webmip --- --- Application Export: --- Application: 155 --- Name: webmip --- Date and Time: 21:00 Monday February 25, 2008 --- Exported By: --- Flashback: 0 --- Export Type: Application Export --- Version: 3.0.1.00.08 - --- Import: --- Using application builder --- or --- Using SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application. - --- Application Statistics: --- Pages: 54 --- Items: 343 --- Computations: 1 --- Validations: 251 --- Processes: 92 --- Regions: 78 --- Buttons: 118 --- Shared Components --- Breadcrumbs: 1 --- Entries 1 --- Items: 7 --- Computations: 4 --- Processes: 2 --- Parent Tabs: 0 --- Tab Sets: 0 --- Tabs: 0 --- NavBars: 0 --- Lists: 2 --- Shortcuts: 1 --- Themes: 1 --- Templates: --- Page: 10 --- List: 14 --- Report: 7 --- Label: 5 --- Region: 21 --- Messages: 0 --- Build Options: 0 - - --- AAAA PPPPP EEEEEE XX XX --- AA AA PP PP EE XX XX --- AA AA PP PP EE XX XX --- AAAAAAAAAA PPPPP EEEE XXXX --- AA AA PP EE XX XX --- AA AA PP EE XX XX --- AA AA PP EEEEEE XX XX -prompt Set Credentials... - -begin - - -- Assumes you are running the script connected to SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application. - wwv_flow_api.set_security_group_id(p_security_group_id=>11019802792885519); - -end; -/ - -begin wwv_flow.g_import_in_progress := true; end; -/ +set define off +set verify off +set serveroutput on size 1000000 +set feedback off +WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK +begin wwv_flow.g_import_in_progress := true; end; +/ + + +--application/set_environment +prompt APPLICATION 155 - webmip +-- +-- Application Export: +-- Application: 155 +-- Name: webmip +-- Date and Time: 12:21 Tuesday February 26, 2008 +-- Exported By: PRIESTJ +-- Flashback: 0 +-- Export Type: Application Export +-- Version: 3.0.1.00.08 + +-- Import: +-- Using application builder +-- or +-- Using SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application. + +-- Application Statistics: +-- Pages: 54 +-- Items: 343 +-- Computations: 1 +-- Validations: 251 +-- Processes: 92 +-- Regions: 78 +-- Buttons: 118 +-- Shared Components +-- Breadcrumbs: 1 +-- Entries 1 +-- Items: 7 +-- Computations: 4 +-- Processes: 2 +-- Parent Tabs: 0 +-- Tab Sets: 0 +-- Tabs: 0 +-- NavBars: 0 +-- Lists: 2 +-- Shortcuts: 1 +-- Themes: 1 +-- Templates: +-- Page: 10 +-- List: 14 +-- Report: 7 +-- Label: 5 +-- Region: 21 +-- Messages: 0 +-- Build Options: 0 + + +-- AAAA PPPPP EEEEEE XX XX +-- AA AA PP PP EE XX XX +-- AA AA PP PP EE XX XX +-- AAAAAAAAAA PPPPP EEEE XXXX +-- AA AA PP EE XX XX +-- AA AA PP EE XX XX +-- AA AA PP EEEEEE XX XX +prompt Set Credentials... + +begin + + -- Assumes you are running the script connected to SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application. + wwv_flow_api.set_security_group_id(p_security_group_id=>11019802792885519); + +end; +/ + +begin wwv_flow.g_import_in_progress := true; end; +/ begin - + select value into wwv_flow_api.g_nls_numeric_chars from nls_session_parameters where parameter='NLS_NUMERIC_CHARACTERS'; - + end; - -/ + +/ begin execute immediate 'alter session set nls_numeric_characters=''.,'''; - + end; - -/ -begin wwv_flow.g_browser_language := 'en-us'; end; -/ -prompt Check Compatibility... - -begin - --- This date identifies the minimum version required to import this file. -wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.01.08'); - -end; -/ - -prompt Set Application ID... - -begin - - -- SET APPLICATION ID - wwv_flow.g_flow_id := 155; - wwv_flow_api.g_id_offset := 0; -null; - -end; -/ - ---application/delete_application - -begin - - -- Remove Application -wwv_flow_api.remove_flow(155); - -end; -/ - - -begin - -wwv_flow_audit.remove_audit_trail(155); -null; - -end; -/ - ---application/create_application - -begin - -wwv_flow_api.create_flow( - p_id => 155, - p_display_id=> 155, - p_owner => 'MIP_DEV_E', - p_name => 'webmip', - p_alias => 'WEBMIP', - p_page_view_logging => 'YES', - p_default_page_template=> 24734011047526756 + wwv_flow_api.g_id_offset, - p_printer_friendly_template=> 24735530196526758 + wwv_flow_api.g_id_offset, - p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset, - p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset, - p_page_protection_enabled_y_n=> 'N', - p_checksum_salt_last_reset => '20080225155337', - p_home_link => 'f?p=&APP_ID.:1', - p_box_width => '98%', - p_flow_language => 'en-gb', - p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE', - p_flow_image_prefix => '/i/', - p_documentation_banner=> '', - p_authentication => 'CUSTOM2', - p_login_url => '', - p_logout_url => 'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess =&FLOW_ID.:500', - p_application_tab_set=> 1, - p_logo_image => 'TEXT:TEXT:', - p_public_url_prefix => '', - p_public_user => 'APEX_PUBLIC_USER', - p_dbauth_url_prefix => '', - p_proxy_server => '', - p_cust_authentication_process=> '.'||to_char(13718119800323842 + 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=> 'This application is currently unavailable at this time.', - p_build_status => 'RUN_AND_BUILD', - p_exact_substitutions_only=> 'Y', - p_vpd => '', - p_csv_encoding => 'N', - p_theme_id => 101, - p_default_label_template => 24749138532526789 + wwv_flow_api.g_id_offset, - p_default_report_template => 24743617611526775 + wwv_flow_api.g_id_offset, - p_default_list_template => 24748312327526783 + wwv_flow_api.g_id_offset, - p_default_menu_template => 24750232156526795 + wwv_flow_api.g_id_offset, - p_default_button_template => 24749440874526790 + wwv_flow_api.g_id_offset, - p_default_chart_template => 24737941385526765 + wwv_flow_api.g_id_offset, - p_default_form_template => 24738214051526765 + wwv_flow_api.g_id_offset, - p_default_wizard_template => 24742135446526770 + wwv_flow_api.g_id_offset, - p_default_tabform_template => 24740611526526770 + wwv_flow_api.g_id_offset, - p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_menur_template => 24737010408526765 + wwv_flow_api.g_id_offset, - p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset, - p_substitution_string_01 => 'SYSTEM_ENVIRONMENT', - p_substitution_value_01 => '(Development)', - p_last_updated_by => 'PRIESTJ', - p_last_upd_yyyymmddhh24miss=> '20080225155337', - p_required_roles=> wwv_flow_utilities.string_to_table2('')); - - -end; -/ - -prompt ...authorization schemes --- - -begin - ---application/shared_components/security/authorization/master_page_authorization -wwv_flow_api.create_security_scheme( - p_id => 14565830986682708 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_name=>'master_page_authorization', - p_scheme_type=>'FUNCTION_RETURNING_BOOLEAN', + +/ +begin wwv_flow.g_browser_language := 'en-gb'; end; +/ +prompt Check Compatibility... + +begin + +-- This date identifies the minimum version required to import this file. +wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2007.01.08'); + +end; +/ + +prompt Set Application ID... + +begin + + -- SET APPLICATION ID + wwv_flow.g_flow_id := 155; + wwv_flow_api.g_id_offset := 0; +null; + +end; +/ + +--application/delete_application + +begin + + -- Remove Application +wwv_flow_api.remove_flow(155); + +end; +/ + + +begin + +wwv_flow_audit.remove_audit_trail(155); +null; + +end; +/ + +--application/create_application + +begin + +wwv_flow_api.create_flow( + p_id => 155, + p_display_id=> 155, + p_owner => 'MIP_DEV_E', + p_name => 'webmip', + p_alias => 'WEBMIP', + p_page_view_logging => 'YES', + p_default_page_template=> 24734011047526756 + wwv_flow_api.g_id_offset, + p_printer_friendly_template=> 24735530196526758 + wwv_flow_api.g_id_offset, + p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset, + p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset, + p_page_protection_enabled_y_n=> 'N', + p_checksum_salt_last_reset => '20080226122113', + p_home_link => 'f?p=&APP_ID.:1', + p_box_width => '98%', + p_flow_language => 'en-gb', + p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE', + p_flow_image_prefix => '/i/', + p_documentation_banner=> '', + p_authentication => 'CUSTOM2', + p_login_url => '', + p_logout_url => 'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess =&FLOW_ID.:500', + p_application_tab_set=> 1, + p_logo_image => 'TEXT:TEXT:', + p_public_url_prefix => '', + p_public_user => 'APEX_PUBLIC_USER', + p_dbauth_url_prefix => '', + p_proxy_server => '', + p_cust_authentication_process=> '.'||to_char(13718119800323842 + 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=> 'This application is currently unavailable at this time.', + p_build_status => 'RUN_AND_BUILD', + p_exact_substitutions_only=> 'Y', + p_vpd => '', + p_csv_encoding => 'N', + p_theme_id => 101, + p_default_label_template => 24749138532526789 + wwv_flow_api.g_id_offset, + p_default_report_template => 24743617611526775 + wwv_flow_api.g_id_offset, + p_default_list_template => 24748312327526783 + wwv_flow_api.g_id_offset, + p_default_menu_template => 24750232156526795 + wwv_flow_api.g_id_offset, + p_default_button_template => 24749440874526790 + wwv_flow_api.g_id_offset, + p_default_chart_template => 24737941385526765 + wwv_flow_api.g_id_offset, + p_default_form_template => 24738214051526765 + wwv_flow_api.g_id_offset, + p_default_wizard_template => 24742135446526770 + wwv_flow_api.g_id_offset, + p_default_tabform_template => 24740611526526770 + wwv_flow_api.g_id_offset, + p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_menur_template => 24737010408526765 + wwv_flow_api.g_id_offset, + p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset, + p_substitution_string_01 => 'SYSTEM_ENVIRONMENT', + p_substitution_value_01 => '(Development)', + p_last_updated_by => 'PRIESTJ', + p_last_upd_yyyymmddhh24miss=> '20080226122113', + p_required_roles=> wwv_flow_utilities.string_to_table2('')); + + +end; +/ + +prompt ...authorization schemes +-- + +begin + +--application/shared_components/security/authorization/master_page_authorization +wwv_flow_api.create_security_scheme( + p_id => 14565830986682708 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_name=>'master_page_authorization', + p_scheme_type=>'FUNCTION_RETURNING_BOOLEAN', p_scheme=>'IF wwv_flow_custom_auth.current_page_is_public then'||chr(10)|| 'return TRUE;'||chr(10)|| 'else'||chr(10)|| 'return mip_security.page_authorization(p_app_user=>:app_user, p_page_id=>:app_page_id);'||chr(10)|| -'END IF;', - p_caching=>'BY_USER_BY_PAGE_VIEW', - p_error_message=>'You are not authorized to access this page'); - ---application/shared_components/security/authorization/page_authorization -wwv_flow_api.create_security_scheme( - p_id => 14572900838700208 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_name=>'PAGE_AUTHORIZATION', - p_scheme_type=>'FUNCTION_RETURNING_BOOLEAN', +'END IF;', + p_caching=>'BY_USER_BY_PAGE_VIEW', + p_error_message=>'You are not authorized to access this page'); + +--application/shared_components/security/authorization/page_authorization +wwv_flow_api.create_security_scheme( + p_id => 14572900838700208 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_name=>'PAGE_AUTHORIZATION', + p_scheme_type=>'FUNCTION_RETURNING_BOOLEAN', p_scheme=>'return true;'||chr(10)|| 'IF wwv_flow_custom_auth.current_page_is_public then'||chr(10)|| 'return TRUE;'||chr(10)|| 'else'||chr(10)|| 'return mip_security.page_authorization(p_app_user=>:app_user, p_page_id=>:app_page_id);'||chr(10)|| -'END IF;', - p_caching=>'BY_USER_BY_PAGE_VIEW', - p_reference_id=> 14565830986682708, - p_error_message=>'You are not authorized to access this page'); - ---application/shared_components/security/authorization/check_agent_access -wwv_flow_api.create_security_scheme( - p_id => 16097609166220701 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_name=>'check agent access', - p_scheme_type=>'FUNCTION_RETURNING_BOOLEAN', +'END IF;', + p_caching=>'BY_USER_BY_PAGE_VIEW', + p_reference_id=> 14565830986682708, + p_error_message=>'You are not authorized to access this page'); + +--application/shared_components/security/authorization/check_agent_access +wwv_flow_api.create_security_scheme( + p_id => 16097609166220701 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_name=>'check agent access', + p_scheme_type=>'FUNCTION_RETURNING_BOOLEAN', p_scheme=>'declare'||chr(10)|| 'cursor c_supplier(cp_enqu_id number) is SELECT prty_id FROM v_latest_rt_code_for_enro where rt_code=''ENQ SUPP'' and enqu_id=cp_enqu_id;'||chr(10)|| 'supplierid number;'||chr(10)|| @@ -268,69 +268,69 @@ wwv_flow_api.create_security_scheme( 'end if;'||chr(10)|| 'END IF;'||chr(10)|| 'return false;'||chr(10)|| -'end;', - p_caching=>'BY_USER_BY_PAGE_VIEW', - p_error_message=>'Unauthorized to view this page'); - - -end; -/ - ---application/shared_components/navigation/navigation_bar -prompt ...navigation bar entries --- - -begin - -null; - -end; -/ - -prompt ...application processes --- ---application/shared_components/logic/application_processes/geterrormsg - -begin - -declare - p varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin +'end;', + p_caching=>'BY_USER_BY_PAGE_VIEW', + p_error_message=>'Unauthorized to view this page'); + + +end; +/ + +--application/shared_components/navigation/navigation_bar +prompt ...navigation bar entries +-- + +begin + +null; + +end; +/ + +prompt ...application processes +-- +--application/shared_components/logic/application_processes/geterrormsg + +begin + +declare + p varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin p:=p||'begin'||chr(10)|| 'htp.prn(mip_friendly_messages.get_friendly_message(:ORA_ERR_CODE));'||chr(10)|| 'end;'; - -wwv_flow_api.create_flow_process( - p_id => 38913520155650213 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_process_sequence=> 1, - p_process_point => 'ON_DEMAND', - p_process_type=> 'PLSQL', - p_process_name=> 'getErrorMsg', - p_process_sql_clob=> p, - p_process_error_message=> 'Could not run getErrorMsg...', - p_process_when=> '', - p_process_when_type=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_process_comment=> ''); -end; - -null; - -end; -/ - ---application/shared_components/logic/application_processes/removen - -begin - -declare - p varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_flow_process( + p_id => 38913520155650213 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_process_sequence=> 1, + p_process_point => 'ON_DEMAND', + p_process_type=> 'PLSQL', + p_process_name=> 'getErrorMsg', + p_process_sql_clob=> p, + p_process_error_message=> 'Could not run getErrorMsg...', + p_process_when=> '', + p_process_when_type=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_process_comment=> ''); +end; + +null; + +end; +/ + +--application/shared_components/logic/application_processes/removen + +begin + +declare + p varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin p:=p||'BEGIN'||chr(10)|| ' FOR rItem IN'||chr(10)|| ' ( SELECT ITEM_NAME'||chr(10)|| @@ -343,204 +343,204 @@ p:=p||'BEGIN'||chr(10)|| ' )'||chr(10)|| ' LOOP'||chr(10)|| ' IF V(rItem.ITEM_NAME) = ''%null'' '; - + p:=p||'|| ''%'''||chr(10)|| ' THEN'||chr(10)|| ' Apex_Util.set_session_state(rItem.ITEM_NAME, NULL);'||chr(10)|| ' END IF;'||chr(10)|| ' END LOOP;'||chr(10)|| 'END;'; - -wwv_flow_api.create_flow_process( - p_id => 29255532498512664 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_process_sequence=> 0, - p_process_point => 'ON_SUBMIT_BEFORE_COMPUTATION', - p_process_type=> 'PLSQL', - p_process_name=> 'RemoveN', - p_process_sql_clob=> p, - p_process_error_message=> 'Error within RemoveNulls application process', - p_process_when=> '', - p_process_when_type=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_process_comment=> ''); -end; - -null; - -end; -/ - -prompt ...application items --- ---application/shared_components/logic/application_items/f155_previous_page - -begin - -wwv_flow_api.create_flow_item( - p_id=> 15927620320666317 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'F155_PREVIOUS_PAGE', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> 'S', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - ---application/shared_components/logic/application_items/fsp_after_login_url - -begin - -wwv_flow_api.create_flow_item( - p_id=> 12176708008664422 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'FSP_AFTER_LOGIN_URL', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - ---application/shared_components/logic/application_items/fsp_process_state_26081006445874709 - -begin - -wwv_flow_api.create_flow_item( - p_id=> 27303231728699616 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'FSP_PROCESS_STATE_26081006445874709', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - ---application/shared_components/logic/application_items/ora_err_code - -begin - -wwv_flow_api.create_flow_item( - p_id=> 38912731667634594 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'ORA_ERR_CODE', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> 'N', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - ---application/shared_components/logic/application_items/webmip_prev_page_id - -begin - -wwv_flow_api.create_flow_item( - p_id=> 16615306683233995 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'WEBMIP_PREV_PAGE_ID', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> 'B', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - ---application/shared_components/logic/application_items/webmip_this_page_id - -begin - -wwv_flow_api.create_flow_item( - p_id=> 16614903220233044 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'WEBMIP_THIS_PAGE_ID', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> 'N', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - ---application/shared_components/logic/application_items/webmip_today - -begin - -wwv_flow_api.create_flow_item( - p_id=> 17475408854086126 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'WEBMIP_TODAY', - p_data_type=> 'VARCHAR', - p_is_persistent=> 'Y', - p_protection_level=> 'N', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_item_comment=> ''); - -null; - -end; -/ - -prompt ...application level computations --- - -begin - ---application/shared_components/logic/application_computations/webmip_this_page_id -wwv_flow_api.create_flow_computation ( - p_id => 16617405130271456 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_computation_sequence => 1, - p_computation_item => 'WEBMIP_THIS_PAGE_ID', - p_computation_point => 'AFTER_HEADER', - p_computation_type => 'FUNCTION_BODY', - p_computation_processed=> 'REPLACE_EXISTING', + +wwv_flow_api.create_flow_process( + p_id => 29255532498512664 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_process_sequence=> 0, + p_process_point => 'ON_SUBMIT_BEFORE_COMPUTATION', + p_process_type=> 'PLSQL', + p_process_name=> 'RemoveN', + p_process_sql_clob=> p, + p_process_error_message=> 'Error within RemoveNulls application process', + p_process_when=> '', + p_process_when_type=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_process_comment=> ''); +end; + +null; + +end; +/ + +prompt ...application items +-- +--application/shared_components/logic/application_items/f155_previous_page + +begin + +wwv_flow_api.create_flow_item( + p_id=> 15927620320666317 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'F155_PREVIOUS_PAGE', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> 'S', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +--application/shared_components/logic/application_items/fsp_after_login_url + +begin + +wwv_flow_api.create_flow_item( + p_id=> 12176708008664422 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'FSP_AFTER_LOGIN_URL', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +--application/shared_components/logic/application_items/fsp_process_state_26081006445874709 + +begin + +wwv_flow_api.create_flow_item( + p_id=> 27303231728699616 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'FSP_PROCESS_STATE_26081006445874709', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +--application/shared_components/logic/application_items/ora_err_code + +begin + +wwv_flow_api.create_flow_item( + p_id=> 38912731667634594 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'ORA_ERR_CODE', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> 'N', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +--application/shared_components/logic/application_items/webmip_prev_page_id + +begin + +wwv_flow_api.create_flow_item( + p_id=> 16615306683233995 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'WEBMIP_PREV_PAGE_ID', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> 'B', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +--application/shared_components/logic/application_items/webmip_this_page_id + +begin + +wwv_flow_api.create_flow_item( + p_id=> 16614903220233044 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'WEBMIP_THIS_PAGE_ID', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> 'N', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +--application/shared_components/logic/application_items/webmip_today + +begin + +wwv_flow_api.create_flow_item( + p_id=> 17475408854086126 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'WEBMIP_TODAY', + p_data_type=> 'VARCHAR', + p_is_persistent=> 'Y', + p_protection_level=> 'N', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_item_comment=> ''); + +null; + +end; +/ + +prompt ...application level computations +-- + +begin + +--application/shared_components/logic/application_computations/webmip_this_page_id +wwv_flow_api.create_flow_computation ( + p_id => 16617405130271456 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_computation_sequence => 1, + p_computation_item => 'WEBMIP_THIS_PAGE_ID', + p_computation_point => 'AFTER_HEADER', + p_computation_type => 'FUNCTION_BODY', + p_computation_processed=> 'REPLACE_EXISTING', p_computation => 'IF :APP_PAGE_ID <> 101 THEN'||chr(10)|| ' RETURN :APP_PAGE_ID;'||chr(10)|| 'ELSE'||chr(10)|| ' RETURN NULL;'||chr(10)|| 'END IF;'||chr(10)|| -'', - p_compute_when=> 'WEBMIP_PREV_PAGE_ID', - p_compute_when_type=> 'ITEM_IS_NULL', - p_computation_error_message=>'', - p_computation_comment=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset); - ---application/shared_components/logic/application_computations/webmip_prev_page_id -wwv_flow_api.create_flow_computation ( - p_id => 16617826731287108 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_computation_sequence => 2, - p_computation_item => 'WEBMIP_PREV_PAGE_ID', - p_computation_point => 'AFTER_HEADER', - p_computation_type => 'FUNCTION_BODY', - p_computation_processed=> 'REPLACE_EXISTING', +'', + p_compute_when=> 'WEBMIP_PREV_PAGE_ID', + p_compute_when_type=> 'ITEM_IS_NULL', + p_computation_error_message=>'', + p_computation_comment=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset); + +--application/shared_components/logic/application_computations/webmip_prev_page_id +wwv_flow_api.create_flow_computation ( + p_id => 16617826731287108 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_computation_sequence => 2, + p_computation_item => 'WEBMIP_PREV_PAGE_ID', + p_computation_point => 'AFTER_HEADER', + p_computation_type => 'FUNCTION_BODY', + p_computation_processed=> 'REPLACE_EXISTING', p_computation => 'IF :APP_PAGE_ID = 1 THEN'||chr(10)|| ' RETURN :WEBMIP_THIS_PAGE_ID;'||chr(10)|| 'ELSIF :WEBMIP_THIS_PAGE_ID <> :APP_PAGE_ID THEN'||chr(10)|| @@ -548,162 +548,162 @@ wwv_flow_api.create_flow_computation ( 'ELSE'||chr(10)|| ' RETURN :WEBMIP_PREV_PAGE_ID;'||chr(10)|| 'END IF;'||chr(10)|| -'', - p_compute_when=> '', - p_compute_when_type=> '', - p_computation_error_message=>'', - p_computation_comment=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset); - ---application/shared_components/logic/application_computations/webmip_this_page_id -wwv_flow_api.create_flow_computation ( - p_id => 16618213010292664 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_computation_sequence => 3, - p_computation_item => 'WEBMIP_THIS_PAGE_ID', - p_computation_point => 'BEFORE_BOX_BODY', - p_computation_type => 'FUNCTION_BODY', - p_computation_processed=> 'REPLACE_EXISTING', - p_computation => 'return :APP_PAGE_ID;', - p_compute_when=> '', - p_compute_when_type=> '', - p_computation_error_message=>'', - p_computation_comment=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset); - ---application/shared_components/logic/application_computations/webmip_today -wwv_flow_api.create_flow_computation ( - p_id => 17476326516091159 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_computation_sequence => 10, - p_computation_item => 'WEBMIP_TODAY', - p_computation_point => 'BEFORE_HEADER', - p_computation_type => 'FUNCTION_BODY', - p_computation_processed=> 'REPLACE_EXISTING', - p_computation => 'return trunc(sysdate);', - p_compute_when=> '', - p_compute_when_type=> '', - p_computation_error_message=>'Unable to set WEBMIP_TODAY', - p_computation_comment=> '', - p_required_patch=> null + wwv_flow_api.g_id_offset); - - -end; -/ - -prompt ...Application Tabs --- - -begin - -null; - -end; -/ - -prompt ...Application Parent Tabs --- - -begin - -null; - -end; -/ - -prompt ...Shared Lists of values --- ---application/shared_components/user_interface/lov/additionalitems - -begin - -wwv_flow_api.create_list_of_values ( - p_id => 41943506692705728 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_lov_name => 'ADDITIONALITEMS', +'', + p_compute_when=> '', + p_compute_when_type=> '', + p_computation_error_message=>'', + p_computation_comment=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset); + +--application/shared_components/logic/application_computations/webmip_this_page_id +wwv_flow_api.create_flow_computation ( + p_id => 16618213010292664 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_computation_sequence => 3, + p_computation_item => 'WEBMIP_THIS_PAGE_ID', + p_computation_point => 'BEFORE_BOX_BODY', + p_computation_type => 'FUNCTION_BODY', + p_computation_processed=> 'REPLACE_EXISTING', + p_computation => 'return :APP_PAGE_ID;', + p_compute_when=> '', + p_compute_when_type=> '', + p_computation_error_message=>'', + p_computation_comment=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset); + +--application/shared_components/logic/application_computations/webmip_today +wwv_flow_api.create_flow_computation ( + p_id => 17476326516091159 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_computation_sequence => 10, + p_computation_item => 'WEBMIP_TODAY', + p_computation_point => 'BEFORE_HEADER', + p_computation_type => 'FUNCTION_BODY', + p_computation_processed=> 'REPLACE_EXISTING', + p_computation => 'return trunc(sysdate);', + p_compute_when=> '', + p_compute_when_type=> '', + p_computation_error_message=>'Unable to set WEBMIP_TODAY', + p_computation_comment=> '', + p_required_patch=> null + wwv_flow_api.g_id_offset); + + +end; +/ + +prompt ...Application Tabs +-- + +begin + +null; + +end; +/ + +prompt ...Application Parent Tabs +-- + +begin + +null; + +end; +/ + +prompt ...Shared Lists of values +-- +--application/shared_components/user_interface/lov/additionalitems + +begin + +wwv_flow_api.create_list_of_values ( + p_id => 41943506692705728 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_lov_name => 'ADDITIONALITEMS', p_lov_query=> 'select description d, code r'||chr(10)|| 'from additional_items'||chr(10)|| -'order by 1'); - -null; - -end; -/ - ---application/shared_components/user_interface/lov/addresses - -begin - -wwv_flow_api.create_list_of_values ( - p_id => 19196913526700708 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_lov_name => 'ADDRESSES', +'order by 1'); + +null; + +end; +/ + +--application/shared_components/user_interface/lov/addresses + +begin + +wwv_flow_api.create_list_of_values ( + p_id => 19196913526700708 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_lov_name => 'ADDRESSES', p_lov_query=> 'SELECT addr.code || '','' || addr.sub_building || '','' || addr.building || '','' ||'||chr(10)|| ' addr.city || '','' || addr.postcode AS address,'||chr(10)|| ' addr.code AS return_value'||chr(10)|| ' FROM addresses addr'||chr(10)|| -''); - -null; - -end; -/ - ---application/shared_components/user_interface/lov/address_types - -begin - -wwv_flow_api.create_list_of_values ( - p_id => 20512626684169344 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_lov_name => 'ADDRESS_TYPES', - p_lov_query=> '.'||to_char(20512626684169344 + wwv_flow_api.g_id_offset)||'.'); - -null; - -end; -/ - - -begin - -wwv_flow_api.create_static_lov_data ( - p_id=>20512917515169355 + wwv_flow_api.g_id_offset, - p_lov_id=>20512626684169344 + wwv_flow_api.g_id_offset, - p_lov_disp_sequence=>1, - p_lov_disp_value=>'HOME', - p_lov_return_value=>'HOME', - p_lov_data_comment=> ''); - -null; - -end; -/ - - -begin - -wwv_flow_api.create_static_lov_data ( - p_id=>20513103193169356 + wwv_flow_api.g_id_offset, - p_lov_id=>20512626684169344 + wwv_flow_api.g_id_offset, - p_lov_disp_sequence=>2, - p_lov_disp_value=>'OFFICE', - p_lov_return_value=>'OFFICE', - p_lov_data_comment=> ''); - -null; - -end; -/ - ---application/shared_components/user_interface/lov/agents - -begin - -wwv_flow_api.create_list_of_values ( - p_id => 28764130097094452 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_lov_name => 'AGENTS', +''); + +null; + +end; +/ + +--application/shared_components/user_interface/lov/address_types + +begin + +wwv_flow_api.create_list_of_values ( + p_id => 20512626684169344 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_lov_name => 'ADDRESS_TYPES', + p_lov_query=> '.'||to_char(20512626684169344 + wwv_flow_api.g_id_offset)||'.'); + +null; + +end; +/ + + +begin + +wwv_flow_api.create_static_lov_data ( + p_id=>20512917515169355 + wwv_flow_api.g_id_offset, + p_lov_id=>20512626684169344 + wwv_flow_api.g_id_offset, + p_lov_disp_sequence=>1, + p_lov_disp_value=>'HOME', + p_lov_return_value=>'HOME', + p_lov_data_comment=> ''); + +null; + +end; +/ + + +begin + +wwv_flow_api.create_static_lov_data ( + p_id=>20513103193169356 + wwv_flow_api.g_id_offset, + p_lov_id=>20512626684169344 + wwv_flow_api.g_id_offset, + p_lov_disp_sequence=>2, + p_lov_disp_value=>'OFFICE', + p_lov_return_value=>'OFFICE', + p_lov_data_comment=> ''); + +null; + +end; +/ + +--application/shared_components/user_interface/lov/agents + +begin + +wwv_flow_api.create_list_of_values ( + p_id => 28764130097094452 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_lov_name => 'AGENTS', p_lov_query=> 'BEGIN'||chr(10)|| ' IF mip_parties.get_user_role(:APP_USER) IN (''MIPADMIN'', ''ICU'', ''CS'') THEN'||chr(10)|| ' RETURN (q'' 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> 30, - p_cMaxlength=> 2000, - p_cHeight=> 5, - p_cAttributes=> 'nowrap', - p_begin_on_new_line => 'YES', - p_begin_on_new_field=> 'YES', - p_colspan => 1, - p_rowspan => 1, - p_label_alignment => 'RIGHT', - p_field_alignment => 'LEFT', +'', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> 30, + p_cMaxlength=> 2000, + p_cHeight=> 5, + p_cAttributes=> 'nowrap', + p_begin_on_new_line => 'YES', + p_begin_on_new_field=> 'YES', + p_colspan => 1, + p_rowspan => 1, + p_label_alignment => 'RIGHT', + p_field_alignment => 'LEFT', p_display_when=>'DECLARE'||chr(10)|| ' cur_status VARCHAR2(250);'||chr(10)|| 'BEGIN'||chr(10)|| @@ -39396,144 +39720,144 @@ wwv_flow_api.create_page_item( ' ELSE'||chr(10)|| ' RETURN FALSE;'||chr(10)|| ' END IF;'||chr(10)|| -'END;', - p_display_when_type=>'FUNCTION_BODY', - p_field_template => 24749138532526789+wwv_flow_api.g_id_offset, - p_is_persistent=> 'Y', - p_lov_display_extra=>'NO', - p_protection_level => 'N', - p_help_text => h, - p_item_comment => ''); - - -end; -/ - -declare - h varchar2(32767) := null; -begin -wwv_flow_api.create_page_item( - p_id=>39355518253155822 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 81, - p_name=>'P81_QMIN_GT_ENQU_QMIN', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 40, - p_item_plug_id => 26078608102874706+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_source_type=> 'STATIC', - p_display_as=> 'HIDDEN', - p_lov_columns=> 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> 30, - p_cMaxlength=> 2000, - p_cHeight=> 1, - p_cAttributes=> 'nowrap', - p_begin_on_new_line => 'YES', - 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_lov_display_extra=>'NO', - p_protection_level => 'N', - p_item_comment => ''); - - -end; -/ - -declare - h varchar2(32767) := null; -begin -wwv_flow_api.create_page_item( - p_id=>39358416999164919 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 81, - p_name=>'P81_QMIN_MSG', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 10, - p_item_plug_id => 26078608102874706+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', +'END;', + p_display_when_type=>'FUNCTION_BODY', + p_field_template => 24749138532526789+wwv_flow_api.g_id_offset, + p_is_persistent=> 'Y', + p_lov_display_extra=>'NO', + p_protection_level => 'N', + p_help_text => h, + p_item_comment => ''); + + +end; +/ + +declare + h varchar2(32767) := null; +begin +wwv_flow_api.create_page_item( + p_id=>39355518253155822 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 81, + p_name=>'P81_QMIN_GT_ENQU_QMIN', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 40, + p_item_plug_id => 26078608102874706+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_source_type=> 'STATIC', + p_display_as=> 'HIDDEN', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> 30, + p_cMaxlength=> 2000, + p_cHeight=> 1, + p_cAttributes=> 'nowrap', + p_begin_on_new_line => 'YES', + 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_lov_display_extra=>'NO', + p_protection_level => 'N', + p_item_comment => ''); + + +end; +/ + +declare + h varchar2(32767) := null; +begin +wwv_flow_api.create_page_item( + p_id=>39358416999164919 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 81, + p_name=>'P81_QMIN_MSG', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 10, + p_item_plug_id => 26078608102874706+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', p_item_default => 'Please note! The module you have selected has a minimum flow rate that is greater than the requirement input on the enquiry screen. '||chr(10)|| ''||chr(10)|| -'Please check that the Qmin entered on the enquiry screen is correct, or “copy new†and select a module that has a minimum flow rate lower than the Qmin request.', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_source_type=> 'STATIC', - p_display_as=> 'DISPLAY_ONLY_ESCAPE_SC', - p_lov_columns=> 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> 30, - p_cMaxlength=> 2000, - p_cHeight=> 5, - p_cAttributes=> 'nowrap', - 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_display_when=>'P81_QMIN_GT_ENQU_QMIN', - p_display_when2=>'YES', - p_display_when_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2', - p_field_template => 24748930478526784+wwv_flow_api.g_id_offset, - p_is_persistent=> 'Y', - p_lov_display_extra=>'NO', - p_protection_level => 'N', - p_item_comment => ''); - - -end; -/ - - -begin - -declare - p varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin +'Please check that the Qmin entered on the enquiry screen is correct, or “copy new” and select a module that has a minimum flow rate lower than the Qmin request.', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_source_type=> 'STATIC', + p_display_as=> 'DISPLAY_ONLY_ESCAPE_SC', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> 30, + p_cMaxlength=> 2000, + p_cHeight=> 5, + p_cAttributes=> 'nowrap', + 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_display_when=>'P81_QMIN_GT_ENQU_QMIN', + p_display_when2=>'YES', + p_display_when_type=>'VAL_OF_ITEM_IN_COND_EQ_COND2', + p_field_template => 24748930478526784+wwv_flow_api.g_id_offset, + p_is_persistent=> 'Y', + p_lov_display_extra=>'NO', + p_protection_level => 'N', + p_item_comment => ''); + + +end; +/ + + +begin + +declare + p varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin p:=p||'#OWNER#.mip_quotation.accept_quote(p_qute_id => :P81_QUOTE_ID'||chr(10)|| ' ,p_prty_id => #OWNER#.mip_parties.get_user_id(:APP_USER)'||chr(10)|| ' ,p_owner_prty_id => :P81_ACCEPT_FOR'||chr(10)|| ' ,p_description => ''Quote accepted by ''||:APP_USER);'; - -wwv_flow_api.create_page_process( - p_id => 28012906774872628 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id => 81, - p_process_sequence=> 10, - p_process_point=> 'AFTER_SUBMIT', - p_process_type=> 'PLSQL', - p_process_name=> 'accept_quote', - p_process_sql_clob => p, - p_process_error_message=> 'An error occurred whilst accepting the quote.', - p_process_when_button_id=>26080222902874708 + wwv_flow_api.g_id_offset, - p_process_success_message=> 'Quote accepted.', - p_process_is_stateful_y_n=>'N', - p_required_patch=>null + wwv_flow_api.g_id_offset, - p_process_comment=>''); -end; -null; - -end; -/ - - -begin - -declare - p varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_page_process( + p_id => 28012906774872628 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id => 81, + p_process_sequence=> 10, + p_process_point=> 'AFTER_SUBMIT', + p_process_type=> 'PLSQL', + p_process_name=> 'accept_quote', + p_process_sql_clob => p, + p_process_error_message=> 'An error occurred whilst accepting the quote.', + p_process_when_button_id=>26080222902874708 + wwv_flow_api.g_id_offset, + p_process_success_message=> 'Quote accepted.', + p_process_is_stateful_y_n=>'N', + p_required_patch=>null + wwv_flow_api.g_id_offset, + 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)|| ' num_processed number;'||chr(10)|| ' cur_quote number;'||chr(10)|| @@ -39548,7 +39872,7 @@ p:=p||'declare'||chr(10)|| ' SELECT COUNT(*)'||chr(10)|| ' INTO cur_quote'||chr(10)|| ' FROM v_current_quote_status v'; - + p:=p||''||chr(10)|| ' WHERE v.qute_id = :P81_QUOTE_ID'||chr(10)|| ' AND v.qust_code IN (''SELECTED'', ''ACCEPTED'');'||chr(10)|| @@ -39558,391 +39882,391 @@ p:=p||''||chr(10)|| ' raise_application_error(-20001, ''Unable to select quote. A quote has already been selected or accepted for this enquiry.'');'||chr(10)|| ' ELSE'||chr(10)|| ' mip_quotation.select_quote(p_qute_id => :'; - + p:=p||'P81_QUOTE_ID'||chr(10)|| ' ,p_prty_id => #OWNER#.mip_parties.get_user_id(:APP_USER)'||chr(10)|| ' ,p_description => ''Selected by user '' ||:APP_USER);'||chr(10)|| ' END IF;'||chr(10)|| ' end if;'||chr(10)|| 'end;'; - -wwv_flow_api.create_page_process( - p_id => 26081006445874709 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id => 81, - p_process_sequence=> 10, - p_process_point=> 'BEFORE_BOX_BODY', - p_process_type=> 'PLSQL', - p_process_name=> 'select_quote', - p_process_sql_clob => p, + +wwv_flow_api.create_page_process( + p_id => 26081006445874709 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id => 81, + p_process_sequence=> 10, + p_process_point=> 'BEFORE_BOX_BODY', + p_process_type=> 'PLSQL', + p_process_name=> 'select_quote', + p_process_sql_clob => p, p_process_error_message=> 'An error occurred whilst selecting this quote.'||chr(10)|| -'#SQLERRM#', +'#SQLERRM#', p_process_when=>'SELECT 1'||chr(10)|| ' FROM v_current_quote_status v'||chr(10)|| ' WHERE v.qute_id = :P81_QUOTE_ID'||chr(10)|| -' AND v.qust_code IN (''AV'');', - p_process_when_type=>'EXISTS', - p_process_success_message=> 'Quote selected successfully.', - p_process_is_stateful_y_n=>'N', - p_required_patch=>null + wwv_flow_api.g_id_offset, - p_process_comment=>''); -end; -null; - -end; -/ - - -begin - -declare - p varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin +' AND v.qust_code IN (''AV'');', + p_process_when_type=>'EXISTS', + p_process_success_message=> 'Quote selected successfully.', + p_process_is_stateful_y_n=>'N', + p_required_patch=>null + wwv_flow_api.g_id_offset, + p_process_comment=>''); +end; +null; + +end; +/ + + +begin + +declare + p varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin p:=p||'SELECT v.qute_id'||chr(10)|| ' into :P81_QUOTE_ID'||chr(10)|| ' FROM v_current_quote_status v, quotes q'||chr(10)|| ' WHERE v.qute_id = q.id'||chr(10)|| ' AND v.qust_code IN (''SELECTED'', ''ACCEPTED'')'||chr(10)|| ' AND q.enqu_id = :P81_ENQU_ID;'; - -wwv_flow_api.create_page_process( - p_id => 30956114921232991 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id => 81, - p_process_sequence=> 5, - p_process_point=> 'BEFORE_HEADER', - p_process_type=> 'PLSQL', - p_process_name=> 'get_quote_id', - p_process_sql_clob => p, - p_process_error_message=> '', - p_process_when=>'P81_QUOTE_ID', - p_process_when_type=>'ITEM_IS_NULL', - p_process_success_message=> '', - p_process_is_stateful_y_n=>'N', - p_required_patch=>null + wwv_flow_api.g_id_offset, - p_process_comment=>''); -end; -null; - -end; -/ - - -begin - ---------------------------------------- --- ...updatable report columns for page 81 --- - -begin - -null; -end; -null; - -end; -/ - - ---application/pages/page_00082 -prompt ...PAGE 82: Quote Rejection Reasons --- - -begin - -declare - h varchar2(32767) := null; - ph varchar2(32767) := null; -begin -h := null; -ph := null; -wwv_flow_api.create_page( - p_id => 82, - p_flow_id=> wwv_flow.g_flow_id, - p_tab_set=> '', - p_name => 'Quote Rejection Reasons', - p_step_title=> 'Quote Rejection Reasons', - p_step_sub_title => 'Quote Rejection Reasons', - p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS', - p_first_item=> 'NO_FIRST_ITEM', - p_group_id => 28661628162428559+ wwv_flow_api.g_id_offset, - p_help_text => '', - p_html_page_header => '', - p_step_template => '', - p_required_patch=> null + wwv_flow_api.g_id_offset, - p_last_updated_by => 'MULLENM', - p_last_upd_yyyymmddhh24miss => '20080124144724', - p_page_is_public_y_n=> 'N', - p_page_comment => ''); - -end; - -end; -/ - -declare - s varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_page_process( + p_id => 30956114921232991 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id => 81, + p_process_sequence=> 5, + p_process_point=> 'BEFORE_HEADER', + p_process_type=> 'PLSQL', + p_process_name=> 'get_quote_id', + p_process_sql_clob => p, + p_process_error_message=> '', + p_process_when=>'P81_QUOTE_ID', + p_process_when_type=>'ITEM_IS_NULL', + p_process_success_message=> '', + p_process_is_stateful_y_n=>'N', + p_required_patch=>null + wwv_flow_api.g_id_offset, + p_process_comment=>''); +end; +null; + +end; +/ + + +begin + +--------------------------------------- +-- ...updatable report columns for page 81 +-- + +begin + +null; +end; +null; + +end; +/ + + +--application/pages/page_00082 +prompt ...PAGE 82: Quote Rejection Reasons +-- + +begin + +declare + h varchar2(32767) := null; + ph varchar2(32767) := null; +begin +h := null; +ph := null; +wwv_flow_api.create_page( + p_id => 82, + p_flow_id=> wwv_flow.g_flow_id, + p_tab_set=> '', + p_name => 'Quote Rejection Reasons', + p_step_title=> 'Quote Rejection Reasons', + p_step_sub_title => 'Quote Rejection Reasons', + p_step_sub_title_type => 'TEXT_WITH_SUBSTITUTIONS', + p_first_item=> 'NO_FIRST_ITEM', + p_group_id => 28661628162428559+ wwv_flow_api.g_id_offset, + p_help_text => '', + p_html_page_header => '', + p_step_template => '', + p_required_patch=> null + wwv_flow_api.g_id_offset, + p_last_updated_by => 'MULLENM', + p_last_upd_yyyymmddhh24miss => '20080124144724', + p_page_is_public_y_n=> 'N', + p_page_comment => ''); + +end; + +end; +/ + +declare + s varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin s:=s||'Please select a reason for rejecting the quote(s).'; - -wwv_flow_api.create_page_plug ( - p_id=> 26084417042877486 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_page_id=> 82, - p_plug_name=> 'Quote Rejection Details', - p_region_name=>'', - p_plug_template=> 24740611526526770+ 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=> '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 => '', - p_pagination_display_position=>'BOTTOM_RIGHT', - p_plug_caching=> 'NOT_CACHED', - p_required_patch=> '' + wwv_flow_api.g_id_offset, - p_plug_comment=> ''); -end; -/ - -begin - -wwv_flow_api.create_page_button( - p_id => 26084605487877486 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_flow_step_id => 82, - p_button_sequence=> 10, - p_button_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, - p_button_name => 'REJECT', - p_button_image_alt=> 'Reject', - p_button_position=> 'BOTTOM', - p_button_alignment=> 'RIGHT', - p_button_cattributes=>'name="Reject"', - p_required_patch => null + wwv_flow_api.g_id_offset); - - -end; -/ - - -begin - -wwv_flow_api.create_page_branch( - p_id=>26086526389877491 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_branch_action=> 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.:::&success_msg=#SUCCESS_MSG#', - p_branch_point=> 'AFTER_PROCESSING', - p_branch_type=> 'REDIRECT_URL', - p_branch_when_button_id=>26084605487877486+ wwv_flow_api.g_id_offset, - p_branch_sequence=> 10, - p_branch_comment=> ''); - -wwv_flow_api.create_page_branch( - p_id=>26674926734368836 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_branch_action=> 'f?p=&APP_ID.:82:&SESSION.::&DEBUG.:::', - p_branch_point=> 'AFTER_PROCESSING', - p_branch_type=> 'REDIRECT_URL', - p_branch_sequence=> 20, - p_branch_comment=> 'Created 17-JAN-2008 16:13 by MULLENM'); - - -end; -/ - -declare - h varchar2(32767) := null; -begin -wwv_flow_api.create_page_item( - p_id=>26084820364877487 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_name=>'P82_ENQU_ID', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 10, - p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_source_type=> 'STATIC', - p_display_as=> 'HIDDEN', - p_lov_columns=> 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> null, - p_cMaxlength=> 2000, - p_cHeight=> null, - p_cAttributes=> 'nowrap="nowrap"', - 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; -/ - -declare - h varchar2(32767) := null; -begin -wwv_flow_api.create_page_item( - p_id=>26085016552877487 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_name=>'P82_QUTE_ID', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 20, - p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_source_type=> 'STATIC', - p_display_as=> 'HIDDEN', - p_lov_columns=> 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> null, - p_cMaxlength=> 2000, - p_cHeight=> null, - p_cAttributes=> 'nowrap="nowrap"', - 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; -/ - -declare - h varchar2(32767) := null; -begin -wwv_flow_api.create_page_item( - p_id=>26085218280877487 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_name=>'P82_REJECTION_REASON', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 30, - p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_prompt=>'Reason for Rejection', - p_source_type=> 'STATIC', - p_display_as=> 'COMBOBOX_WITH_SUBMIT', - p_named_lov=> 'QUOTE_REJECTION', - p_lov => '.'||to_char(26086613726877492 + wwv_flow_api.g_id_offset)||'.', - p_lov_columns=> 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> 30, - p_cMaxlength=> 2000, - p_cHeight=> 5, - p_cAttributes=> 'nowrap="nowrap"', - p_begin_on_new_line => 'YES', - p_begin_on_new_field=> 'YES', - p_colspan => 1, - p_rowspan => 1, - p_label_alignment => 'RIGHT', - p_field_alignment => 'LEFT', - p_field_template => 24749138532526789+wwv_flow_api.g_id_offset, - p_is_persistent=> 'Y', - p_item_comment => ''); - - -end; -/ - -declare - h varchar2(32767) := null; -begin -wwv_flow_api.create_page_item( - p_id=>26085427949877489 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_name=>'P82_REJ_REASON_DETAIL', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 40, - p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_prompt=>'Reason for Rejection', - p_source_type=> 'STATIC', - p_display_as=> 'TEXTAREA_CHAR_COUNT', - p_lov_columns=> 1, - p_lov_display_null=> 'NO', - p_lov_translated=> 'N', - p_cSize=> 80, - p_cMaxlength=> 2000, - p_cHeight=> 5, - p_cAttributes=> 'nowrap="nowrap"', - p_begin_on_new_line => 'YES', - p_begin_on_new_field=> 'YES', - p_colspan => 1, - p_rowspan => 1, - p_label_alignment => 'RIGHT', - p_field_alignment => 'LEFT', + +wwv_flow_api.create_page_plug ( + p_id=> 26084417042877486 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_page_id=> 82, + p_plug_name=> 'Quote Rejection Details', + p_region_name=>'', + p_plug_template=> 24740611526526770+ 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=> '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 => '', + p_pagination_display_position=>'BOTTOM_RIGHT', + p_plug_caching=> 'NOT_CACHED', + p_required_patch=> '' + wwv_flow_api.g_id_offset, + p_plug_comment=> ''); +end; +/ + +begin + +wwv_flow_api.create_page_button( + p_id => 26084605487877486 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_flow_step_id => 82, + p_button_sequence=> 10, + p_button_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, + p_button_name => 'REJECT', + p_button_image_alt=> 'Reject', + p_button_position=> 'BOTTOM', + p_button_alignment=> 'RIGHT', + p_button_cattributes=>'name="Reject"', + p_required_patch => null + wwv_flow_api.g_id_offset); + + +end; +/ + + +begin + +wwv_flow_api.create_page_branch( + p_id=>26086526389877491 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_branch_action=> 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.:::&success_msg=#SUCCESS_MSG#', + p_branch_point=> 'AFTER_PROCESSING', + p_branch_type=> 'REDIRECT_URL', + p_branch_when_button_id=>26084605487877486+ wwv_flow_api.g_id_offset, + p_branch_sequence=> 10, + p_branch_comment=> ''); + +wwv_flow_api.create_page_branch( + p_id=>26674926734368836 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_branch_action=> 'f?p=&APP_ID.:82:&SESSION.::&DEBUG.:::', + p_branch_point=> 'AFTER_PROCESSING', + p_branch_type=> 'REDIRECT_URL', + p_branch_sequence=> 20, + p_branch_comment=> 'Created 17-JAN-2008 16:13 by MULLENM'); + + +end; +/ + +declare + h varchar2(32767) := null; +begin +wwv_flow_api.create_page_item( + p_id=>26084820364877487 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_name=>'P82_ENQU_ID', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 10, + p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_source_type=> 'STATIC', + p_display_as=> 'HIDDEN', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> null, + p_cMaxlength=> 2000, + p_cHeight=> null, + p_cAttributes=> 'nowrap="nowrap"', + 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; +/ + +declare + h varchar2(32767) := null; +begin +wwv_flow_api.create_page_item( + p_id=>26085016552877487 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_name=>'P82_QUTE_ID', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 20, + p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_source_type=> 'STATIC', + p_display_as=> 'HIDDEN', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> null, + p_cMaxlength=> 2000, + p_cHeight=> null, + p_cAttributes=> 'nowrap="nowrap"', + 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; +/ + +declare + h varchar2(32767) := null; +begin +wwv_flow_api.create_page_item( + p_id=>26085218280877487 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_name=>'P82_REJECTION_REASON', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 30, + p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_prompt=>'Reason for Rejection', + p_source_type=> 'STATIC', + p_display_as=> 'COMBOBOX_WITH_SUBMIT', + p_named_lov=> 'QUOTE_REJECTION', + p_lov => '.'||to_char(26086613726877492 + wwv_flow_api.g_id_offset)||'.', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> 30, + p_cMaxlength=> 2000, + p_cHeight=> 5, + p_cAttributes=> 'nowrap="nowrap"', + p_begin_on_new_line => 'YES', + p_begin_on_new_field=> 'YES', + p_colspan => 1, + p_rowspan => 1, + p_label_alignment => 'RIGHT', + p_field_alignment => 'LEFT', + p_field_template => 24749138532526789+wwv_flow_api.g_id_offset, + p_is_persistent=> 'Y', + p_item_comment => ''); + + +end; +/ + +declare + h varchar2(32767) := null; +begin +wwv_flow_api.create_page_item( + p_id=>26085427949877489 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_name=>'P82_REJ_REASON_DETAIL', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 40, + p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_prompt=>'Reason for Rejection', + p_source_type=> 'STATIC', + p_display_as=> 'TEXTAREA_CHAR_COUNT', + p_lov_columns=> 1, + p_lov_display_null=> 'NO', + p_lov_translated=> 'N', + p_cSize=> 80, + p_cMaxlength=> 2000, + p_cHeight=> 5, + p_cAttributes=> 'nowrap="nowrap"', + p_begin_on_new_line => 'YES', + p_begin_on_new_field=> 'YES', + p_colspan => 1, + p_rowspan => 1, + p_label_alignment => 'RIGHT', + p_field_alignment => 'LEFT', p_display_when=>'begin'||chr(10)|| ' if upper(:P82_REJECTION_REASON) = ''OTHER'' then '||chr(10)|| ' return true;'||chr(10)|| ' else '||chr(10)|| ' return false;'||chr(10)|| ' end if;'||chr(10)|| -'end;', - p_display_when_type=>'FUNCTION_BODY', - p_field_template => 24749138532526789+wwv_flow_api.g_id_offset, - p_is_persistent=> 'Y', - p_lov_display_extra=>'NO', - p_protection_level => 'N', - p_item_comment => ''); - - -end; -/ - -declare - h varchar2(32767) := null; -begin -h := null; +'end;', + p_display_when_type=>'FUNCTION_BODY', + p_field_template => 24749138532526789+wwv_flow_api.g_id_offset, + p_is_persistent=> 'Y', + p_lov_display_extra=>'NO', + p_protection_level => 'N', + p_item_comment => ''); + + +end; +/ + +declare + h varchar2(32767) := null; +begin +h := null; h:=h||'If rejecting the quote on behalf of another agent then select that agent here.'; - -wwv_flow_api.create_page_item( - p_id=>28767502654105434 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_flow_step_id=> 82, - p_name=>'P82_REJ_FOR', - p_data_type=> 'VARCHAR', - p_accept_processing=> 'REPLACE_EXISTING', - p_item_sequence=> 50, - p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, - p_use_cache_before_default=> 'YES', - p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', - p_prompt=>'Rejected on behalf of', - p_source_type=> 'STATIC', - p_display_as=> 'COMBOBOX', - p_named_lov=> 'AGENTS', + +wwv_flow_api.create_page_item( + p_id=>28767502654105434 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_flow_step_id=> 82, + p_name=>'P82_REJ_FOR', + p_data_type=> 'VARCHAR', + p_accept_processing=> 'REPLACE_EXISTING', + p_item_sequence=> 50, + p_item_plug_id => 26084417042877486+wwv_flow_api.g_id_offset, + p_use_cache_before_default=> 'YES', + p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS', + p_prompt=>'Rejected on behalf of', + p_source_type=> 'STATIC', + p_display_as=> 'COMBOBOX', + p_named_lov=> 'AGENTS', p_lov => 'BEGIN'||chr(10)|| ' IF mip_parties.get_user_role(:APP_USER) IN (''MIPADMIN'', ''ICU'', ''CS'') THEN'||chr(10)|| ' RETURN (q'''; - -wwv_flow_api.create_button_templates ( - p_id=>24749440874526790 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button', - p_theme_id => 101, - p_theme_class_id => 1, - p_template_comment => 'Standard Button'); -end; -/ ---application/shared_components/user_interface/templates/button/button_alternative_1 -prompt ......Button Template 24749625234526795 -declare - t varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24749440874526790 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button', + p_theme_id => 101, + p_theme_class_id => 1, + p_template_comment => 'Standard Button'); +end; +/ +--application/shared_components/user_interface/templates/button/button_alternative_1 +prompt ......Button Template 24749625234526795 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||'#LABEL#'; - -wwv_flow_api.create_button_templates ( - p_id=>24749625234526795 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button, Alternative 1', - p_translate_this_template => 'N', - p_theme_id => 101, - p_theme_class_id => 4, - p_template_comment => 'XP Square FFFFFF'); -end; -/ ---application/shared_components/user_interface/templates/button/button_alternative_2 -prompt ......Button Template 24749825710526795 -declare - t varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24749625234526795 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button, Alternative 1', + p_translate_this_template => 'N', + p_theme_id => 101, + p_theme_class_id => 4, + p_template_comment => 'XP Square FFFFFF'); +end; +/ +--application/shared_components/user_interface/templates/button/button_alternative_2 +prompt ......Button Template 24749825710526795 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||'#LABEL#'; - -wwv_flow_api.create_button_templates ( - p_id=>24749825710526795 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button, Alternative 2', - p_translate_this_template => 'N', - p_theme_id => 101, - p_theme_class_id => 5, - p_template_comment => 'Standard Button'); -end; -/ ---application/shared_components/user_interface/templates/button/button_alternative_3 -prompt ......Button Template 24750041758526795 -declare - t varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24749825710526795 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button, Alternative 2', + p_translate_this_template => 'N', + p_theme_id => 101, + p_theme_class_id => 5, + p_template_comment => 'Standard Button'); +end; +/ +--application/shared_components/user_interface/templates/button/button_alternative_3 +prompt ......Button Template 24750041758526795 +declare + t varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin t:=t||'#LABEL#'; - -wwv_flow_api.create_button_templates ( - p_id=>24750041758526795 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_template=>t, - p_template_name=> 'Button, Alternative 3', - p_translate_this_template => 'N', - p_theme_id => 101, - p_theme_class_id => 2, - p_template_comment => 'Standard Button'); -end; -/ ---------------------------------------- -prompt ...region templates --- ---application/shared_components/user_interface/templates/region/borderless_region -prompt ......region template 24736433695526759 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +wwv_flow_api.create_button_templates ( + p_id=>24750041758526795 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_template=>t, + p_template_name=> 'Button, Alternative 3', + p_translate_this_template => 'N', + p_theme_id => 101, + p_theme_class_id => 2, + p_template_comment => 'Standard Button'); +end; +/ +--------------------------------------- +prompt ...region templates +-- +--application/shared_components/user_interface/templates/region/borderless_region +prompt ......region template 24736433695526759 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -44969,57 +45293,57 @@ t:=t||'
#TITLE#
#BODY#'||chr(10)|| ''||chr(10)|| '
'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24736433695526759 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Borderless Region', - p_plug_table_bgcolor => '#f7f7e7', - p_theme_id => 101, - p_theme_class_id => 7, - p_plug_heading_bgcolor => '#f7f7e7', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24736433695526759 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/bracketed_region -prompt ......region template 24736724835526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24736433695526759 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Borderless Region', + p_plug_table_bgcolor => '#f7f7e7', + p_theme_id => 101, + p_theme_class_id => 7, + p_plug_heading_bgcolor => '#f7f7e7', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24736433695526759 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/bracketed_region +prompt ......region template 24736724835526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -45029,14 +45353,14 @@ t:=t||'
#TITLE#
'||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -45046,222 +45370,222 @@ t:=t||'f" height="1" width="1" alt="" />'||chr(10)|| '
#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
#BODY#
'||chr(10)|| ''||chr(10)|| ''; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24736724835526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Bracketed Region', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => 101, - p_theme_class_id => 18, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24736724835526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/breadcrumb_region -prompt ......region template 24737010408526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24736724835526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Bracketed Region', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => 101, + p_theme_class_id => 18, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24736724835526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/breadcrumb_region +prompt ......region template 24737010408526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'
#BODY#
'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737010408526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Breadcrumb Region', - p_plug_table_bgcolor => '', - p_theme_id => 101, - p_theme_class_id => 6, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737010408526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/button_region_with_title -prompt ......region template 24737330328526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737010408526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Breadcrumb Region', + p_plug_table_bgcolor => '', + p_theme_id => 101, + p_theme_class_id => 6, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737010408526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/button_region_with_title +prompt ......region template 24737330328526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '<'; - + t:=t||'/table>#BODY#'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737330328526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Button Region with Title', - p_plug_table_bgcolor => '', - p_theme_id => 101, - p_theme_class_id => 4, - p_plug_heading_bgcolor => '', - p_plug_font_size => '', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737330328526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/button_region_without_title -prompt ......region template 24737622843526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737330328526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Button Region with Title', + p_plug_table_bgcolor => '', + p_theme_id => 101, + p_theme_class_id => 4, + p_plug_heading_bgcolor => '', + p_plug_font_size => '', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737330328526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/button_region_without_title +prompt ......region template 24737622843526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'
#TITLE#
#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
'||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| '
#CLOSE# #EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#
#BODY#'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737622843526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Button Region without Title', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => 101, - p_theme_class_id => 17, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => 'Red Theme'); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737622843526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/chart_region -prompt ......region template 24737941385526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737622843526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Button Region without Title', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => 101, + p_theme_class_id => 17, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => 'Red Theme'); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737622843526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/chart_region +prompt ......region template 24737941385526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||''||chr(10)|| ''||chr(10)|| ''||chr(10)|| @@ -45271,57 +45595,57 @@ t:=t||'
#TITLE#
#BODY#'||chr(10)|| ''||chr(10)|| '
'; - -t2 := null; -wwv_flow_api.create_plug_template ( - p_id => 24737941385526765 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_template => t, - p_page_plug_template_name=> 'Chart Region', - p_plug_table_bgcolor => '#ffffff', - p_theme_id => 101, - p_theme_class_id => 30, - p_plug_heading_bgcolor => '#ffffff', - p_plug_font_size => '-1', - p_translate_this_template => 'N', - p_template_comment => ''); -end; -null; - -end; -/ - - -begin - -declare - t2 varchar2(32767) := null; -begin -t2 := null; -wwv_flow_api.set_plug_template_tab_attr ( - p_id=> 24737941385526765 + wwv_flow_api.g_id_offset, - p_form_table_attr=> t2 ); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/region/form_region -prompt ......region template 24738214051526765 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_length number := 1; -begin + +t2 := null; +wwv_flow_api.create_plug_template ( + p_id => 24737941385526765 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_template => t, + p_page_plug_template_name=> 'Chart Region', + p_plug_table_bgcolor => '#ffffff', + p_theme_id => 101, + p_theme_class_id => 30, + p_plug_heading_bgcolor => '#ffffff', + p_plug_font_size => '-1', + p_translate_this_template => 'N', + p_template_comment => ''); +end; +null; + +end; +/ + + +begin + +declare + t2 varchar2(32767) := null; +begin +t2 := null; +wwv_flow_api.set_plug_template_tab_attr ( + p_id=> 24737941385526765 + wwv_flow_api.g_id_offset, + p_form_table_attr=> t2 ); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/region/form_region +prompt ......region template 24738214051526765 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_length number := 1; +begin t:=t||'

#TITLE#

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

#TITLE#

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

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

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

#TITLE#

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

#TITLE#

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


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


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

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

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

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

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

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

    ', + p_before_sub_list=>'', + p_sub_list_item_current=> t3, + p_sub_list_item_noncurrent=> t4, + p_item_templ_curr_w_child=> t5, + p_item_templ_noncurr_w_child=> t6, + p_sub_templ_curr_w_child=> t7, + p_sub_templ_noncurr_w_child=> t8, + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_images_list +prompt ......list template 24747139857526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'#TEXT#'; - + t2:=t2||'#TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24747139857526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Images List', - p_theme_id => 101, - p_theme_class_id => 5, - p_list_template_before_rows=>'', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_ordered_list -prompt ......list template 24747426073526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24747139857526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Images List', + p_theme_id => 101, + p_theme_class_id => 5, + p_list_template_before_rows=>'', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_ordered_list +prompt ......list template 24747426073526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24747426073526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Ordered List', - p_theme_id => 101, - p_theme_class_id => 2, - p_list_template_before_rows=>'
      ', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_sidebar_list -prompt ......list template 24747712169526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24747426073526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Ordered List', + p_theme_id => 101, + p_theme_class_id => 2, + p_list_template_before_rows=>'
      ', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_sidebar_list +prompt ......list template 24747712169526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'#TEXT#'; - + t2:=t2||'#TEXT#'; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24747712169526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Sidebar List', - p_theme_id => 101, - p_theme_class_id => 19, - p_list_template_before_rows=>'', - p_list_template_after_rows=>'
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_unordered_links_without_bullets -prompt ......list template 24748012261526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24747712169526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Sidebar List', + p_theme_id => 101, + p_theme_class_id => 19, + p_list_template_before_rows=>'', + p_list_template_after_rows=>'
    ', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_unordered_links_without_bullets +prompt ......list template 24748012261526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24748012261526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Unordered Links without Bullets', - p_theme_id => 101, - p_theme_class_id => 18, - p_list_template_before_rows=>'', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/vertical_unordered_list_with_bullets -prompt ......list template 24748312327526783 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24748012261526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Unordered Links without Bullets', + p_theme_id => 101, + p_theme_class_id => 18, + p_list_template_before_rows=>'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/vertical_unordered_list_with_bullets +prompt ......list template 24748312327526783 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
  • #TEXT#
  • '; - + t2:=t2||'
  • #TEXT#
  • '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24748312327526783 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Vertical Unordered List with Bullets', - p_theme_id => 101, - p_theme_class_id => 1, - p_list_template_before_rows=>'', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/list/wizard_progress_list -prompt ......list template 24748620372526784 - -begin - -declare - t varchar2(32767) := null; - t2 varchar2(32767) := null; - t3 varchar2(32767) := null; - t4 varchar2(32767) := null; - t5 varchar2(32767) := null; - t6 varchar2(32767) := null; - t7 varchar2(32767) := null; - t8 varchar2(32767) := null; - l_clob clob; - l_clob2 clob; - l_clob3 clob; - l_clob4 clob; - l_clob5 clob; - l_clob6 clob; - l_clob7 clob; - l_clob8 clob; - l_length number := 1; -begin + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24748312327526783 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Vertical Unordered List with Bullets', + p_theme_id => 101, + p_theme_class_id => 1, + p_list_template_before_rows=>'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/list/wizard_progress_list +prompt ......list template 24748620372526784 + +begin + +declare + t varchar2(32767) := null; + t2 varchar2(32767) := null; + t3 varchar2(32767) := null; + t4 varchar2(32767) := null; + t5 varchar2(32767) := null; + t6 varchar2(32767) := null; + t7 varchar2(32767) := null; + t8 varchar2(32767) := null; + l_clob clob; + l_clob2 clob; + l_clob3 clob; + l_clob4 clob; + l_clob5 clob; + l_clob6 clob; + l_clob7 clob; + l_clob8 clob; + l_length number := 1; +begin t:=t||'
    #TEXT#
    '; - + t2:=t2||'
    #TEXT#
    '; - -t3 := null; -t4 := null; -t5 := null; -t6 := null; -t7 := null; -t8 := null; -wwv_flow_api.create_list_template ( - p_id=>24748620372526784 + wwv_flow_api.g_id_offset, - p_flow_id=>wwv_flow.g_flow_id, - p_list_template_current=>t, - p_list_template_noncurrent=> t2, - p_list_template_name=>'Wizard Progress List', - p_theme_id => 101, - p_theme_class_id => 17, - p_list_template_before_rows=>'', + +t3 := null; +t4 := null; +t5 := null; +t6 := null; +t7 := null; +t8 := null; +wwv_flow_api.create_list_template ( + p_id=>24748620372526784 + wwv_flow_api.g_id_offset, + p_flow_id=>wwv_flow.g_flow_id, + p_list_template_current=>t, + p_list_template_noncurrent=> t2, + p_list_template_name=>'Wizard Progress List', + p_theme_id => 101, + p_theme_class_id => 17, + p_list_template_before_rows=>'
    ', p_list_template_after_rows=>''||chr(10)|| -'
    &DONE.
    ', - p_translate_this_template => 'N', - p_list_template_comment=>''); -end; -null; - -end; -/ - -prompt ...report templates --- ---application/shared_components/user_interface/templates/report/borderless -prompt ......report template 24742731005526770 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_translate_this_template => 'N', + p_list_template_comment=>''); +end; +null; + +end; +/ + +prompt ...report templates +-- +--application/shared_components/user_interface/templates/report/borderless +prompt ......report template 24742731005526770 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24742731005526770 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Borderless', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24742731005526770 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Borderless', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'#TOP_PAGINATION#'||chr(10)|| -'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => 101, - p_theme_class_id => 1, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24742731005526770 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/horizontal_border -prompt ......report template 24743011431526773 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => 101, + p_theme_class_id => 1, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24742731005526770 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/horizontal_border +prompt ......report template 24743011431526773 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||''; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743011431526773 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Horizontal Border', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743011431526773 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Horizontal Border', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'
    ', +'#PAGINATION#
    ', p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    '||chr(10)|| -'', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'
    #COLUMN_HEADER#
    #COLUMN_HEADER#
    #COLUMN_VALUE#
    #TOP_PAGINATION#'||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'#COLUMN_HEADER#', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => 101, - p_theme_class_id => 2, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743011431526773 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/one_column_unordered_list -prompt ......report template 24743325136526773 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'#COLUMN_HEADER#', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => 101, + p_theme_class_id => 2, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743011431526773 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/one_column_unordered_list +prompt ......report template 24743325136526773 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743325136526773 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'One Column Unordered List', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743325136526773 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'One Column Unordered List', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>''||chr(10)|| -'#TOP_PAGINATION##PAGINATION#
      ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_theme_id => 101, - p_theme_class_id => 3, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743325136526773 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'
  • ', - p_row_template_after_last =>'
  • '); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/standard -prompt ......report template 24743617611526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'#TOP_PAGINATION#
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_theme_id => 101, + p_theme_class_id => 3, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743325136526773 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'
  • ', + p_row_template_after_last =>'
  • '); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/standard +prompt ......report template 24743617611526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743617611526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Standard', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743617611526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Standard', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'#TOP_PAGINATION#'||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'#COLUMN_HEADER#', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => 101, - p_theme_class_id => 4, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743617611526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/standard_ppr -prompt ......report template 24743927299526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'#COLUMN_HEADER#', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => 101, + p_theme_class_id => 4, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743617611526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/standard_ppr +prompt ......report template 24743927299526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||'#COLUMN_VALUE#'; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24743927299526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Standard (PPR)', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24743927299526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Standard (PPR)', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'
    #TOP_PAGINATION#'||chr(10)|| -'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => 101, - p_theme_class_id => 7, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24743927299526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/standard_alternating_row_colors -prompt ......report template 24744236267526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => 101, + p_theme_class_id => 7, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24743927299526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/standard_alternating_row_colors +prompt ......report template 24744236267526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||''||chr(10)|| ''; - + c2:=c2||''; - -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24744236267526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Standard, Alternating Row Colors', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24744236267526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Standard, Alternating Row Colors', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>'
    ', +'#PAGINATION#
    ', p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    '||chr(10)|| ''||chr(10)|| -'', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'
    #COLUMN_HEADER#
    #COLUMN_HEADER#
    #COLUMN_VALUE##COLUMN_VALUE#
    #TOP_PAGINATION#'||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'#COLUMN_HEADER#', - p_row_template_display_cond1=>'ODD_ROW_NUMBERS', - p_row_template_display_cond2=>'NOT_CONDITIONAL', - p_row_template_display_cond3=>'NOT_CONDITIONAL', - p_row_template_display_cond4=>'ODD_ROW_NUMBERS', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_row_style_checked=>'#CCCCCC', - p_theme_id => 101, - p_theme_class_id => 5, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24744236267526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>' ', - p_row_template_after_last =>''); -exception when others then null; -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/report/value_attribute_pairs -prompt ......report template 24744515234526775 - -begin - -declare - c1 varchar2(32767) := null; - c2 varchar2(32767) := null; - c3 varchar2(32767) := null; - c4 varchar2(32767) := null; -begin +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'#COLUMN_HEADER#', + p_row_template_display_cond1=>'ODD_ROW_NUMBERS', + p_row_template_display_cond2=>'NOT_CONDITIONAL', + p_row_template_display_cond3=>'NOT_CONDITIONAL', + p_row_template_display_cond4=>'ODD_ROW_NUMBERS', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_row_style_checked=>'#CCCCCC', + p_theme_id => 101, + p_theme_class_id => 5, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24744236267526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>' ', + p_row_template_after_last =>''); +exception when others then null; +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/report/value_attribute_pairs +prompt ......report template 24744515234526775 + +begin + +declare + c1 varchar2(32767) := null; + c2 varchar2(32767) := null; + c3 varchar2(32767) := null; + c4 varchar2(32767) := null; +begin c1:=c1||''||chr(10)|| '#COLUMN_HEADER#'||chr(10)|| '#COLUMN_VALUE#'||chr(10)|| ''; - -c2 := null; -c3 := null; -c4 := null; -wwv_flow_api.create_row_template ( - p_id=> 24744515234526775 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_row_template_name=> 'Value Attribute Pairs', - p_row_template1=> c1, - p_row_template_condition1=> '', - p_row_template2=> c2, - p_row_template_condition2=> '', - p_row_template3=> c3, - p_row_template_condition3=> '', - p_row_template4=> c4, - p_row_template_condition4=> '', + +c2 := null; +c3 := null; +c4 := null; +wwv_flow_api.create_row_template ( + p_id=> 24744515234526775 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_row_template_name=> 'Value Attribute Pairs', + p_row_template1=> c1, + p_row_template_condition1=> '', + p_row_template2=> c2, + p_row_template_condition2=> '', + p_row_template3=> c3, + p_row_template_condition3=> '', + p_row_template4=> c4, + p_row_template_condition4=> '', p_row_template_before_rows=>''||chr(10)|| '#TOP_PAGINATION#'||chr(10)|| ''||chr(10)|| -'#PAGINATION#
    ', - p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    ', - p_row_template_table_attr =>'OMIT', - p_row_template_type =>'GENERIC_COLUMNS', - p_column_heading_template =>'', - p_row_template_display_cond1=>'0', - p_row_template_display_cond2=>'0', - p_row_template_display_cond3=>'0', - p_row_template_display_cond4=>'0', - p_next_page_template=>'#PAGINATION_NEXT# >', - p_previous_page_template=>'<#PAGINATION_PREVIOUS#', - p_next_set_template=>'#PAGINATION_NEXT_SET#>>', - p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', - p_theme_id => 101, - p_theme_class_id => 6, - p_translate_this_template => 'N', - p_row_template_comment=> ''); -end; -null; - -end; -/ - - -begin - -begin -wwv_flow_api.create_row_template_patch ( - p_id => 24744515234526775 + wwv_flow_api.g_id_offset, - p_row_template_before_first =>'', - p_row_template_after_last =>'
    '); -exception when others then null; -end; -null; - -end; -/ - -prompt ...label templates --- ---application/shared_components/user_interface/templates/label/no_label -prompt ......label template 24748930478526784 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24748930478526784 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'No Label', - p_template_body1=>'', - p_template_body2=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => 101, - p_theme_class_id => 13, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/optional_label -prompt ......label template 24749013313526789 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749013313526789 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Optional Label', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => 101, - p_theme_class_id => 3, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/optional_label_with_help -prompt ......label template 24749138532526789 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749138532526789 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Optional Label with Help', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => 101, - p_theme_class_id => 1, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/required_label -prompt ......label template 24749222941526790 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749222941526790 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Required Label', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => 101, - p_theme_class_id => 4, - p_translate_this_template=> 'N', - p_template_comment=> ''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/label/required_label_with_help -prompt ......label template 24749318534526790 - -begin - -begin -wwv_flow_api.create_field_template ( - p_id=> 24749318534526790 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_template_name=>'Required Label with Help', - p_template_body1=>'', - p_on_error_before_label=>'
    ', - p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', - p_theme_id => 101, - p_theme_class_id => 2, - p_template_comment=> ''); -end; -null; - -end; -/ - -prompt ...breadcrumb templates --- ---application/shared_components/user_interface/templates/breadcrumb/breadcrumb_menu -prompt ......template 24750232156526795 - -begin - -begin -wwv_flow_api.create_menu_template ( - p_id=> 24750232156526795 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=>'Breadcrumb Menu', - p_before_first=>'', - p_current_page_option=>'#NAME#', - p_non_current_page_option=>'#NAME#', - p_menu_link_attributes=>'', - p_between_levels=>' > ', - p_after_last=>'', - p_max_levels=>12, - p_start_with_node=>'PARENT_TO_LEAF', - p_theme_id => 101, - p_theme_class_id => 1, - p_translate_this_template => 'N', - p_template_comments=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/breadcrumb/hierarchical_menu -prompt ......template 24750340164526798 - -begin - -begin -wwv_flow_api.create_menu_template ( - p_id=> 24750340164526798 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=>'Hierarchical Menu', - p_before_first=>'
      ', - p_current_page_option=>'
    • #NAME#
    • ', - p_non_current_page_option=>'
    • #NAME#
    • ', - p_menu_link_attributes=>'', - p_between_levels=>'', - p_after_last=>'
    ', - p_max_levels=>11, - p_start_with_node=>'CHILD_MENU', - p_theme_id => 101, - p_theme_class_id => 2, - p_translate_this_template => 'N', - p_template_comments=>''); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/popuplov -prompt ...popup list of values templates --- -prompt ......template 24750742053526801 - -begin - -begin -wwv_flow_api.create_popup_lov_template ( - p_id=> 24750742053526801 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_popup_icon=>'#IMAGE_PREFIX#list_gray.gif', - p_popup_icon_attr=>'width="13" height="13" alt="Popup Lov"', - p_popup_icon2=>'', - p_popup_icon_attr2=>'', - p_page_name=>'winlov', - p_page_title=>'Search Dialog', +'', + p_row_template_after_rows =>'
    #EXTERNAL_LINK##CSV_LINK#
    #PAGINATION#', + p_row_template_table_attr =>'OMIT', + p_row_template_type =>'GENERIC_COLUMNS', + p_column_heading_template =>'', + p_row_template_display_cond1=>'0', + p_row_template_display_cond2=>'0', + p_row_template_display_cond3=>'0', + p_row_template_display_cond4=>'0', + p_next_page_template=>'#PAGINATION_NEXT# >', + p_previous_page_template=>'<#PAGINATION_PREVIOUS#', + p_next_set_template=>'#PAGINATION_NEXT_SET#>>', + p_previous_set_template=>'<<#PAGINATION_PREVIOUS_SET#', + p_theme_id => 101, + p_theme_class_id => 6, + p_translate_this_template => 'N', + p_row_template_comment=> ''); +end; +null; + +end; +/ + + +begin + +begin +wwv_flow_api.create_row_template_patch ( + p_id => 24744515234526775 + wwv_flow_api.g_id_offset, + p_row_template_before_first =>'', + p_row_template_after_last =>'
    '); +exception when others then null; +end; +null; + +end; +/ + +prompt ...label templates +-- +--application/shared_components/user_interface/templates/label/no_label +prompt ......label template 24748930478526784 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24748930478526784 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'No Label', + p_template_body1=>'', + p_template_body2=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => 101, + p_theme_class_id => 13, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/optional_label +prompt ......label template 24749013313526789 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749013313526789 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Optional Label', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => 101, + p_theme_class_id => 3, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/optional_label_with_help +prompt ......label template 24749138532526789 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749138532526789 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Optional Label with Help', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => 101, + p_theme_class_id => 1, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/required_label +prompt ......label template 24749222941526790 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749222941526790 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Required Label', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => 101, + p_theme_class_id => 4, + p_translate_this_template=> 'N', + p_template_comment=> ''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/label/required_label_with_help +prompt ......label template 24749318534526790 + +begin + +begin +wwv_flow_api.create_field_template ( + p_id=> 24749318534526790 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_template_name=>'Required Label with Help', + p_template_body1=>'', + p_on_error_before_label=>'
    ', + p_on_error_after_label=>'
    #ERROR_MESSAGE#
    ', + p_theme_id => 101, + p_theme_class_id => 2, + p_template_comment=> ''); +end; +null; + +end; +/ + +prompt ...breadcrumb templates +-- +--application/shared_components/user_interface/templates/breadcrumb/breadcrumb_menu +prompt ......template 24750232156526795 + +begin + +begin +wwv_flow_api.create_menu_template ( + p_id=> 24750232156526795 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=>'Breadcrumb Menu', + p_before_first=>'', + p_current_page_option=>'#NAME#', + p_non_current_page_option=>'#NAME#', + p_menu_link_attributes=>'', + p_between_levels=>' > ', + p_after_last=>'', + p_max_levels=>12, + p_start_with_node=>'PARENT_TO_LEAF', + p_theme_id => 101, + p_theme_class_id => 1, + p_translate_this_template => 'N', + p_template_comments=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/breadcrumb/hierarchical_menu +prompt ......template 24750340164526798 + +begin + +begin +wwv_flow_api.create_menu_template ( + p_id=> 24750340164526798 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=>'Hierarchical Menu', + p_before_first=>'
      ', + p_current_page_option=>'
    • #NAME#
    • ', + p_non_current_page_option=>'
    • #NAME#
    • ', + p_menu_link_attributes=>'', + p_between_levels=>'', + p_after_last=>'
    ', + p_max_levels=>11, + p_start_with_node=>'CHILD_MENU', + p_theme_id => 101, + p_theme_class_id => 2, + p_translate_this_template => 'N', + p_template_comments=>''); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/popuplov +prompt ...popup list of values templates +-- +prompt ......template 24750742053526801 + +begin + +begin +wwv_flow_api.create_popup_lov_template ( + p_id=> 24750742053526801 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_popup_icon=>'#IMAGE_PREFIX#list_gray.gif', + p_popup_icon_attr=>'width="13" height="13" alt="Popup Lov"', + p_popup_icon2=>'', + p_popup_icon_attr2=>'', + p_page_name=>'winlov', + p_page_title=>'Search Dialog', p_page_html_head=>''||chr(10)|| -'', - p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"', - p_before_field_text=>'
    ', - p_page_heading_text=>'', - p_page_footer_text =>'', - p_filter_width =>'20', - p_filter_max_width =>'100', - p_filter_text_attr =>'', - p_find_button_text =>'Search', - p_find_button_image=>'', - p_find_button_attr =>'', - p_close_button_text=>'Close', - p_close_button_image=>'', - p_close_button_attr=>'', - p_next_button_text =>'Next >', - p_next_button_image=>'', - p_next_button_attr =>'', - p_prev_button_text =>'< Previous', - p_prev_button_image=>'', - p_prev_button_attr =>'', - p_after_field_text=>'
    ', - p_scrollbars=>'1', - p_resizable=>'1', - p_width =>'400', - p_height=>'450', - p_result_row_x_of_y=>'
    Row(s) #FIRST_ROW# - #LAST_ROW#
    ', - p_result_rows_per_pg=>500, - p_before_result_set=>'
    ', - p_theme_id => 101, - p_theme_class_id => 1, - p_translate_this_template => 'N', - p_after_result_set =>'
    '); -end; -null; - -end; -/ - -prompt ...calendar templates --- ---application/shared_components/user_interface/templates/calendar/calendar -prompt ......template 24750440422526800 - -begin - -begin -wwv_flow_api.create_calendar_template( - p_id=> 24750440422526800 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_cal_template_name=>'Calendar', - p_translate_this_template=> 'Y', - p_day_of_week_format=> '#IDAY#', +'', + p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"', + p_before_field_text=>'
    ', + p_page_heading_text=>'', + p_page_footer_text =>'', + p_filter_width =>'20', + p_filter_max_width =>'100', + p_filter_text_attr =>'', + p_find_button_text =>'Search', + p_find_button_image=>'', + p_find_button_attr =>'', + p_close_button_text=>'Close', + p_close_button_image=>'', + p_close_button_attr=>'', + p_next_button_text =>'Next >', + p_next_button_image=>'', + p_next_button_attr =>'', + p_prev_button_text =>'< Previous', + p_prev_button_image=>'', + p_prev_button_attr =>'', + p_after_field_text=>'
    ', + p_scrollbars=>'1', + p_resizable=>'1', + p_width =>'400', + p_height=>'450', + p_result_row_x_of_y=>'
    Row(s) #FIRST_ROW# - #LAST_ROW#
    ', + p_result_rows_per_pg=>500, + p_before_result_set=>'
    ', + p_theme_id => 101, + p_theme_class_id => 1, + p_translate_this_template => 'N', + p_after_result_set =>'
    '); +end; +null; + +end; +/ + +prompt ...calendar templates +-- +--application/shared_components/user_interface/templates/calendar/calendar +prompt ......template 24750440422526800 + +begin + +begin +wwv_flow_api.create_calendar_template( + p_id=> 24750440422526800 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_cal_template_name=>'Calendar', + p_translate_this_template=> 'Y', + p_day_of_week_format=> '#IDAY#', p_month_title_format=> ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| -' ', - p_today_open_format=> '', - p_nonday_title_format => '
    #DD#
    ', - p_nonday_open_format => '', - p_week_title_format => '', - p_week_open_format => '', - p_week_close_format => ' ', - p_daily_title_format => '', - p_daily_open_format => '', - p_daily_close_format => '', +'', + p_day_title_format=> '
    #DD#
    ', + p_day_open_format=> '', + p_today_open_format=> '', + p_nonday_title_format => '
    #DD#
    ', + p_nonday_open_format => '', + p_week_title_format => '', + p_week_open_format => '', + p_week_close_format => ' ', + p_daily_title_format => '', + p_daily_open_format => '', + p_daily_close_format => '', p_weekly_title_format => '
    #IMONTH# #YYYY#
    ', - p_month_open_format=> '', +' '||chr(10)|| ''||chr(10)|| '
    ', + p_month_open_format=> '', p_month_close_format=> '
    '||chr(10)|| -'', - p_day_title_format=> '
    #DD#
    ', - p_day_open_format=> '
    ', - p_day_close_format=> '', - p_weekend_title_format=> '
    #DD#
    ', - p_weekend_open_format => '
    ', - p_weekend_close_format => '', - p_nonday_close_format => '
    #IDAY#
    ', + p_day_close_format=> '', + p_weekend_title_format=> '
    #DD#
    ', + p_weekend_open_format => '
    ', + p_weekend_close_format => '', + p_nonday_close_format => '
    #IDAY#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'', - p_weekly_month_open_format => '
    #WTITLE#
    ', - p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#
    ', - p_weekly_month_close_format => '
    ', - p_weekly_day_title_format => '', - p_weekly_day_open_format => '', - p_weekly_day_close_format => '
    ', - p_weekly_today_open_format => '', - p_weekly_weekend_title_format => '', - p_weekly_weekend_open_format => '', - p_weekly_weekend_close_format => '
    ', - p_weekly_time_open_format => '', - p_weekly_time_close_format => '
    ', - p_weekly_time_title_format => '#TIME#', - p_weekly_hour_open_format => '', - p_weekly_hour_close_format => '', - p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', +'', + p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#', + p_weekly_month_open_format => '', + p_weekly_month_close_format => '
    ', + p_weekly_day_title_format => '', + p_weekly_day_open_format => '', + p_weekly_day_close_format => '
    ', + p_weekly_today_open_format => '', + p_weekly_weekend_title_format => '', + p_weekly_weekend_open_format => '', + p_weekly_weekend_close_format => '
    ', + p_weekly_time_open_format => '', + p_weekly_time_close_format => '
    ', + p_weekly_time_title_format => '#TIME#', + p_weekly_hour_open_format => '', + p_weekly_hour_close_format => '', + p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', p_daily_month_title_format => '
    #IMONTH# #DD#, #YYYY#
    '||chr(10)|| -'', - p_daily_month_open_format => '', - p_daily_month_close_format => '
    ', - p_daily_day_title_format => '', - p_daily_day_open_format => '', - p_daily_day_close_format => '
    ', - p_daily_today_open_format => '', - p_daily_time_open_format => '', - p_daily_time_close_format => '
    ', - p_daily_time_title_format => '#TIME#', - p_daily_hour_open_format => '', - p_daily_hour_close_format => '', - p_theme_id => 101, - p_theme_class_id => 1, - p_reference_id=> null); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/calendar/calendar_alternative_1 -prompt ......template 24750537116526801 - -begin - -begin -wwv_flow_api.create_calendar_template( - p_id=> 24750537116526801 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_cal_template_name=>'Calendar, Alternative 1', - p_translate_this_template=> 'Y', - p_day_of_week_format=> '#IDAY#', +'', + p_daily_month_open_format => '', + p_daily_month_close_format => '
    ', + p_daily_day_title_format => '', + p_daily_day_open_format => '', + p_daily_day_close_format => '
    ', + p_daily_today_open_format => '', + p_daily_time_open_format => '', + p_daily_time_close_format => '
    ', + p_daily_time_title_format => '#TIME#', + p_daily_hour_open_format => '', + p_daily_hour_close_format => '', + p_theme_id => 101, + p_theme_class_id => 1, + p_reference_id=> null); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/calendar/calendar_alternative_1 +prompt ......template 24750537116526801 + +begin + +begin +wwv_flow_api.create_calendar_template( + p_id=> 24750537116526801 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_cal_template_name=>'Calendar, Alternative 1', + p_translate_this_template=> 'Y', + p_day_of_week_format=> '#IDAY#', p_month_title_format=> ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| -' ', - p_today_open_format=> '', - p_nonday_title_format => '
    #DD#
    ', - p_nonday_open_format => '', - p_week_title_format => '', - p_week_open_format => '', - p_week_close_format => ' ', - p_daily_title_format => '', - p_daily_open_format => '', - p_daily_close_format => '', +'', + p_day_title_format=> '
    #DD#
    ', + p_day_open_format=> '', + p_today_open_format=> '', + p_nonday_title_format => '
    #DD#
    ', + p_nonday_open_format => '', + p_week_title_format => '', + p_week_open_format => '', + p_week_close_format => ' ', + p_daily_title_format => '', + p_daily_open_format => '', + p_daily_close_format => '', p_weekly_title_format => '
    #IMONTH# #YYYY#
    ', - p_month_open_format=> '', +' '||chr(10)|| ''||chr(10)|| '
    ', + p_month_open_format=> '', p_month_close_format=> '
    '||chr(10)|| -'', - p_day_title_format=> '
    #DD#
    ', - p_day_open_format=> '
    ', - p_day_close_format=> '', - p_weekend_title_format=> '
    #DD#
    ', - p_weekend_open_format => '
    ', - p_weekend_close_format => '', - p_nonday_close_format => '
    #IDAY#
    ', + p_day_close_format=> '', + p_weekend_title_format=> '
    #DD#
    ', + p_weekend_open_format => '
    ', + p_weekend_close_format => '', + p_nonday_close_format => '
    #IDAY#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'', - p_weekly_month_open_format => '
    #WTITLE#
    ', - p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#
    ', - p_weekly_month_close_format => '
    ', - p_weekly_day_title_format => '', - p_weekly_day_open_format => '', - p_weekly_day_close_format => '
    ', - p_weekly_today_open_format => '', - p_weekly_weekend_title_format => '', - p_weekly_weekend_open_format => '', - p_weekly_weekend_close_format => '
    ', - p_weekly_time_open_format => '', - p_weekly_time_close_format => '
    ', - p_weekly_time_title_format => '#TIME#', - p_weekly_hour_open_format => '', - p_weekly_hour_close_format => '', - p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', +'', + p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#', + p_weekly_month_open_format => '', + p_weekly_month_close_format => '
    ', + p_weekly_day_title_format => '', + p_weekly_day_open_format => '', + p_weekly_day_close_format => '
    ', + p_weekly_today_open_format => '', + p_weekly_weekend_title_format => '', + p_weekly_weekend_open_format => '', + p_weekly_weekend_close_format => '
    ', + p_weekly_time_open_format => '', + p_weekly_time_close_format => '
    ', + p_weekly_time_title_format => '#TIME#', + p_weekly_hour_open_format => '', + p_weekly_hour_close_format => '', + p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', p_daily_month_title_format => '
    #IMONTH# #DD#, #YYYY#
    '||chr(10)|| -'', - p_daily_month_open_format => '', - p_daily_month_close_format => '
    ', - p_daily_day_title_format => '', - p_daily_day_open_format => '', - p_daily_day_close_format => '
    ', - p_daily_today_open_format => '', - p_daily_time_open_format => '', - p_daily_time_close_format => '
    ', - p_daily_time_title_format => '#TIME#', - p_daily_hour_open_format => '', - p_daily_hour_close_format => '', - p_theme_id => 101, - p_theme_class_id => 2, - p_reference_id=> null); -end; -null; - -end; -/ - ---application/shared_components/user_interface/templates/calendar/small_calendar -prompt ......template 24750639354526801 - -begin - -begin -wwv_flow_api.create_calendar_template( - p_id=> 24750639354526801 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_cal_template_name=>'Small Calendar', - p_translate_this_template=> 'Y', - p_day_of_week_format=> '', +'', + p_daily_month_open_format => '', + p_daily_month_close_format => '
    ', + p_daily_day_title_format => '', + p_daily_day_open_format => '', + p_daily_day_close_format => '
    ', + p_daily_today_open_format => '', + p_daily_time_open_format => '', + p_daily_time_close_format => '
    ', + p_daily_time_title_format => '#TIME#', + p_daily_hour_open_format => '', + p_daily_hour_close_format => '', + p_theme_id => 101, + p_theme_class_id => 2, + p_reference_id=> null); +end; +null; + +end; +/ + +--application/shared_components/user_interface/templates/calendar/small_calendar +prompt ......template 24750639354526801 + +begin + +begin +wwv_flow_api.create_calendar_template( + p_id=> 24750639354526801 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_cal_template_name=>'Small Calendar', + p_translate_this_template=> 'Y', + p_day_of_week_format=> '', p_month_title_format=> ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| ' '||chr(10)|| -' ', - p_today_open_format=> '', - p_nonday_title_format => '
    #DD#
    ', - p_nonday_open_format => '', - p_week_title_format => '', - p_week_open_format => '', - p_week_close_format => ' ', - p_daily_title_format => '', - p_daily_open_format => '', - p_daily_close_format => '', +'', + p_day_title_format=> '
    #DD#
    ', + p_day_open_format=> '', + p_today_open_format=> '', + p_nonday_title_format => '
    #DD#
    ', + p_nonday_open_format => '', + p_week_title_format => '', + p_week_open_format => '', + p_week_close_format => ' ', + p_daily_title_format => '', + p_daily_open_format => '', + p_daily_close_format => '', p_weekly_title_format => '
    #IMONTH# #YYYY#
    ', - p_month_open_format=> '', +' '||chr(10)|| ''||chr(10)|| '
    ', + p_month_open_format=> '', p_month_close_format=> '
    '||chr(10)|| -'', - p_day_title_format=> '
    #DD#
    ', - p_day_open_format=> '
    ', - p_day_close_format=> '', - p_weekend_title_format=> '
    #DD#
    ', - p_weekend_open_format => '
    ', - p_weekend_close_format => '', - p_nonday_close_format => '
    #IDAY#
    ', + p_day_close_format=> '', + p_weekend_title_format=> '
    #DD#
    ', + p_weekend_open_format => '
    ', + p_weekend_close_format => '', + p_nonday_close_format => '
    #IDAY#
    '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'', - p_weekly_month_open_format => '
    #WTITLE#
    ', - p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#
    ', - p_weekly_month_close_format => '
    ', - p_weekly_day_title_format => '', - p_weekly_day_open_format => '', - p_weekly_day_close_format => '
    ', - p_weekly_today_open_format => '', - p_weekly_weekend_title_format => '', - p_weekly_weekend_open_format => '', - p_weekly_weekend_close_format => '
    ', - p_weekly_time_open_format => '', - p_weekly_time_close_format => '
    ', - p_weekly_time_title_format => '#TIME#', - p_weekly_hour_open_format => '', - p_weekly_hour_close_format => '', - p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', +'', + p_weekly_day_of_week_format => '#IDAY#
    #MM#/#DD#', + p_weekly_month_open_format => '', + p_weekly_month_close_format => '
    ', + p_weekly_day_title_format => '', + p_weekly_day_open_format => '', + p_weekly_day_close_format => '
    ', + p_weekly_today_open_format => '', + p_weekly_weekend_title_format => '', + p_weekly_weekend_open_format => '', + p_weekly_weekend_close_format => '
    ', + p_weekly_time_open_format => '', + p_weekly_time_close_format => '
    ', + p_weekly_time_title_format => '#TIME#', + p_weekly_hour_open_format => '', + p_weekly_hour_close_format => '', + p_daily_day_of_week_format => '#IDAY# #DD#/#MM#', p_daily_month_title_format => '
    #IMONTH# #DD#, #YYYY#
    '||chr(10)|| -'', - p_daily_month_open_format => '', - p_daily_month_close_format => '
    ', - p_daily_day_title_format => '', - p_daily_day_open_format => '', - p_daily_day_close_format => '
    ', - p_daily_today_open_format => '', - p_daily_time_open_format => '', - p_daily_time_close_format => '
    ', - p_daily_time_title_format => '#TIME#', - p_daily_hour_open_format => '', - p_daily_hour_close_format => '', - p_theme_id => 101, - p_theme_class_id => 3, - p_reference_id=> null); -end; -null; - -end; -/ - -prompt ...application themes --- -prompt ......theme 24750938041526809 ---application/shared_components/user_interface/themes/national_grid -begin -wwv_flow_api.create_theme ( - p_id =>24750938041526809 + wwv_flow_api.g_id_offset, - p_flow_id =>wwv_flow.g_flow_id, - p_theme_id => 101, - p_theme_name=>'National Grid', - p_default_page_template=>24734011047526756 + wwv_flow_api.g_id_offset, - p_error_template=>38911722486594102 + wwv_flow_api.g_id_offset, - p_printer_friendly_template=>24735530196526758 + wwv_flow_api.g_id_offset, - p_breadcrumb_display_point=>'REGION_POSITION_01', - p_sidebar_display_point=>'REGION_POSITION_02', - p_login_template=>24733840230526723 + wwv_flow_api.g_id_offset, - p_default_button_template=>24749440874526790 + wwv_flow_api.g_id_offset, - p_default_region_template=>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_chart_template =>24737941385526765 + wwv_flow_api.g_id_offset, - p_default_form_template =>24738214051526765 + wwv_flow_api.g_id_offset, - p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_tabform_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_wizard_template =>24742135446526770 + wwv_flow_api.g_id_offset, - p_default_menur_template =>24737010408526765 + wwv_flow_api.g_id_offset, - p_default_listr_template =>24740611526526770 + wwv_flow_api.g_id_offset, - p_default_report_template =>24743617611526775 + wwv_flow_api.g_id_offset, - p_default_label_template =>24749138532526789 + wwv_flow_api.g_id_offset, - p_default_menu_template =>24750232156526795 + wwv_flow_api.g_id_offset, - p_default_calendar_template =>24750440422526800 + wwv_flow_api.g_id_offset, - p_default_list_template =>24748312327526783 + wwv_flow_api.g_id_offset, - p_default_option_label =>24749138532526789 + wwv_flow_api.g_id_offset, - p_default_required_label =>24749318534526790 + wwv_flow_api.g_id_offset); -end; -/ - -prompt ...build options used by application 155 --- - -begin - -null; - -end; -/ - ---application/shared_components/globalization/messages -prompt ...messages used by application: 155 --- ---application/shared_components/globalization/language -prompt ...Language Maps for Application 155 --- - -begin - -null; - -end; -/ - -prompt ...Shortcuts --- ---application/shared_components/user_interface/shortcuts/delete_confirm_msg - -begin - -declare - c1 varchar2(32767) := null; - l_clob clob; - l_length number := 1; -begin +'', + p_daily_month_open_format => '', + p_daily_month_close_format => '
    ', + p_daily_day_title_format => '', + p_daily_day_open_format => '', + p_daily_day_close_format => '
    ', + p_daily_today_open_format => '', + p_daily_time_open_format => '', + p_daily_time_close_format => '
    ', + p_daily_time_title_format => '#TIME#', + p_daily_hour_open_format => '', + p_daily_hour_close_format => '', + p_theme_id => 101, + p_theme_class_id => 3, + p_reference_id=> null); +end; +null; + +end; +/ + +prompt ...application themes +-- +prompt ......theme 24750938041526809 +--application/shared_components/user_interface/themes/national_grid +begin +wwv_flow_api.create_theme ( + p_id =>24750938041526809 + wwv_flow_api.g_id_offset, + p_flow_id =>wwv_flow.g_flow_id, + p_theme_id => 101, + p_theme_name=>'National Grid', + p_default_page_template=>24734011047526756 + wwv_flow_api.g_id_offset, + p_error_template=>38911722486594102 + wwv_flow_api.g_id_offset, + p_printer_friendly_template=>24735530196526758 + wwv_flow_api.g_id_offset, + p_breadcrumb_display_point=>'REGION_POSITION_01', + p_sidebar_display_point=>'REGION_POSITION_02', + p_login_template=>24733840230526723 + wwv_flow_api.g_id_offset, + p_default_button_template=>24749440874526790 + wwv_flow_api.g_id_offset, + p_default_region_template=>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_chart_template =>24737941385526765 + wwv_flow_api.g_id_offset, + p_default_form_template =>24738214051526765 + wwv_flow_api.g_id_offset, + p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_tabform_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_wizard_template =>24742135446526770 + wwv_flow_api.g_id_offset, + p_default_menur_template =>24737010408526765 + wwv_flow_api.g_id_offset, + p_default_listr_template =>24740611526526770 + wwv_flow_api.g_id_offset, + p_default_report_template =>24743617611526775 + wwv_flow_api.g_id_offset, + p_default_label_template =>24749138532526789 + wwv_flow_api.g_id_offset, + p_default_menu_template =>24750232156526795 + wwv_flow_api.g_id_offset, + p_default_calendar_template =>24750440422526800 + wwv_flow_api.g_id_offset, + p_default_list_template =>24748312327526783 + wwv_flow_api.g_id_offset, + p_default_option_label =>24749138532526789 + wwv_flow_api.g_id_offset, + p_default_required_label =>24749318534526790 + wwv_flow_api.g_id_offset); +end; +/ + +prompt ...build options used by application 155 +-- + +begin + +null; + +end; +/ + +--application/shared_components/globalization/messages +prompt ...messages used by application: 155 +-- +--application/shared_components/globalization/language +prompt ...Language Maps for Application 155 +-- + +begin + +null; + +end; +/ + +prompt ...Shortcuts +-- +--application/shared_components/user_interface/shortcuts/delete_confirm_msg + +begin + +declare + c1 varchar2(32767) := null; + l_clob clob; + l_length number := 1; +begin c1:=c1||'Would you like to perform this delete action?'; - -wwv_flow_api.create_shortcut ( - p_id=> 12797308451382208 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_shortcut_name=> 'DELETE_CONFIRM_MSG', - p_shortcut_type=> 'TEXT_ESCAPE_JS', - p_shortcut=> c1); -end; -null; - -end; -/ - -prompt ...web services (9iR2 or better) --- -prompt ...shared queries --- -prompt ...report layouts --- - -begin - - wwv_flow_api.g_varchar2_table := wwv_flow_api.empty_varchar2_table; + +wwv_flow_api.create_shortcut ( + p_id=> 12797308451382208 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_shortcut_name=> 'DELETE_CONFIRM_MSG', + p_shortcut_type=> 'TEXT_ESCAPE_JS', + p_shortcut=> c1); +end; +null; + +end; +/ + +prompt ...web services (9iR2 or better) +-- +prompt ...shared queries +-- +prompt ...report layouts +-- + +begin + + wwv_flow_api.g_varchar2_table := wwv_flow_api.empty_varchar2_table; wwv_flow_api.g_varchar2_table(1) := ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''; +''; wwv_flow_api.g_varchar2_table(13) := ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''; +''; wwv_flow_api.g_varchar2_table(16) := ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'Date:'||chr(10)|| -''||chr(10)|| -'Prepared for : '||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -'Page'; +'Page'; wwv_flow_api.g_varchar2_table(26) := ' ID :'||chr(10)|| ''||chr(10)|| -''||chr(10)|| -'Report Name:Report Name:'||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'<'; +'<'; wwv_flow_api.g_varchar2_table(29) := '/fo:table>'||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -'Built with Oracle Application Express'||chr(10)|| ''||chr(10)|| -'Page of '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -'<'; +'<'; wwv_flow_api.g_varchar2_table(37) := '/fo:table-body>'||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''; +''; wwv_flow_api.g_varchar2_table(47) := ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| 'bold'||chr(10)|| -'10pt'; +'10pt'; wwv_flow_api.g_varchar2_table(60) := ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| '10pt'||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''; - -end; -/ - ---application/shared_components/reports/report_layouts/test -begin -wwv_flow_api.create_report_layout( - p_id => 17484603871216312 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_report_layout_name =>'Test', - p_report_layout_type =>'XSL_FILE', - p_varchar2_table => wwv_flow_api.g_varchar2_table, - p_xslfo_column_heading =>'', - p_xslfo_column_template =>'', - p_xslfo_column_template_width =>'', - p_reference_id =>null, - p_report_layout_comment =>''); -end; -/ - -begin - - wwv_flow_api.g_varchar2_table := wwv_flow_api.empty_varchar2_table; +''; + +end; +/ + +--application/shared_components/reports/report_layouts/test +begin +wwv_flow_api.create_report_layout( + p_id => 17484603871216312 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_report_layout_name =>'Test', + p_report_layout_type =>'XSL_FILE', + p_varchar2_table => wwv_flow_api.g_varchar2_table, + p_xslfo_column_heading =>'', + p_xslfo_column_template =>'', + p_xslfo_column_template_width =>'', + p_reference_id =>null, + p_report_layout_comment =>''); +end; +/ + +begin + + wwv_flow_api.g_varchar2_table := wwv_flow_api.empty_varchar2_table; wwv_flow_api.g_varchar2_table(1) := ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''; +''; wwv_flow_api.g_varchar2_table(13) := ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''; +''; wwv_flow_api.g_varchar2_table(16) := ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'Date:'||chr(10)|| -''||chr(10)|| -'Prepared for : '||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -'Page'; +'Page'; wwv_flow_api.g_varchar2_table(26) := ' ID :'||chr(10)|| ''||chr(10)|| -''||chr(10)|| -'Report Name:Report Name:'||chr(10)|| ''||chr(10)|| ''||chr(10)|| -'<'; +'<'; wwv_flow_api.g_varchar2_table(29) := '/fo:table>'||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -'Built with Oracle Application Express'||chr(10)|| ''||chr(10)|| -'Page of '||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -'<'; +'<'; wwv_flow_api.g_varchar2_table(37) := '/fo:table-body>'||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''; +''; wwv_flow_api.g_varchar2_table(47) := ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| 'bold'||chr(10)|| -'10pt'; +'10pt'; wwv_flow_api.g_varchar2_table(60) := ''||chr(10)|| ''||chr(10)|| ''||chr(10)|| -''||chr(10)|| '10pt'||chr(10)|| ''||chr(10)|| -' 17485900192233139 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_report_layout_name =>'Test2', - p_report_layout_type =>'XSL_FILE', - p_varchar2_table => wwv_flow_api.g_varchar2_table, - p_xslfo_column_heading =>'', - p_xslfo_column_template =>'', - p_xslfo_column_template_width =>'', - p_reference_id =>null, - p_report_layout_comment =>''); -end; -/ -prompt ...authentication schemes --- ---application/shared_components/security/authentication/html_db -prompt ......scheme 11076225554541515 - -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; +''; + +end; +/ + +--application/shared_components/reports/report_layouts/test2 +begin +wwv_flow_api.create_report_layout( + p_id => 17485900192233139 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_report_layout_name =>'Test2', + p_report_layout_type =>'XSL_FILE', + p_varchar2_table => wwv_flow_api.g_varchar2_table, + p_xslfo_column_heading =>'', + p_xslfo_column_template =>'', + p_xslfo_column_template_width =>'', + p_reference_id =>null, + p_report_layout_comment =>''); +end; +/ +prompt ...authentication schemes +-- +--application/shared_components/security/authentication/html_db +prompt ......scheme 11076225554541515 + +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=> 11076225554541515 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'HTML DB', - p_description=>'Use internal Application Express account credentials and login page in this application.', - p_page_sentry_function=> s1, - p_sess_verify_function=> s2, - p_pre_auth_process=> s3, - p_auth_function=> s4, - p_post_auth_process=> s5, - p_invalid_session_page=>'101', - p_invalid_session_url=>'', - p_cookie_name=>'', - p_cookie_path=>'', - p_cookie_domain=>'', - p_ldap_host=>'', - p_ldap_port=>'', - p_ldap_string=>'', - p_attribute_01=>'', - p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1', - p_attribute_03=>'', - p_attribute_04=>'', - p_attribute_05=>'', - p_attribute_06=>'', - p_attribute_07=>'', - p_attribute_08=>'', - p_required_patch=>''); -end; -null; - -end; -/ - ---application/shared_components/security/authentication/database -prompt ......scheme 11076308724541517 - -begin - -declare - s1 varchar2(32767) := null; - s2 varchar2(32767) := null; - s3 varchar2(32767) := null; - s4 varchar2(32767) := null; - s5 varchar2(32767) := null; -begin + +s5 := null; +wwv_flow_api.create_auth_setup ( + p_id=> 11076225554541515 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'HTML DB', + p_description=>'Use internal Application Express account credentials and login page in this application.', + p_page_sentry_function=> s1, + p_sess_verify_function=> s2, + p_pre_auth_process=> s3, + p_auth_function=> s4, + p_post_auth_process=> s5, + p_invalid_session_page=>'101', + p_invalid_session_url=>'', + p_cookie_name=>'', + p_cookie_path=>'', + p_cookie_domain=>'', + p_ldap_host=>'', + p_ldap_port=>'', + p_ldap_string=>'', + p_attribute_01=>'', + p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1', + p_attribute_03=>'', + p_attribute_04=>'', + p_attribute_05=>'', + p_attribute_06=>'', + p_attribute_07=>'', + p_attribute_08=>'', + p_required_patch=>''); +end; +null; + +end; +/ + +--application/shared_components/security/authentication/database +prompt ......scheme 11076308724541517 + +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=> 11076308724541517 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'DATABASE', - p_description=>'Use database authentication (user identified by DAD).', - p_page_sentry_function=> s1, - p_sess_verify_function=> s2, - p_pre_auth_process=> s3, - p_auth_function=> s4, - p_post_auth_process=> s5, - p_invalid_session_page=>'', - p_invalid_session_url=>'', - p_cookie_name=>'', - p_cookie_path=>'', - p_cookie_domain=>'', - p_ldap_host=>'', - p_ldap_port=>'', - p_ldap_string=>'', - p_attribute_01=>'', - p_attribute_02=>'', - p_attribute_03=>'', - p_attribute_04=>'', - p_attribute_05=>'', - p_attribute_06=>'', - p_attribute_07=>'', - p_attribute_08=>'', - p_required_patch=>''); -end; -null; - -end; -/ - ---application/shared_components/security/authentication/database_account -prompt ......scheme 11076426620541517 - -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; + +s2 := null; +s3 := null; +s4 := null; +s5 := null; +wwv_flow_api.create_auth_setup ( + p_id=> 11076308724541517 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'DATABASE', + p_description=>'Use database authentication (user identified by DAD).', + p_page_sentry_function=> s1, + p_sess_verify_function=> s2, + p_pre_auth_process=> s3, + p_auth_function=> s4, + p_post_auth_process=> s5, + p_invalid_session_page=>'', + p_invalid_session_url=>'', + p_cookie_name=>'', + p_cookie_path=>'', + p_cookie_domain=>'', + p_ldap_host=>'', + p_ldap_port=>'', + p_ldap_string=>'', + p_attribute_01=>'', + p_attribute_02=>'', + p_attribute_03=>'', + p_attribute_04=>'', + p_attribute_05=>'', + p_attribute_06=>'', + p_attribute_07=>'', + p_attribute_08=>'', + p_required_patch=>''); +end; +null; + +end; +/ + +--application/shared_components/security/authentication/database_account +prompt ......scheme 11076426620541517 + +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=> 11076426620541517 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'DATABASE ACCOUNT', - p_description=>'Use database account credentials.', - p_page_sentry_function=> s1, - p_sess_verify_function=> s2, - p_pre_auth_process=> s3, - p_auth_function=> s4, - p_post_auth_process=> s5, - p_invalid_session_page=>'101', - p_invalid_session_url=>'', - p_cookie_name=>'', - p_cookie_path=>'', - p_cookie_domain=>'', - p_ldap_host=>'', - p_ldap_port=>'', - p_ldap_string=>'', - p_attribute_01=>'', - p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1', - p_attribute_03=>'', - p_attribute_04=>'', - p_attribute_05=>'', - p_attribute_06=>'', - p_attribute_07=>'', - p_attribute_08=>'', - p_required_patch=>''); -end; -null; - -end; -/ - ---application/shared_components/security/authentication/mip_security -prompt ......scheme 13718119800323842 - -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; + +s5 := null; +wwv_flow_api.create_auth_setup ( + p_id=> 11076426620541517 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'DATABASE ACCOUNT', + p_description=>'Use database account credentials.', + p_page_sentry_function=> s1, + p_sess_verify_function=> s2, + p_pre_auth_process=> s3, + p_auth_function=> s4, + p_post_auth_process=> s5, + p_invalid_session_page=>'101', + p_invalid_session_url=>'', + p_cookie_name=>'', + p_cookie_path=>'', + p_cookie_domain=>'', + p_ldap_host=>'', + p_ldap_port=>'', + p_ldap_string=>'', + p_attribute_01=>'', + p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&APP_ID.&p_next_flow_page_sess=&APP_ID.:1', + p_attribute_03=>'', + p_attribute_04=>'', + p_attribute_05=>'', + p_attribute_06=>'', + p_attribute_07=>'', + p_attribute_08=>'', + p_required_patch=>''); +end; +null; + +end; +/ + +--application/shared_components/security/authentication/mip_security +prompt ......scheme 13718119800323842 + +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 mip_security.authenticate_user'; - -s5 := null; -wwv_flow_api.create_auth_setup ( - p_id=> 13718119800323842 + wwv_flow_api.g_id_offset, - p_flow_id=> wwv_flow.g_flow_id, - p_name=> 'MIP_SECURITY', - p_description=>'The WebMIP authentication scheme.', - p_page_sentry_function=> s1, - p_sess_verify_function=> s2, - p_pre_auth_process=> s3, - p_auth_function=> s4, - p_post_auth_process=> s5, - p_invalid_session_page=>'101', - p_invalid_session_url=>'', - p_cookie_name=>'', - p_cookie_path=>'', - p_cookie_domain=>'', - p_ldap_host=>'', - p_ldap_port=>'', - p_ldap_string=>'', - p_attribute_01=>'', - p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess =&FLOW_ID.:500', - p_attribute_03=>'', - p_attribute_04=>'', - p_attribute_05=>'', - p_attribute_06=>'', - p_attribute_07=>'', - p_attribute_08=>'', - p_required_patch=>''); -end; -null; - -end; -/ - ---application/deployment/definition -prompt ...application deployment --- - -begin - -declare - s varchar2(32767) := null; - l_clob clob; -begin -s := null; -wwv_flow_api.create_install ( - p_id => 12947628912411058 + wwv_flow_api.g_id_offset, - p_flow_id => wwv_flow.g_flow_id, - p_include_in_export_yn => 'Y', - p_welcome_message => 'This application installer will guide you through the process of creating your database objects and seed data.', - p_configuration_message => 'You can configure the following attributes of your application.', - p_build_options_message => 'You can choose to include the following build options.', - p_validation_message => 'The following validations will be performed to ensure your system is compatible with this application.', - p_install_message=> 'Please confirm that you would like to install this application''s supporting objects.', - p_install_success_message => 'Your application''s supporting objects have been installed.', - p_install_failure_message => 'Installation of database objects and seed data has failed.', - p_upgrade_message => 'The application installer has detected that this application''s supporting objects were previously installed. This wizard will guide you through the process of upgrading these supporting objects.', - p_upgrade_confirm_message => 'Please confirm that you would like to install this application''s supporting objects.', - p_upgrade_success_message => 'Your application''s supporting objects have been installed.', - p_upgrade_failure_message => 'Installation of database objects and seed data has failed.', - p_deinstall_success_message => 'Deinstallation complete.', - p_deinstall_message=> ''); -end; - - -end; -/ - ---application/deployment/install -prompt ...application install scripts --- ---application/deployment/checks -prompt ...application deployment checks --- - -begin - -null; - -end; -/ - ---application/deployment/buildoptions -prompt ...application deployment build options --- - -begin - -null; - -end; -/ - ---application/end_environment -commit; -commit; -begin -execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; -end; -/ -set verify on -set feedback on -prompt ...done + +s5 := null; +wwv_flow_api.create_auth_setup ( + p_id=> 13718119800323842 + wwv_flow_api.g_id_offset, + p_flow_id=> wwv_flow.g_flow_id, + p_name=> 'MIP_SECURITY', + p_description=>'The WebMIP authentication scheme.', + p_page_sentry_function=> s1, + p_sess_verify_function=> s2, + p_pre_auth_process=> s3, + p_auth_function=> s4, + p_post_auth_process=> s5, + p_invalid_session_page=>'101', + p_invalid_session_url=>'', + p_cookie_name=>'', + p_cookie_path=>'', + p_cookie_domain=>'', + p_ldap_host=>'', + p_ldap_port=>'', + p_ldap_string=>'', + p_attribute_01=>'', + p_attribute_02=>'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess =&FLOW_ID.:500', + p_attribute_03=>'', + p_attribute_04=>'', + p_attribute_05=>'', + p_attribute_06=>'', + p_attribute_07=>'', + p_attribute_08=>'', + p_required_patch=>''); +end; +null; + +end; +/ + +--application/deployment/definition +prompt ...application deployment +-- + +begin + +declare + s varchar2(32767) := null; + l_clob clob; +begin +s := null; +wwv_flow_api.create_install ( + p_id => 12947628912411058 + wwv_flow_api.g_id_offset, + p_flow_id => wwv_flow.g_flow_id, + p_include_in_export_yn => 'Y', + p_welcome_message => 'This application installer will guide you through the process of creating your database objects and seed data.', + p_configuration_message => 'You can configure the following attributes of your application.', + p_build_options_message => 'You can choose to include the following build options.', + p_validation_message => 'The following validations will be performed to ensure your system is compatible with this application.', + p_install_message=> 'Please confirm that you would like to install this application''s supporting objects.', + p_install_success_message => 'Your application''s supporting objects have been installed.', + p_install_failure_message => 'Installation of database objects and seed data has failed.', + p_upgrade_message => 'The application installer has detected that this application''s supporting objects were previously installed. This wizard will guide you through the process of upgrading these supporting objects.', + p_upgrade_confirm_message => 'Please confirm that you would like to install this application''s supporting objects.', + p_upgrade_success_message => 'Your application''s supporting objects have been installed.', + p_upgrade_failure_message => 'Installation of database objects and seed data has failed.', + p_deinstall_success_message => 'Deinstallation complete.', + p_deinstall_message=> ''); +end; + + +end; +/ + +--application/deployment/install +prompt ...application install scripts +-- +--application/deployment/checks +prompt ...application deployment checks +-- + +begin + +null; + +end; +/ + +--application/deployment/buildoptions +prompt ...application deployment build options +-- + +begin + +null; + +end; +/ + +--application/end_environment +commit; +commit; +begin +execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||''''; +end; +/ +set verify on +set feedback on +prompt ...done