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