Initial import
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@2914 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
68
Application/application/create_application.sql
Normal file
68
Application/application/create_application.sql
Normal file
@@ -0,0 +1,68 @@
|
||||
--application/create_application
|
||||
|
||||
begin
|
||||
|
||||
wwv_flow_api.create_flow(
|
||||
p_id => 155,
|
||||
p_display_id=> 155,
|
||||
p_owner => 'MIP_DEV_E',
|
||||
p_name => 'webmip',
|
||||
p_alias => 'WEBMIP',
|
||||
p_page_view_logging => 'YES',
|
||||
p_default_page_template=> 24734011047526756 + wwv_flow_api.g_id_offset,
|
||||
p_printer_friendly_template=> 24735530196526758 + wwv_flow_api.g_id_offset,
|
||||
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 24734616867526758 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'Y',
|
||||
p_checksum_salt_last_reset => '20071129171058',
|
||||
p_home_link => 'f?p=&APP_ID.:1',
|
||||
p_box_width => '98%',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
p_flow_image_prefix => '/i/',
|
||||
p_documentation_banner=> '',
|
||||
p_authentication => 'CUSTOM2',
|
||||
p_login_url => '',
|
||||
p_logout_url => 'wwv_flow_custom_auth_std.logout?p_this_flow=&FLOW_ID.&p_next_flow_page_sess =&FLOW_ID.:500',
|
||||
p_application_tab_set=> 1,
|
||||
p_logo_image => 'TEXT:',
|
||||
p_public_url_prefix => '',
|
||||
p_public_user => 'APEX_PUBLIC_USER',
|
||||
p_dbauth_url_prefix => '',
|
||||
p_proxy_server => '',
|
||||
p_cust_authentication_process=> '.'||to_char(13718119800323842 + wwv_flow_api.g_id_offset)||'.',
|
||||
p_cust_authentication_page=> '',
|
||||
p_custom_auth_login_url=> '',
|
||||
p_flow_version => 'release 1.0',
|
||||
p_flow_status => 'AVAILABLE_W_EDIT_LINK',
|
||||
p_flow_unavailable_text=> 'This application is currently unavailable at this time.',
|
||||
p_build_status => 'RUN_AND_BUILD',
|
||||
p_exact_substitutions_only=> 'Y',
|
||||
p_vpd => '',
|
||||
p_csv_encoding => 'N',
|
||||
p_theme_id => 101,
|
||||
p_default_label_template => 24749138532526789 + wwv_flow_api.g_id_offset,
|
||||
p_default_report_template => 24743617611526775 + wwv_flow_api.g_id_offset,
|
||||
p_default_list_template => 24748312327526783 + wwv_flow_api.g_id_offset,
|
||||
p_default_menu_template => 24750232156526795 + wwv_flow_api.g_id_offset,
|
||||
p_default_button_template => 24749440874526790 + wwv_flow_api.g_id_offset,
|
||||
p_default_chart_template => 24737941385526765 + wwv_flow_api.g_id_offset,
|
||||
p_default_form_template => 24738214051526765 + wwv_flow_api.g_id_offset,
|
||||
p_default_wizard_template => 24742135446526770 + wwv_flow_api.g_id_offset,
|
||||
p_default_tabform_template => 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_default_reportr_template =>24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_default_menur_template => 24737010408526765 + wwv_flow_api.g_id_offset,
|
||||
p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss=> '20071129171058',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
end;
|
||||
/
|
||||
|
||||
prompt ...authorization schemes
|
||||
--
|
||||
|
||||
begin
|
||||
|
||||
Reference in New Issue
Block a user