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,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