Initial import

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2007-11-29 17:41:32 +00:00
parent 9b593709ac
commit 1eb479546b
146 changed files with 21401 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
--application/shared_components/globalization/language
prompt ...Language Maps for Application 155
--
begin
null;
end;
/
prompt ...Shortcuts
--

View File

@@ -0,0 +1,3 @@
--application/shared_components/globalization/messages
prompt ...messages used by application: 155
--

View File

@@ -0,0 +1,23 @@
--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)||
' RETURN :WEBMIP_THIS_PAGE_ID;'||chr(10)||
'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);

View File

@@ -0,0 +1,42 @@
--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);
end;
/
prompt ...Application Tabs
--
begin
null;
end;
/
prompt ...Application Parent Tabs
--
begin
null;
end;
/
prompt ...Shared Lists of values
--

View File

@@ -0,0 +1,19 @@
--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;
/

View File

@@ -0,0 +1,19 @@
--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;
/

View File

@@ -0,0 +1,19 @@
--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;
/

View File

@@ -0,0 +1,24 @@
--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;
/
prompt ...application level computations
--
begin

View File

@@ -0,0 +1,29 @@
--application/shared_components/navigation/breadcrumbs
prompt ...breadcrumbs
--
begin
wwv_flow_api.create_menu (
p_id=> 11077629635541529 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> ' Breadcrumb');
wwv_flow_api.create_menu_option (
p_id=>11077908938541536 + wwv_flow_api.g_id_offset,
p_menu_id=>11077629635541529 + wwv_flow_api.g_id_offset,
p_parent_id=>0,
p_option_sequence=>10,
p_short_name=>'login',
p_long_name=>'',
p_link=>'f?p=155:1:&SESSION.',
p_page_id=>1,
p_also_current_for_pages=> '');
null;
end;
/
prompt ...page templates for application: 155
--

View File

@@ -0,0 +1,223 @@
--application/shared_components/navigation/navigation_bar
prompt ...navigation bar entries
--
begin
wwv_flow_api.create_icon_bar_item(
p_id => 12781514571328003 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 10,
p_icon_image => '',
p_icon_subtext => 'Data Export',
p_icon_target => 'f?p=&APP_ID.:5:&SESSION.::&DEBUG.::::',
p_icon_image_alt => 'Data export screen',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 12827831174599325 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 20,
p_icon_image => '',
p_icon_subtext => 'Bases',
p_icon_target => 'f?p=&APP_ID.:10:&SESSION.::&DEBUG.::::',
p_icon_image_alt => 'Bases',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 12806915656424547 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 30,
p_icon_image => '',
p_icon_subtext => 'Housings',
p_icon_target => 'f?p=&APP_ID.:7:&SESSION.::&DEBUG.::::',
p_icon_image_alt => 'Housings',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 12846811828622173 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 40,
p_icon_image => '',
p_icon_subtext => 'Modules',
p_icon_target => 'f?p=&APP_ID.:12:&SESSION.::&DEBUG.::::',
p_icon_image_alt => 'Modules',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 15967504839794315 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 50,
p_icon_image => '',
p_icon_subtext => 'Enquiries',
p_icon_target => 'f?p=&APP_ID.:30:&SESSION.::&DEBUG.:::',
p_icon_image_alt => '',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '%null%',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 15390822608199759 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 100,
p_icon_image => '',
p_icon_subtext => 'Labour Costs',
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:LACO:',
p_icon_image_alt => 'Labour Costs',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 15394517245236145 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 101,
p_icon_image => '',
p_icon_subtext => 'Base Costs',
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:BACO:',
p_icon_image_alt => 'Base Costs',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 15453530722713064 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 102,
p_icon_image => '',
p_icon_subtext => 'Housing Costs',
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:HOCO:',
p_icon_image_alt => 'Housing Costs',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 15454110767716750 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 103,
p_icon_image => '',
p_icon_subtext => 'Meter Costs',
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:MECO:',
p_icon_image_alt => 'Meter Costs',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 15464930918902381 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 104,
p_icon_image => '',
p_icon_subtext => 'Additional Item Costs',
p_icon_target => 'f?p=&APP_ID.:18:&SESSION.::&DEBUG.::P18_REQUIRED_COST_TYPE:AICO:',
p_icon_image_alt => 'Additional Item Costs',
p_icon_height => null,
p_icon_width => null,
p_icon_height2 => null,
p_icon_width2 => null,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
wwv_flow_api.create_icon_bar_item(
p_id => 11076501230541517 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_icon_sequence => 200,
p_icon_image => '',
p_icon_subtext => 'Logout',
p_icon_target => '&LOGOUT_URL.',
p_icon_image_alt => 'Logout',
p_icon_height => 32,
p_icon_width => 32,
p_icon_height2 => 24,
p_icon_width2 => 24,
p_icon_bar_disp_cond => '',
p_icon_bar_disp_cond_type => '',
p_begins_on_new_line=> 'NO',
p_cell_colspan => 1,
p_onclick=> '',
p_icon_bar_comment=> '');
end;
/
prompt ...application processes
--
prompt ...application items
--

View File

@@ -0,0 +1,51 @@
--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;
/

View File

@@ -0,0 +1,51 @@
--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.&amp;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;
/

View File

@@ -0,0 +1,51 @@
--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.&amp;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;
/

View File

@@ -0,0 +1,51 @@
--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;
/

View File

@@ -0,0 +1,47 @@
--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)||
'begin'||chr(10)||
'--copied from main authorization scheme'||chr(10)||
'IF wwv_flow_custom_auth.current_page_is_public then'||chr(10)||
' return TRUE;'||chr(10)||
'else '||chr(10)||
''||chr(10)||
'if mip_security.page_authorization(p_app_user=>:app_user, p_page_id=>:app_page_id) then'||chr(10)||
''||chr(10)||
'--scheme code just for enquiry page, checks records against agent'||chr(10)||
' if :P3_ID is null then'||chr(10)||
' return true;'||chr(10)||
' end if; '||chr(10)||
' if #OWNER#.mip_parties.get_user_role(v(''APP_USER'')) = ''AGENT'' then '||chr(10)||
' open c_supplier(:P3_ID);'||chr(10)||
' fetch c_supplier into supplierid;'||chr(10)||
' if c_supplier%found then'||chr(10)||
' if #OWNER#.mip_parties.has_supplier(v(''APP_USER''), supplierid) then'||chr(10)||
' close c_supplier;'||chr(10)||
' return true;'||chr(10)||
' end if;'||chr(10)||
' else'||chr(10)||
' close c_supplier;'||chr(10)||
' return false;'||chr(10)||
' end if;'||chr(10)||
' else'||chr(10)||
' return true;'||chr(10)||
' end if;'||chr(10)||
'end if;'||chr(10)||
'END IF;'||chr(10)||
''||chr(10)||
'end;',
p_caching=>'BY_USER_BY_PAGE_VIEW',
p_error_message=>'Oi');
end;
/

View File

@@ -0,0 +1,14 @@
--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');

View File

@@ -0,0 +1,16 @@
--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');

View File

@@ -0,0 +1,47 @@
--application/shared_components/user_interface/lov/additionalitems
begin
wwv_flow_api.create_list_of_values (
p_id => 16308001698628897 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'ADDITIONALITEMS',
p_lov_query=> '.'||to_char(16308001698628897 + wwv_flow_api.g_id_offset)||'.');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>16308204331628951 + wwv_flow_api.g_id_offset,
p_lov_id=>16308001698628897 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>10,
p_lov_disp_value=>'Automatic Meter Reader',
p_lov_return_value=>'AMR',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>16308429206628961 + wwv_flow_api.g_id_offset,
p_lov_id=>16308001698628897 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>20,
p_lov_disp_value=>'Energy Management System',
p_lov_return_value=>'EMS',
p_lov_data_comment=> '');
null;
end;
/

