Fix for ticket #556, for some reason the print atributes for the ADIT_CODE column were set to 0 width, I've changed this to 6
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@12704 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 18:22 Tuesday September 8, 2009
|
||||
-- Date and Time: 15:33 Tuesday September 15, 2009
|
||||
-- Exported By: PRIESTJ
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
||||
p_default_region_template=> 71121389039453369 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 85292499999520701 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'N',
|
||||
p_checksum_salt_last_reset => '20090908111207',
|
||||
p_checksum_salt_last_reset => '20090915153023',
|
||||
p_home_link => 'f?p=&APP_ID.:101',
|
||||
p_flow_language => 'en-gb',
|
||||
p_flow_language_derived_from=> 'FLOW_PRIMARY_LANGUAGE',
|
||||
@@ -194,7 +194,7 @@ wwv_flow_api.create_flow(
|
||||
p_substitution_string_04 => 'SITEMAP_URL',
|
||||
p_substitution_value_04 => 'http://www.nationalgrid.com/uk/sitemap.htm',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20090908111207',
|
||||
p_last_upd_yyyymmddhh24miss=> '20090915153023',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -6901,8 +6901,8 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_role => 57627572717765105+ wwv_flow_api.g_id_offset,
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss => '20080429111137',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20090915153023',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -6939,10 +6939,10 @@ s:=s||'select "ID", '||chr(10)||
|
||||
'"VALID_FROM",-- all'||chr(10)||
|
||||
'"VALID_TO",-- all'||chr(10)||
|
||||
'"COST_TYPE"-- all'||chr(10)||
|
||||
'from "#OWNER#"."COSTS" '||chr(10)||
|
||||
'where ';
|
||||
'from "#OW';
|
||||
|
||||
s:=s||'"#OWNER#"."COSTS"."COST_TYPE" = nvl(:P18_REQUIRED_COST_TYPE,''LACO'')'||chr(10)||
|
||||
s:=s||'NER#"."COSTS" '||chr(10)||
|
||||
'where "#OWNER#"."COSTS"."COST_TYPE" = nvl(:P18_REQUIRED_COST_TYPE,''LACO'')'||chr(10)||
|
||||
' '||chr(10)||
|
||||
'';
|
||||
|
||||
@@ -6979,8 +6979,11 @@ wwv_flow_api.create_report_region (
|
||||
p_prn_format=> 'PDF',
|
||||
p_prn_output_show_link=> 'Y',
|
||||
p_prn_output_link_text=> 'Print',
|
||||
p_prn_content_disposition=> 'ATTACHMENT',
|
||||
p_prn_document_header=> 'APEX',
|
||||
p_prn_units=> 'MILLIMETERS',
|
||||
p_prn_paper_size=> 'A4',
|
||||
p_prn_width_units=> 'PERCENTAGE',
|
||||
p_prn_width=> 297,
|
||||
p_prn_height=> 210,
|
||||
p_prn_orientation=> 'HORIZONTAL',
|
||||
@@ -7201,7 +7204,9 @@ wwv_flow_api.create_report_columns (
|
||||
p_named_lov=>84998178571770625 + wwv_flow_api.g_id_offset,
|
||||
p_lov_show_nulls=> 'NO',
|
||||
p_pk_col_source=> s,
|
||||
p_lov_display_extra=> 'NO',
|
||||
p_lov_display_extra=> 'YES',
|
||||
p_include_in_export=> 'Y',
|
||||
p_print_col_width=> '6',
|
||||
p_column_comment=>'');
|
||||
end;
|
||||
/
|
||||
@@ -7470,7 +7475,7 @@ wwv_flow_api.create_report_columns (
|
||||
p_hidden_column=> 'Y',
|
||||
p_display_as=>'WITHOUT_MODIFICATION',
|
||||
p_pk_col_source=> s,
|
||||
p_include_in_export=> 'Y',
|
||||
p_include_in_export=> 'N',
|
||||
p_print_col_width=> '6',
|
||||
p_column_comment=>'');
|
||||
end;
|
||||
|
||||
Reference in New Issue
Block a user