View File

@@ -0,0 +1,79 @@
--application/shared_components/user_interface/lov/assetlocationnotes
begin
wwv_flow_api.create_list_of_values (
p_id => 15952305184685011 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'ASSETLOCATIONNOTES',
p_lov_query=> '.'||to_char(15952305184685011 + wwv_flow_api.g_id_offset)||'.');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15952607962685022 + wwv_flow_api.g_id_offset,
p_lov_id=>15952305184685011 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>1,
p_lov_disp_value=>'Post',
p_lov_return_value=>'Post',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15952826378685023 + wwv_flow_api.g_id_offset,
p_lov_id=>15952305184685011 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>2,
p_lov_disp_value=>'Fax',
p_lov_return_value=>'Fax',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15953013109685023 + wwv_flow_api.g_id_offset,
p_lov_id=>15952305184685011 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>3,
p_lov_disp_value=>'Email',
p_lov_return_value=>'Email',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15953207149685023 + wwv_flow_api.g_id_offset,
p_lov_id=>15952305184685011 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>4,
p_lov_disp_value=>'Upload',
p_lov_return_value=>'Upload',
p_lov_data_comment=> '');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/bases
begin
wwv_flow_api.create_list_of_values (
p_id => 12897128450695770 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'BASES',
p_lov_query=> 'select code as display_value, code as return_value'||chr(10)||
'from bases'||chr(10)||
'order by code');
null;
end;
/

View File

@@ -0,0 +1,16 @@
--application/shared_components/user_interface/lov/bypass
begin
wwv_flow_api.create_list_of_values (
p_id => 15955922435685026 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'BYPASS',
p_lov_query=> 'select description as display, description as return from bypass_reasons'||chr(10)||
'order by code');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/connectionorientations
begin
wwv_flow_api.create_list_of_values (
p_id => 12859022562256728 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'CONNECTIONORIENTATIONS',
p_lov_query=> 'select description d, code r'||chr(10)||
'from connection_orientations'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/connectiontypes
begin
wwv_flow_api.create_list_of_values (
p_id => 12861107156290122 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'CONNECTIONTYPES',
p_lov_query=> 'select description d, code r'||chr(10)||
'from connection_types'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/contactmechanisms
begin
wwv_flow_api.create_list_of_values (
p_id => 15955615056685026 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'CONTACTMECHANISMS',
p_lov_query=> 'select DESCRIPTION display_value, CODE return_value '||chr(10)||
'from CONTACT_MECHANISM_TYPES'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/drawings
begin
wwv_flow_api.create_list_of_values (
p_id => 12803215955396205 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'DRAWINGS',
p_lov_query=> 'select code as display_value, code as return_value'||chr(10)||
'from drawings'||chr(10)||
'order by code');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/enquirytypes
begin
wwv_flow_api.create_list_of_values (
p_id => 15310215906546350 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'ENQUIRYTYPES',
p_lov_query=> 'select DESCRIPTION display_value, CODE return_value '||chr(10)||
'from ENQUIRY_TYPES'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/existingmetersizes
begin
wwv_flow_api.create_list_of_values (
p_id => 15954326962685025 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'EXISTINGMETERSIZES',
p_lov_query=> 'select CODE display_value, CODE return_value '||chr(10)||
'from METER_SIZE_CODES where VALID_FOR_EXISTING_METER=''YES'''||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,18 @@
--application/shared_components/user_interface/lov/filters
begin
wwv_flow_api.create_list_of_values (
p_id => 12865824527399233 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'FILTERS',
p_lov_query=> 'select ft.description || '' - '' || f.filter_size display_value, f.code return_value '||chr(10)||
'from FILTERS f, filter_types ft'||chr(10)||
'where f.fity_code = ft.code'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/housing_type
begin
wwv_flow_api.create_list_of_values (
p_id => 12804820935407180 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'HOUSING TYPE',
p_lov_query=> 'select description as display_value, code as return_value'||chr(10)||
'from housing_types'||chr(10)||
'order by code asc');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/housings
begin
wwv_flow_api.create_list_of_values (
p_id => 12898311751698269 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'HOUSINGS',
p_lov_query=> 'select code as display_value, code as return_value'||chr(10)||
'from housings'||chr(10)||
'order by code');
null;
end;
/

View File

@@ -0,0 +1,63 @@
--application/shared_components/user_interface/lov/loadcontroltypes
begin
wwv_flow_api.create_list_of_values (
p_id => 15953402594685025 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'LOADCONTROLTYPES',
p_lov_query=> '.'||to_char(15953402594685025 + wwv_flow_api.g_id_offset)||'.');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15953722422685025 + wwv_flow_api.g_id_offset,
p_lov_id=>15953402594685025 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>1,
p_lov_disp_value=>'Constant',
p_lov_return_value=>'Constant',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15953917650685025 + wwv_flow_api.g_id_offset,
p_lov_id=>15953402594685025 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>2,
p_lov_disp_value=>'On/Off',
p_lov_return_value=>'OnOff',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15954129021685025 + wwv_flow_api.g_id_offset,
p_lov_id=>15953402594685025 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>3,
p_lov_disp_value=>'Modulating',
p_lov_return_value=>'Modulating',
p_lov_data_comment=> '');
null;
end;
/

View File

@@ -0,0 +1,18 @@
--application/shared_components/user_interface/lov/manufacturer
begin
wwv_flow_api.create_list_of_values (
p_id => 12805914140414670 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'MANUFACTURER',
p_lov_query=> 'select name as display_value, id as return_value'||chr(10)||
'from parties prty'||chr(10)||
'where prty.prty_type = ''MANU'''||chr(10)||
'order by name asc');
null;
end;
/

View File

@@ -0,0 +1,47 @@
--application/shared_components/user_interface/lov/marketsectorcodes
begin
wwv_flow_api.create_list_of_values (
p_id => 15954929400685026 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'MARKETSECTORCODES',
p_lov_query=> '.'||to_char(15954929400685026 + wwv_flow_api.g_id_offset)||'.');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15955203352685026 + wwv_flow_api.g_id_offset,
p_lov_id=>15954929400685026 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>1,
p_lov_disp_value=>'I - Industrial and Commercial',
p_lov_return_value=>'I',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>15955411496685026 + wwv_flow_api.g_id_offset,
p_lov_id=>15954929400685026 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>2,
p_lov_disp_value=>'D - Domestic',
p_lov_return_value=>'D',
p_lov_data_comment=> '');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/meters
begin
wwv_flow_api.create_list_of_values (
p_id => 12917416794939297 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'METERS',
p_lov_query=> 'select code display_value, code return_value '||chr(10)||
'from meters'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/metersizecodes
begin
wwv_flow_api.create_list_of_values (
p_id => 15310821793548000 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'METERSIZECODES',
p_lov_query=> 'select DESCRIPTION display_value, CODE return_value '||chr(10)||
'from METER_SIZE_CODES'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/metertypes
begin
wwv_flow_api.create_list_of_values (
p_id => 12868800126505669 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'METERTYPES',
p_lov_query=> 'select DESCRIPTION display_value, CODE return_value '||chr(10)||
'from METER_TYPES'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/modules
begin
wwv_flow_api.create_list_of_values (
p_id => 15410919772406030 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'MODULES',
p_lov_query=> 'select code display_value, code return_value '||chr(10)||
'from modules'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/newmetersizes
begin
wwv_flow_api.create_list_of_values (
p_id => 15954612045685025 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'NEWMETERSIZES',
p_lov_query=> 'select CODE display_value, CODE return_value '||chr(10)||
'from METER_SIZE_CODES where VALID_FOR_NEW_METER=''YES'''||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/regions
begin
wwv_flow_api.create_list_of_values (
p_id => 15309304132542973 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'REGIONS',
p_lov_query=> 'select DESCRIPTION display_value, CODE return_value '||chr(10)||
'from REGIONS'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,18 @@
--application/shared_components/user_interface/lov/regulators
begin
wwv_flow_api.create_list_of_values (
p_id => 12903219201738342 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'REGULATORS',
p_lov_query=> 'select rt.description || '' - '' || r.lock_up display_value, r.code return_value '||chr(10)||
'from regulators r, regulator_types rt'||chr(10)||
'where r.rety_code = rt.code'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,18 @@
--application/shared_components/user_interface/lov/reliefvalves
begin
wwv_flow_api.create_list_of_values (
p_id => 12906408661274555 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'RELIEFVALVES',
p_lov_query=> 'select rt.description || '': Size '' || r.relief_valve_size || '': Setting ''||r.relief_valve_setting display_value, r.code return_value '||chr(10)||
'from relief_valves r, relief_valve_types rt'||chr(10)||
'where r.rvty_code = rt.code'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/servicepressures
begin
wwv_flow_api.create_list_of_values (
p_id => 12910606677330773 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'SERVICEPRESSURES',
p_lov_query=> 'select description d, code r'||chr(10)||
'from service_pressures'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,17 @@
--application/shared_components/user_interface/lov/servicepressuretypes
begin
wwv_flow_api.create_list_of_values (
p_id => 15311828027549870 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'SERVICEPRESSURETYPES',
p_lov_query=> 'select DESCRIPTION display_value, CODE return_value '||chr(10)||
'from SERVICE_PRESSURE_TYPES'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,18 @@
--application/shared_components/user_interface/lov/slamshutvalves
begin
wwv_flow_api.create_list_of_values (
p_id => 12908128316299217 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'SLAMSHUTVALVES',
p_lov_query=> 'select rt.description || '': Size '' || r.slamshut_size || '': Setting ''||r.slamshut_setting display_value, r.code return_value '||chr(10)||
'from slamshut_valves r, slamshut_types rt'||chr(10)||
'where r.slty_code = rt.code'||chr(10)||
'order by 1');
null;
end;
/

View File

@@ -0,0 +1,49 @@
--application/shared_components/user_interface/lov/yesno
begin
wwv_flow_api.create_list_of_values (
p_id => 12773402618286720 + wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_lov_name => 'YESNO',
p_lov_query=> '.'||to_char(12773402618286720 + wwv_flow_api.g_id_offset)||'.');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>12773929609286725 + wwv_flow_api.g_id_offset,
p_lov_id=>12773402618286720 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>2,
p_lov_disp_value=>'Yes',
p_lov_return_value=>'Y',
p_lov_data_comment=> '');
null;
end;
/
begin
wwv_flow_api.create_static_lov_data (
p_id=>12774128957286725 + wwv_flow_api.g_id_offset,
p_lov_id=>12773402618286720 + wwv_flow_api.g_id_offset,
p_lov_disp_sequence=>3,
p_lov_disp_value=>'No',
p_lov_return_value=>'N',
p_lov_data_comment=> '');
null;
end;
/
prompt ...Application Trees
--

View File

@@ -0,0 +1,31 @@
--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
--
prompt ...authentication schemes
--

View File

@@ -0,0 +1,28 @@
--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=>'<img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#" class="current">#NAME#</a>',
p_non_current_page_option=>'<img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#" class="empty">#NAME#</a>',
p_menu_link_attributes=>'',
p_between_levels=>'&nbsp;&gt;&nbsp;',
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;
/

View File

@@ -0,0 +1,28 @@
--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=>'<ul class="t4HierarchicalMenu">',
p_current_page_option=>'<li class="t4current"><a href="#LINK#">#NAME#</a></li>',
p_non_current_page_option=>'<li><a href="#LINK#">#NAME#</a></li>',
p_menu_link_attributes=>'',
p_between_levels=>'',
p_after_last=>'</ul>',
p_max_levels=>11,
p_start_with_node=>'CHILD_MENU',
p_theme_id => 101,
p_theme_class_id => 2,
p_translate_this_template => 'N',
p_template_comments=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,19 @@
--application/shared_components/user_interface/templates/button/button
prompt ......Button Template 24749440874526790
declare
t varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
t:=t||'<input type="button" name="#LABEL#" value="#LABEL#" onclick="#LINK#"/>';
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;
/

View File

@@ -0,0 +1,20 @@
--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||'<a href="#LINK#" class="t4ButtonAlternative1">#LABEL#</a>';
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;
/

View File

@@ -0,0 +1,20 @@
--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||'<a href="#LINK#" class="t4ButtonAlternative2">#LABEL#</a>';
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;
/

View File

@@ -0,0 +1,23 @@
--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||'<a href="#LINK#" class="t4ButtonAlternative3">#LABEL#</a>';
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
--

View File

@@ -0,0 +1,83 @@
--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=> '<th class="t4DayOfWeek">#IDAY#</th>',
p_month_title_format=> '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4CalendarHolder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="t4MonthTitle">#IMONTH# #YYYY#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_month_open_format=> '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="t4Calendar">',
p_month_close_format=> '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_day_title_format=> '<div class="t4DayTitle">#DD#</div>',
p_day_open_format=> '<td class="t4Day" valign="top">',
p_day_close_format=> '</td>',
p_today_open_format=> '<td valign="top" class="t4Today">',
p_weekend_title_format=> '<div class="t4WeekendDayTitle">#DD#</div>',
p_weekend_open_format => '<td valign="top" class="t4WeekendDay">',
p_weekend_close_format => '</td>',
p_nonday_title_format => '<div class="t4NonDayTitle">#DD#</div>',
p_nonday_open_format => '<td class="t4NonDay" valign="top">',
p_nonday_close_format => '</td>',
p_week_title_format => '',
p_week_open_format => '<tr>',
p_week_close_format => '</tr> ',
p_daily_title_format => '<th width="14%" class="calheader">#IDAY#</th>',
p_daily_open_format => '<tr>',
p_daily_close_format => '</tr>',
p_weekly_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4WeekCalendarHolder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_weekly_day_of_week_format => '<th class="t4DayOfWeek">#IDAY#<br>#MM#/#DD#</th>',
p_weekly_month_open_format => '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="t4WeekCalendar">',
p_weekly_month_close_format => '</table></td></tr></table>',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '<td class="t4Day" valign="top">',
p_weekly_day_close_format => '<br /></td>',
p_weekly_today_open_format => '<td class="t4Today" valign="top">',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => '<td valign="top" class="t4NonDay">',
p_weekly_weekend_close_format => '<br /></td>',
p_weekly_time_open_format => '<th class="t4Hour">',
p_weekly_time_close_format => '<br /></th>',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '<tr>',
p_weekly_hour_close_format => '</tr>',
p_daily_day_of_week_format => '<th class="t4DayOfWeek">#IDAY# #DD#/#MM#</th>',
p_daily_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4DayCalendarHolder"> <tr> <td class="t4MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr> <tr> <td>'||chr(10)||
'',
p_daily_month_open_format => '<table border="0" cellpadding="2" cellspacing="0" summary="0" class="t4DayCalendar">',
p_daily_month_close_format => '</table></td> </tr> </table>',
p_daily_day_title_format => '',
p_daily_day_open_format => '<td valign="top" class="t4Day">',
p_daily_day_close_format => '<br /></td>',
p_daily_today_open_format => '<td valign="top" class="t4Today">',
p_daily_time_open_format => '<th class="t4Hour">',
p_daily_time_close_format => '<br /></th>',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '<tr>',
p_daily_hour_close_format => '</tr>',
p_theme_id => 101,
p_theme_class_id => 1,
p_reference_id=> null);
end;
null;
end;
/

View File

@@ -0,0 +1,83 @@
--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=> '<th class="t4DayOfWeek">#IDAY#</th>',
p_month_title_format=> '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4CalendarAlternative1Holder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="t4MonthTitle">#IMONTH# #YYYY#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_month_open_format=> '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="t4CalendarAlternative1">',
p_month_close_format=> '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_day_title_format=> '<div class="t4DayTitle">#DD#</div>',
p_day_open_format=> '<td class="t4Day" valign="top">',
p_day_close_format=> '</td>',
p_today_open_format=> '<td valign="top" class="t4Today">',
p_weekend_title_format=> '<div class="t4WeekendDayTitle">#DD#</div>',
p_weekend_open_format => '<td valign="top" class="t4WeekendDay">',
p_weekend_close_format => '</td>',
p_nonday_title_format => '<div class="t4NonDayTitle">#DD#</div>',
p_nonday_open_format => '<td class="t4NonDay" valign="top">',
p_nonday_close_format => '</td>',
p_week_title_format => '',
p_week_open_format => '<tr>',
p_week_close_format => '</tr> ',
p_daily_title_format => '<th width="14%" class="calheader">#IDAY#</th>',
p_daily_open_format => '<tr>',
p_daily_close_format => '</tr>',
p_weekly_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4WeekCalendarAlternative1Holder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_weekly_day_of_week_format => '<th class="t4DayOfWeek">#IDAY#<br>#MM#/#DD#</th>',
p_weekly_month_open_format => '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="t4WeekCalendarAlternative1">',
p_weekly_month_close_format => '</table></td></tr></table>',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '<td class="t4Day" valign="top">',
p_weekly_day_close_format => '<br /></td>',
p_weekly_today_open_format => '<td class="t4Today" valign="top">',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => '<td valign="top" class="t4NonDay">',
p_weekly_weekend_close_format => '<br /></td>',
p_weekly_time_open_format => '<th class="t4Hour">',
p_weekly_time_close_format => '<br /></th>',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '<tr>',
p_weekly_hour_close_format => '</tr>',
p_daily_day_of_week_format => '<th class="t4DayOfWeek">#IDAY# #DD#/#MM#</th>',
p_daily_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4DayCalendarAlternative1Holder"> <tr><td class="t4MonthTitle">#IMONTH# #DD#, #YYYY#</td></tr><tr><td>'||chr(10)||
'',
p_daily_month_open_format => '<table border="0" cellpadding="2" cellspacing="0" summary="0" class="t4DayCalendarAlternative1">',
p_daily_month_close_format => '</table></td> </tr> </table>',
p_daily_day_title_format => '',
p_daily_day_open_format => '<td valign="top" class="t4Day">',
p_daily_day_close_format => '<br /></td>',
p_daily_today_open_format => '<td valign="top" class="t4Today">',
p_daily_time_open_format => '<th class="t4Hour">',
p_daily_time_close_format => '<br /></th>',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '<tr>',
p_daily_hour_close_format => '</tr>',
p_theme_id => 101,
p_theme_class_id => 2,
p_reference_id=> null);
end;
null;
end;
/

View File

@@ -0,0 +1,86 @@
--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=> '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4SmallCalenderHolder"> '||chr(10)||
' <tr>'||chr(10)||
' <td class="t4MonthTitle">#IMONTH# #YYYY#</td>'||chr(10)||
' </tr>'||chr(10)||
' <tr>'||chr(10)||
' <td>',
p_month_open_format=> '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="t4SmallCalender">',
p_month_close_format=> '</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'',
p_day_title_format=> '<div class="t4DayTitle">#DD#</div>',
p_day_open_format=> '<td class="t4Day" valign="top">',
p_day_close_format=> '</td>',
p_today_open_format=> '<td valign="top" class="t4Today">',
p_weekend_title_format=> '<div class="t4WeekendDayTitle">#DD#</div>',
p_weekend_open_format => '<td valign="top" class="t4WeekendDay">',
p_weekend_close_format => '</td>',
p_nonday_title_format => '<div class="t4NonDayTitle">#DD#</div>',
p_nonday_open_format => '<td class="t4NonDay" valign="top">',
p_nonday_close_format => '</td>',
p_week_title_format => '',
p_week_open_format => '<tr>',
p_week_close_format => '</tr> ',
p_daily_title_format => '<th width="14%" class="calheader">#IDAY#</th>',
p_daily_open_format => '<tr>',
p_daily_close_format => '</tr>',
p_weekly_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4SmallWeekCalendarHolder">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4MonthTitle" id="test">#WTITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td>',
p_weekly_day_of_week_format => '<th class="t4DayOfWeek">#IDAY#<br />#MM#/#DD#</th>',
p_weekly_month_open_format => '<table border="0" cellpadding="0" cellspacing="0" summary="0" class="t4SmallWeekCalendar">',
p_weekly_month_close_format => '</table></td></tr></table>',
p_weekly_day_title_format => '',
p_weekly_day_open_format => '<td class="t4Day" valign="top">',
p_weekly_day_close_format => '<br /></td>',
p_weekly_today_open_format => '<td class="t4Today" valign="top">',
p_weekly_weekend_title_format => '',
p_weekly_weekend_open_format => '<td valign="top" class="t4NonDay">',
p_weekly_weekend_close_format => '<br /></td>',
p_weekly_time_open_format => '<th class="t4Hour">',
p_weekly_time_close_format => '<br /></th>',
p_weekly_time_title_format => '#TIME#',
p_weekly_hour_open_format => '<tr>',
p_weekly_hour_close_format => '</tr>',
p_daily_day_of_week_format => '<th class="t4DayOfWeek">#IDAY# #DD#/#MM#</th>',
p_daily_month_title_format => '<table cellspacing="0" cellpadding="0" border="0" summary="" class="t4SmallDayCalendarHolder"> <tr> <td class="t4MonthTitle">#IMONTH# #DD#, #YYYY#</td> </tr><tr><td>'||chr(10)||
'',
p_daily_month_open_format => '<table border="0" cellpadding="2" cellspacing="0" summary="0" class="t4SmallDayCalendar">',
p_daily_month_close_format => '</table></td></tr></table>',
p_daily_day_title_format => '',
p_daily_day_open_format => '<td valign="top" class="t4Day">',
p_daily_day_close_format => '<br /></td>',
p_daily_today_open_format => '<td valign="top" class="t4Today">',
p_daily_time_open_format => '<th class="t4Hour">',
p_daily_time_close_format => '<br /></th>',
p_daily_time_title_format => '#TIME#',
p_daily_hour_open_format => '<tr>',
p_daily_hour_close_format => '</tr>',
p_theme_id => 101,
p_theme_class_id => 3,
p_reference_id=> null);
end;
null;
end;
/
prompt ...application themes
--
prompt ......theme 24750938041526809

View File

@@ -0,0 +1,24 @@
--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=>'<span class="t4NoLabel">',
p_template_body2=>'</span>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 13,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,24 @@
--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=>'<label for="#CURRENT_ITEM_NAME#"><span class="t4OptionalLabel">',
p_template_body2=>'</span></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 3,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,24 @@
--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=>'<label for="#CURRENT_ITEM_NAME#"><a class="t4OptionalLabelwithHelp" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">',
p_template_body2=>'</a></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 1,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,24 @@
--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=>'<label for="#CURRENT_ITEM_NAME#"><span class="t4RequiredLabel">',
p_template_body2=>'</span></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 4,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/

View File

@@ -0,0 +1,26 @@
--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=>'<label for="#CURRENT_ITEM_NAME#"><a class="t4RequiredLabelwithHelp" href="javascript:popupFieldHelp(''#CURRENT_ITEM_ID#'',''&SESSION.'')" tabindex="999">',
p_template_body2=>'</a></label>',
p_on_error_before_label=>'<div class="t4InlineError">',
p_on_error_after_label=>'<br/>#ERROR_MESSAGE#</div>',
p_theme_id => 101,
p_theme_class_id => 2,
p_translate_this_template=> 'N',
p_template_comment=> '');
end;
null;
end;
/
prompt ...breadcrumb templates
--

View File

@@ -0,0 +1,52 @@
--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||'<a href="#LINK#" class="t4Button" style="background-color:#CCCCCC;">#TEXT#</a>';
t2:=t2||'<a href="#LINK#" class="t4Button">#TEXT#</a>';
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=>'<div class="t4ButtonList">',
p_list_template_after_rows=>'</div>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,66 @@
--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||'<div class="dhtmlMenuItem"><a href="#LINK#"><img src="#IMAGE_PREFIX#themes/generic_list.gif" alt="" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#themes/generic_nochild.gif" width="22" height="75" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a></div>';
t2:=t2||'<div class="dhtmlMenuItem"><a href="#LINK#"><img src="#IMAGE_PREFIX#themes/generic_list.gif" alt="" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#themes/generic_nochild.gif" width="22" height="75" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a></div>';
t3:=t3||'<li class="dhtmlMenuSep"><img src="#IMAGE_PREFIX#themes/theme_13/1px_trans.gif" width="1" height="1" alt="" class="dhtmlMenuSep" /></li>';
t4:=t4||'<li><a href="#LINK#" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)">#TEXT#</a></li>';
t5:=t5||'<div class="dhtmlMenuItem"><a href="#LINK#"><img src="#IMAGE_PREFIX#themes/generic_list.gif" alt="" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#themes/generic_open.gif" width="22" height="75" class="dhtmlMenu" onclick="app_AppMenuMultiOpenBottom(this,''#LIST_ITEM_ID#'',false)" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a></div>';
t6:=t6||'<div class="dhtmlMenuItem"><a href="#LINK#"><img src="#IMAGE_PREFIX#themes/generic_list.gif" alt="" #IMAGE_ATTR# /></a><img src="#IMAGE_PREFIX#themes/generic_open.gif" width="22" height="75" class="dhtmlMenu" onclick="app_AppMenuMultiOpenBottom(this,''#LIST_ITEM_ID#'',false)" alt="" /><a href="#LINK#" class="dhtmlBottom">#TEXT#</a></div>';
t7:=t7||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" /></a></li>';
t8:=t8||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" /></a></li>';
wwv_flow_api.create_list_template (
p_id=>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=>'<div class="dhtmlMenuLG">',
p_list_template_after_rows=>'</div><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" class="dhtmlSubMenu2" style="display:none;"><li class="dhtmlSubMenuP" onmouseover="dhtml_CloseAllSubMenusL(this)">#PARENT_TEXT#</li>',
p_after_sub_list=>'</ul>',
p_sub_list_item_current=> t3,
p_sub_list_item_noncurrent=> t4,
p_item_templ_curr_w_child=> t5,
p_item_templ_noncurr_w_child=> t6,
p_sub_templ_curr_w_child=> t7,
p_sub_templ_noncurr_w_child=> t8,
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,66 @@
--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||'<li class="dhtmlMenuItem"><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li class="dhtmlMenuItem"><a href="#LINK#">#TEXT#</a></li>';
t3:=t3||'<li class="dhtmlMenuSep2"><img src="#IMAGE_PREFIX#themes/theme_13/1px_trans.gif" width="1" height="1" alt="" class="dhtmlMenuSep2" /></li>';
t4:=t4||'<li><a href="#LINK#" class="dhtmlSubMenuN" onmouseover="dhtml_CloseAllSubMenusL(this)">#TEXT#</a></li>';
t5:=t5||'<li class="dhtmlMenuItem1"><a href="#LINK#">#TEXT#</a><img src="#IMAGE_PREFIX#themes/theme_13/menu_small.gif" alt="Expand" onclick="app_AppMenuMultiOpenBottom2(this,''#LIST_ITEM_ID#'',false)" /></li>';
t6:=t6||'<li class="dhtmlMenuItem1"><a href="#LINK#">#TEXT#</a><img src="#IMAGE_PREFIX#themes/theme_13/menu_small.gif" alt="Expand" onclick="app_AppMenuMultiOpenBottom2(this,''#LIST_ITEM_ID#'',false)" /></li>';
t7:=t7||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" /></a></li>';
t8:=t8||'<li class="dhtmlSubMenuS"><a href="#LINK#" class="dhtmlSubMenuS" onmouseover="dhtml_MenuOpen(this,''#LIST_ITEM_ID#'',true,''Left'')"><span style="float:left;">#TEXT#</span><img class="t13MIMG" src="#IMAGE_PREFIX#menu_open_right2.gif" alt="" /></a></li>';
wwv_flow_api.create_list_template (
p_id=>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=>'<ul class="dhtmlMenuLG2">',
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" class="dhtmlSubMenu2" style="display:none;">',
p_after_sub_list=>'</ul>',
p_sub_list_item_current=> t3,
p_sub_list_item_noncurrent=> t4,
p_item_templ_curr_w_child=> t5,
p_item_templ_noncurr_w_child=> t6,
p_sub_templ_curr_w_child=> t7,
p_sub_templ_noncurr_w_child=> t8,
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,66 @@
--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||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t3:=t3||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t4:=t4||'<li><img src="#IMAGE_PREFIX#themes/theme_13/node.gif" align="middle" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t5:=t5||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" align="middle" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t6:=t6||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" align="middle" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t7:=t7||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" align="middle" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
t8:=t8||'<li><img src="#IMAGE_PREFIX#themes/theme_13/plus.gif" onclick="htmldb_ToggleWithImage(this,''#LIST_ITEM_ID#'')" align="middle" class="pseudoButtonInactive" alt="" /><a href="#LINK#">#TEXT#</a></li>';
wwv_flow_api.create_list_template (
p_id=>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=>'<ul class="dhtmlTree">',
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#" style="display:none;" class="dhtmlTree">',
p_after_sub_list=>'</ul>',
p_sub_list_item_current=> t3,
p_sub_list_item_noncurrent=> t4,
p_item_templ_curr_w_child=> t5,
p_item_templ_noncurr_w_child=> t6,
p_sub_templ_curr_w_child=> t7,
p_sub_templ_noncurr_w_child=> t8,
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<td class="t4current"><img src="#IMAGE_PREFIX##IMAGE#" border="0" alt="" #IMAGE_ATTR#/><br />#TEXT#</td>';
t2:=t2||'<td><a href="#LINK#"><img src="#IMAGE_PREFIX##IMAGE#" border="0" alt="" #IMAGE_ATTR#/></a><br /><a href="#LINK#">#TEXT#</a></td>';
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=>'<table class="t4HorizontalImageswithLabelList" cellpadding="0" border="0" cellspacing="0" summary=""><tr>',
p_list_template_after_rows=>'</tr></table>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<a href="#LINK#" class="t4current">#TEXT#</a>';
t2:=t2||'<a href="#LINK#">#TEXT#</a>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>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=>'<div class="t4HorizontalLinksList">',
p_list_template_after_rows=>'</div>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<li><a class="t4current" href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>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=>'<ul class="t4TabbedNavigationList">',
p_list_template_after_rows=>'</ul>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,66 @@
--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||'<li><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3:=t3||'<li><a href="#LINK#">#TEXT#</a></li>';
t4:=t4||'<li><a href="#LINK#">#TEXT#</a></li>';
t5:=t5||'<li><a href="#LINK#">#TEXT#</a></li>';
t6:=t6||'<li><a href="#LINK#">#TEXT#</a></li>';
t7:=t7||'<li><a href="#LINK#">#TEXT#</a></li>';
t8:=t8||'<li><a href="#LINK#">#TEXT#</a></li>';
wwv_flow_api.create_list_template (
p_id=>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 => 23,
p_list_template_before_rows=>'<ul class="htmlTree">',
p_list_template_after_rows=>'</ul><br style="clear:both;"/><br style="clear:both;"/>',
p_before_sub_list=>'<ul id="#PARENT_LIST_ITEM_ID#" htmldb:listlevel="#LEVEL#">',
p_after_sub_list=>'</ul>',
p_sub_list_item_current=> t3,
p_sub_list_item_noncurrent=> t4,
p_item_templ_curr_w_child=> t5,
p_item_templ_noncurr_w_child=> t6,
p_sub_templ_curr_w_child=> t7,
p_sub_templ_noncurr_w_child=> t8,
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<tr><td class="t4current"><a href="#LINK#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />#TEXT#</a></td></tr>';
t2:=t2||'<tr><td><a href="#LINK#"><img src="#IMAGE_PREFIX##IMAGE#" #IMAGE_ATTR# alt="" />#TEXT#</a></td></tr>';
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=>'<table border="0" cellpadding="0" cellspacing="0" summary="" class="t4VerticalImagesList">',
p_list_template_after_rows=>'</table>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<li class="t4current"><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>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=>'<ol class="t4VerticalOrderedList">',
p_list_template_after_rows=>'</ol>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<tr><td class="t4current"><a href="#LINK#" class="t4nav">#TEXT#</a></td></tr>';
t2:=t2||'<tr><td><a href="#LINK#" class="t4nav">#TEXT#</a></td></tr>';
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=>'<table border="0" cellpadding="0" cellspacing="0" summary="" class="t4VerticalSidebarList">',
p_list_template_after_rows=>'</table>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<li class="t4current"><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>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=>'<ul class="t4VerticalUnorderedLinkswithoutBullets">',
p_list_template_after_rows=>'</ul>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,52 @@
--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||'<li class="t4current"><a href="#LINK#">#TEXT#</a></li>';
t2:=t2||'<li><a href="#LINK#">#TEXT#</a></li>';
t3 := null;
t4 := null;
t5 := null;
t6 := null;
t7 := null;
t8 := null;
wwv_flow_api.create_list_template (
p_id=>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=>'<ul class="t4VerticalUnorderedListwithBullets">',
p_list_template_after_rows=>'</ul>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/

View File

@@ -0,0 +1,55 @@
--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||'<tr><td><div class="t4current">#TEXT#</div></td></tr>';
t2:=t2||'<tr><td><div>#TEXT#</div></td></tr>';
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=>'<table border="0" cellpadding="0" cellspacing="0" summary="" class="t4WizardProgressList">',
p_list_template_after_rows=>'<tr><td>&DONE.</td></tr>'||chr(10)||
'</table>',
p_translate_this_template => 'N',
p_list_template_comment=>'');
end;
null;
end;
/
prompt ...report templates
--

View File

@@ -0,0 +1,71 @@
--application/shared_components/user_interface/templates/page/login
prompt ......Page template 24733840230526723
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/common.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
'</html>'||chr(10)||
'';
c3:=c3||'<div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>'||chr(10)||
'<table align="center" border="0" cellpadding="0" cellspacing="0" summary="" class="t4Login">'||chr(10)||
'<tr>'||chr(10)||
'<td>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_03##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24733840230526723 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Login',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#MESSAGE#</div>',
p_current_tab=> '',
p_current_tab_font_attr=> '',
p_non_current_tab=> '',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_theme_id => 101,
p_theme_class_id => 6,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/

View File

@@ -0,0 +1,129 @@
--application/shared_components/user_interface/templates/page/no_tabs
prompt ......Page template 24734011047526756
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml1-transitional.dtd">'||chr(10)||
'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#WORKSPACE_IMAGES#common.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#'||chr(10)||
'<div id="rowHd">'||chr(10)||
'<div id="logo" class="hskpcol1">'||chr(10)||
'<img';
c1:=c1||' src="#WORKSPACE_IMAGES#ngmeterlogo.gif" alt="National Grid Metering"/>'||chr(10)||
'</div>'||chr(10)||
'<div id="navHousekeep" class="hskpcol2">'||chr(10)||
'<p>You are logged in as... &APP_USER.</p>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
'<div id="rowSiteNav">'||chr(10)||
'<p>I &amp; C Meter Online Quotation System</p> '||chr(10)||
'</div>';
c2:=c2||'<div id="rowFooter"><!-- bottom strip of info -->'||chr(10)||
' '||chr(10)||
' <div class="clear"></div>'||chr(10)||
' <div class="access"><hr></div>'||chr(10)||
''||chr(10)||
' '||chr(10)||
' <div class="hskpcol1"><!-- copyright box -->'||chr(10)||
' <div id="copyright">Copyright © <!--2006--><span id="Pagefooter_lblYear">2007</span> National Grid</div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
' <div class="hskpcol2">'||chr(10)||
' <div id="navFooter">'||chr(10)||
' <a href="thehelp.htm">Help</a> | '||chr(10)||
' <a href="theter';
c2:=c2||'msandconditions.htm">Terms &amp; conditions</a>'||chr(10)||
''||chr(10)||
' | <a href="theprivacypolicy.htm">Privacy policy</a>'||chr(10)||
' </div>'||chr(10)||
' </div>'||chr(10)||
' '||chr(10)||
'</div>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<div id="UKSubNav" class="reg">'||chr(10)||
'#REGION_POSITION_01#'||chr(10)||
'</div>'||chr(10)||
'<div id="rowContent">'||chr(10)||
'<div id="colLeft">'||chr(10)||
'#NAVIGATION_BAR#'||chr(10)||
'</div>'||chr(10)||
'<div id="colMid">'||chr(10)||
''||chr(10)||
'#BOX_BODY#'||chr(10)||
''||chr(10)||
'#REGION_POSITION_02#'||chr(10)||
'#REGION_POSITION_03#'||chr(10)||
'#REGION_POSITION_04#'||chr(10)||
'</div>'||chr(10)||
'<div id="colRight">'||chr(10)||
'<h1 class="podTitle"><img src="#WORKSPACE_IMAGES#exclaim.gif" alt=""/>Important Messages</h1>'||chr(10)||
'<div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAG';
c3:=c3||'E##NOTIFICATION_MESSAGE#</div>'||chr(10)||
'</div>'||chr(10)||
'</div>'||chr(10)||
''||chr(10)||
''||chr(10)||
''||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24734011047526756 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '',
p_current_tab_font_attr=> '',
p_non_current_tab=> '',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div id="navTier" class="w180"><ul class="tierLink">#BAR_BODY#</ul></div>',
p_navbar_entry=> '<li><img src="#WORKSPACE_IMAGES#black.gif" alt=""><a href="#LINK#">#TEXT#</a></li>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 101,
p_theme_class_id => 3,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/

View File

@@ -0,0 +1,100 @@
--application/shared_components/user_interface/templates/page/no_tabs_with_sidebar
prompt ......Page template 24734336575526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<br class="t4Break"/>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
' <tr>'||chr(10)||
' <td colspan="2" cla';
c3:=c3||'ss="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
' </tr>'||chr(10)||
' <tr class="t4SidebarLayout">'||chr(10)||
' <td valign="top" class="t4SideBarNav">#REGION_POSITION_02#</td>'||chr(10)||
' <td valign="top" width="100%" class="t4ContentBody" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width';
c3:=c3||'="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
' </tr>'||chr(10)||
'</table>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24734336575526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'No Tabs with Sidebar',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '',
p_current_tab_font_attr=> '',
p_non_current_tab=> '',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 101,
p_theme_class_id => 17,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/

View File

@@ -0,0 +1,99 @@
--application/shared_components/user_interface/templates/page/one_level_tabs
prompt ......Page template 24734616867526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE# (&P10_ROLE.)</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<br class="t4Break"/>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
'<tr><td class="t4Tabs">#TAB_CE';
c3:=c3||'LLS#</td></tr>'||chr(10)||
'<tr><td><div class="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></div></td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td valign="top" class="t4ContentBody" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_ME';
c3:=c3||'SSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#</td>'||chr(10)||
'<td style="width:15px;"><br /></td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24734616867526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#'||chr(10)||
'',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 101,
p_theme_class_id => 1,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '12');
end;
null;
end;
/

View File

@@ -0,0 +1,103 @@
--application/shared_components/user_interface/templates/page/one_level_tabs_with_sidebar
prompt ......Page template 24734922613526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<br class="t4Break"/>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
'<tr>'||chr(10)||
'<td colspan="2" class="t4';
c3:=c3||'Tabs">#TAB_CELLS#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td colspan="2" class="t4BreadCrumbRegion" style="z-index:1;">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr class="t4SidebarLayout">'||chr(10)||
'<td valign="top" class="t4SideBarNav">#REGION_POSITION_02#</td>'||chr(10)||
'<td valign="top" width="100%" class="t4ContentBody" height="100%"><table summary="" cellpadding';
c3:=c3||'="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24734922613526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'One Level Tabs with Sidebar',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 101,
p_theme_class_id => 16,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/

View File

@@ -0,0 +1,69 @@
--application/shared_components/user_interface/templates/page/popup
prompt ......Page template 24735222377526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
'</html>';
c3:=c3||'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width="100%" valign="top"><div class="t4messages">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_01##REGION_POSITION_02##REGION_POSITION_04##REGION_POSITION_05##REGION_POSITION_06##REGION_POSITION_07##REGION_POSITION_08#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
wwv_flow_api.create_template(
p_id=> 24735222377526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Popup',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '',
p_current_tab_font_attr=> '',
p_non_current_tab=> '',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_theme_id => 101,
p_theme_class_id => 4,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/

View File

@@ -0,0 +1,82 @@
--application/shared_components/user_interface/templates/page/printer_friendly
prompt ......Page template 24735530196526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'#FORM_CLOSE#</body>'||chr(10)||
'</html>';
c3:=c3||'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td valign="top">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_08#</td>'||chr(10)||
'</table>'||chr(10)||
'<table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width="100%" valign="top">'||chr(10)||
'<div style="border:1px solid black;">#SUCCESS_MESSAG';
c3:=c3||'E##NOTIFICATION_MESSAGE#</div>'||chr(10)||
'#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
''||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24735530196526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Printer Friendly',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '',
p_current_tab_font_attr=> '',
p_non_current_tab=> '',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_theme_id => 101,
p_theme_class_id => 5,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '3');
end;
null;
end;
/

View File

@@ -0,0 +1,104 @@
--application/shared_components/user_interface/templates/page/two_level_tabs
prompt ......Page template 24735816699526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<br class="t4Break"/>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4Tabs">#PAREN';
c3:=c3||'T_TAB_CELLS#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ChildTabs">#TAB_CELLS#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td valign="top" width="100%" class="t4ContentBody" width="100%" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td widt';
c3:=c3||'h="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_02##REGION_POSITION_04#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'';
wwv_flow_api.create_template(
p_id=> 24735816699526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '<span class="t4childtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4childtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 101,
p_theme_class_id => 2,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '8');
end;
null;
end;
/

View File

@@ -0,0 +1,107 @@
--application/shared_components/user_interface/templates/page/two_level_tabs_with_sidebar
prompt ......Page template 24736129572526758
begin
declare
c1 varchar2(32767) := null;
c2 varchar2(32767) := null;
c3 varchar2(32767) := null;
l_clob clob;
l_length number := 1;
begin
c1:=c1||'<html lang="&BROWSER_LANGUAGE." xmlns:htmldb="http://htmldb.oracle.com">'||chr(10)||
'<head>'||chr(10)||
'<title>#TITLE#</title>'||chr(10)||
'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V3.css" type="text/css" />'||chr(10)||
'#HEAD#'||chr(10)||
'</head>'||chr(10)||
'<body #ONLOAD#>#FORM_OPEN#';
c2:=c2||'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageFooter" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4UserPrompt">&APP_USER.</td>'||chr(10)||
'<td class="t4Copyright"><!-- Copyright --><span class="t4Customize">#CUSTOMIZE#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<br class="t4Break"/>'||chr(10)||
'#REGION_POSITION_05#'||chr(10)||
'#FORM_CLOSE# '||chr(10)||
'</body>'||chr(10)||
'</html>';
c3:=c3||'<table border="0" cellpadding="0" cellspacing="0" summary="" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4Logo">#LOGO##REGION_POSITION_06#</td>'||chr(10)||
'<td width="100%" valign="top">#REGION_POSITION_07#</td>'||chr(10)||
'<td class="t4NavBar">#NAVIGATION_BAR##REGION_POSITION_08#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||chr(10)||
'<table border="0" cellpadding="0" cellspacing="0" summary="" id="t4PageBody" width="100%" height="70%">'||chr(10)||
'<tr>'||chr(10)||
'<td colspan="2" class="t4';
c3:=c3||'Tabs"><span>#PARENT_TAB_CELLS#</span></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td colspan="2" class="t4BreadCrumbRegion">#REGION_POSITION_01#<img src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" width="1" height="1" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td colspan="2" class="t4ChildTabs">#TAB_CELLS#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr class="t4SidebarLayout">'||chr(10)||
'<td valign="top" class="t4SideBarNav">#REGION_POSITION_02#</td>'||chr(10)||
'<td valign="top" width="100%" ';
c3:=c3||'class="t4ContentBody" height="100%"><table summary="" cellpadding="0" width="100%" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td width="100%" valign="top"><div class="t4messages">#GLOBAL_NOTIFICATION##SUCCESS_MESSAGE##NOTIFICATION_MESSAGE#</div>#BOX_BODY##REGION_POSITION_04#</td>'||chr(10)||
'<td valign="top">#REGION_POSITION_03#<br /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
wwv_flow_api.create_template(
p_id=> 24736129572526758 + wwv_flow_api.g_id_offset,
p_flow_id=> wwv_flow.g_flow_id,
p_name=> 'Two Level Tabs with Sidebar',
p_body_title=> '',
p_header_template=> c1,
p_box=> c3,
p_footer_template=> c2,
p_success_message=> '<div class="t4success">#SUCCESS_MESSAGE#</div>',
p_current_tab=> '<span class="t4childtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
p_current_tab_font_attr=> '',
p_non_current_tab=> '<a href="#TAB_LINK#" class="t4childtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
p_non_current_tab_font_attr => '',
p_top_current_tab=> '<span class="t4standardtabcurrent">#TAB_LABEL#</span>#TAB_INLINE_EDIT#',
p_top_current_tab_font_attr => '',
p_top_non_curr_tab=> '<a href="#TAB_LINK#" class="t4standardtab">#TAB_LABEL#</a>#TAB_INLINE_EDIT#',
p_top_non_curr_tab_font_attr=> '',
p_current_image_tab=> '',
p_non_current_image_tab=> '',
p_notification_message=> '<div class="t4notification">#MESSAGE#</div>',
p_navigation_bar=> '<div class="t4NavigationBar">#BAR_BODY#</div>',
p_navbar_entry=> '<a href="#LINK#" class="t4NavigationBar">#TEXT#</a>',
p_app_tab_before_tabs=>'',
p_app_tab_current_tab=>'',
p_app_tab_non_current_tab=>'',
p_app_tab_after_tabs=>'',
p_region_table_cattributes=> ' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"',
p_sidebar_def_reg_pos => 'REGION_POSITION_02',
p_breadcrumb_def_reg_pos => 'REGION_POSITION_01',
p_theme_id => 101,
p_theme_class_id => 18,
p_required_patch => null + wwv_flow_api.g_id_offset,
p_translate_this_template => 'N',
p_template_comment => '');
end;
null;
end;
/
prompt ...button templates
--

View File

@@ -0,0 +1,58 @@
--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=>'<link rel="stylesheet" href="#IMAGE_PREFIX#themes/theme_4/theme_V2.css" type="text/css">'||chr(10)||
'',
p_page_body_attr=>'onload="first_field()" style="background-color:#FFFFFF;margin:0;"',
p_before_field_text=>'<div class="t4PopupHead">',
p_page_heading_text=>'',
p_page_footer_text =>'',
p_filter_width =>'20',
p_filter_max_width =>'100',
p_filter_text_attr =>'',
p_find_button_text =>'Search',
p_find_button_image=>'',
p_find_button_attr =>'',
p_close_button_text=>'Close',
p_close_button_image=>'',
p_close_button_attr=>'',
p_next_button_text =>'Next >',
p_next_button_image=>'',
p_next_button_attr =>'',
p_prev_button_text =>'< Previous',
p_prev_button_image=>'',
p_prev_button_attr =>'',
p_after_field_text=>'</div>',
p_scrollbars=>'1',
p_resizable=>'1',
p_width =>'400',
p_height=>'450',
p_result_row_x_of_y=>'<br /><div style="padding:2px; font-size:8pt;">Row(s) #FIRST_ROW# - #LAST_ROW#</div>',
p_result_rows_per_pg=>500,
p_before_result_set=>'<div class="t4PopupBody">',
p_theme_id => 101,
p_theme_class_id => 1,
p_translate_this_template => 'N',
p_after_result_set =>'</div>');
end;
null;
end;
/
prompt ...calendar templates
--

View File

@@ -0,0 +1,60 @@
--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||'<table class="t4BorderlessRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,77 @@
--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||'<table cellpadding="0" cellspacing="0" border="0" summary="" class="t4BracketedRegion" id="#REGION_ID#">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionHeader">#TITLE#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td><table cellpadding="0" cellspacing="0" border="0" summary="" width="100%">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
'<td rowspan="3" class="t4RegionBody"><div c';
t:=t||'lass="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</div>#BODY#</td>'||chr(10)||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="1" width="1" alt="" /></td>'||chr(10)||
'<td><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gi';
t:=t||'f" height="1" width="1" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
'<td class="t4bracket"><img src="#IMAGE_PREFIX#themes/theme_1/1px_trans.gif" height="5" width="1" alt="" /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,52 @@
--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||'<div id="#REGION_ID#">#BODY#</div>';
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;
/

View File

@@ -0,0 +1,57 @@
--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||'<table class="t4ButtonRegionwithTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr><td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#<img alt="" src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" style="display:block;" width="600" height="1" /></td></tr>'||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;
/

View File

@@ -0,0 +1,56 @@
--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||'<table class="t4ButtonRegionwithoutTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#<img alt="" src="#IMAGE_PREFIX#themes/theme_4/1px_trans.gif" style="display:block;" width="600" height="1" /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>#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;
/

View File

@@ -0,0 +1,60 @@
--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||'<table class="t4ChartRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,62 @@
--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||'<h1><a/ name="#REGION_STATIC_ID#">#TITLE#</h1>'||chr(10)||
'<table class="t4FormRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader"></td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#<img alt="" src="#IMAGE_PREFIX#theme';
t:=t||'s/theme_4/1px_trans.gif" style="display:block;" width="600" height="1" /></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,58 @@
--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||'<table class="t4HideandShowRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
' <tr><td class="t4RegionHeader">#TITLE#<a style="margin-left:5px;" href="javascript:hideShow(''region#REGION_SEQUENCE_ID#'',''shIMG#REGION_SEQUENCE_ID#'',''#IMAGE_PREFIX#themes/theme_4/rollup_plus_dgray.gif'',''#IMAGE_PREFIX#themes/theme_4/rollup_minus_dgray.gif'');" class="t4HideShowMinLink"><img s';
t:=t||'rc="#IMAGE_PREFIX#themes/theme_4/rollup_plus_dgray.gif" '||chr(10)||
' id="shIMG#REGION_SEQUENCE_ID#" alt="" /></a></td></tr>'||chr(10)||
'<tr><td><div class="t4Hide" id="region#REGION_SEQUENCE_ID#"><div class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</div><div class="t4RegionBody">#BODY#</div></div></td></tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,67 @@
--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||'<table class="t4ListRegionwithIcon" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody"><table summary="" cellpadding="0" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td valign="to';
t:=t||'p"><img src="#IMAGE_PREFIX#themes/theme_4/chart.gif" alt="" /></td>'||chr(10)||
'<td valign="top">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,67 @@
--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||'<table class="t4ListRegionwithIcon" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody"><table summary="" cellpadding="0" cellspacing="0" border="0">'||chr(10)||
'<tr>'||chr(10)||
'<td valign="to';
t:=t||'p"><img src="#IMAGE_PREFIX#themes/theme_4/report.gif"" alt="" /></td>'||chr(10)||
'<td valign="top">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table></td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,56 @@
--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||'<table class="t4NavigationRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,60 @@
--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||'<table class="t4NavigationRegionAlternative1" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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;
/

View File

@@ -0,0 +1,56 @@
--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||'<table class="t4RegionwithoutButtonsandTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader"><br /></td></tr>'||chr(10)||
'<tr><td class="t4RegionBody">#BODY#</td></tr>'||chr(10)||
'</table>'||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;
/

View File

@@ -0,0 +1,57 @@
--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||'<table class="t4RegionwithoutTitle" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader"><br /></td></tr>'||chr(10)||
'<tr><td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td></tr>'||chr(10)||
'<tr><td class="t4RegionBody">#BODY#</td></tr>'||chr(10)||
'</table>'||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;
/

View File

@@ -0,0 +1,61 @@
--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||'<h1>#TITLE#</h1>'||chr(10)||
'<table class="t4ReportsRegion" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader"></td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>';
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_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=> 24740611526526770 + wwv_flow_api.g_id_offset,
p_form_table_attr=> t2 );
exception when others then null;
end;
null;
end;
/

View File

@@ -0,0 +1,61 @@
--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||'<table class="t4GReportsRegion100Width" id="#REGION_ID#" border="0" cellpadding="0" cellspacing="0" summary="">'||chr(10)||
'<tr><td class="t4RegionHeader">#TITLE#</td></tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4ButtonHolder">#CLOSE#&nbsp;#EXPAND##HELP##DELETE##EDIT##CHANGE##COPY##PREVIOUS##NEXT##CREATE##CREATE2#</td>'||chr(10)||
'</tr>'||chr(10)||
'<tr>'||chr(10)||
'<td class="t4RegionBody">#BODY#</td>'||chr(10)||
'</tr>'||chr(10)||
'</table>'||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;
/

Some files were not shown because too many files have changed in this diff Show More