fixed nowrap attribute problem that was pushing fields to the right of the screen. Fixed for page 19 and 61 as part of ticket #184
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3756 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
241
Screens/f155.sql
241
Screens/f155.sql
@@ -13,8 +13,8 @@ prompt APPLICATION 155 - webmip
|
||||
-- Application Export:
|
||||
-- Application: 155
|
||||
-- Name: webmip
|
||||
-- Date and Time: 13:14 Thursday February 28, 2008
|
||||
-- Exported By: HARDYA
|
||||
-- Date and Time: 13:56 Thursday February 28, 2008
|
||||
-- Exported By: PRIESTJ
|
||||
-- Flashback: 0
|
||||
-- Export Type: Application Export
|
||||
-- Version: 3.0.1.00.08
|
||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
||||
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
|
||||
p_page_protection_enabled_y_n=> 'N',
|
||||
p_checksum_salt_last_reset => '20080228131438',
|
||||
p_checksum_salt_last_reset => '20080228135650',
|
||||
p_home_link => 'f?p=&APP_ID.:1',
|
||||
p_box_width => '98%',
|
||||
p_flow_language => 'en-gb',
|
||||
@@ -186,8 +186,8 @@ wwv_flow_api.create_flow(
|
||||
p_default_listr_template => 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
|
||||
p_substitution_value_01 => '(Development)',
|
||||
p_last_updated_by => 'HARDYA',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080228131438',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss=> '20080228135650',
|
||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||
|
||||
|
||||
@@ -2431,6 +2431,78 @@ wwv_flow_api.create_app_comments (
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>44504317921851325 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_pages=>'19',
|
||||
p_app_comment=>'removed nowrap="nowrap" attribute for the delivery cost as it was pushing all the fields to the right and causing the dreaded float drop on IE6. Fixed for ticket #184',
|
||||
p_updated_on=>'2008.02.28.13:42:46',
|
||||
p_updated_by=>'PRIESTJ',
|
||||
p_created_on=>'2008.02.28.13:42:46',
|
||||
p_created_by=>'PRIESTJ',
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>44530128881920789 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_pages=>'63',
|
||||
p_app_comment=>'Ticket 298'||chr(10)||
|
||||
''||chr(10)||
|
||||
'Added field length restrictions to all the address fields.',
|
||||
p_updated_on=>'2008.02.28.13:53:57',
|
||||
p_updated_by=>'MULLENM',
|
||||
p_created_on=>'2008.02.28.13:53:57',
|
||||
p_created_by=>'MULLENM',
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>44533116199926550 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_pages=>'64',
|
||||
p_app_comment=>'Ticket 298'||chr(10)||
|
||||
''||chr(10)||
|
||||
'Added field length restrictions to all the address fields.',
|
||||
p_updated_on=>'2008.02.28.13:54:55',
|
||||
p_updated_by=>'MULLENM',
|
||||
p_created_on=>'2008.02.28.13:54:55',
|
||||
p_created_by=>'MULLENM',
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>44534101093931603 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_pages=>'61',
|
||||
p_app_comment=>'Removed nowrap attribute from fields as large error messages were pushing the fields over to the right of the screen as part of ticket #184'||chr(10)||
|
||||
'',
|
||||
p_updated_on=>'2008.02.28.13:56:00',
|
||||
p_updated_by=>'PRIESTJ',
|
||||
p_created_on=>'2008.02.28.13:56:00',
|
||||
p_created_by=>'PRIESTJ',
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
begin
|
||||
wwv_flow_api.create_app_comments (
|
||||
p_id=>44534703170932277 + wwv_flow_api.g_id_offset,
|
||||
p_flow_id=>wwv_flow.g_flow_id,
|
||||
p_pages=>'69',
|
||||
p_app_comment=>'Ticket 298'||chr(10)||
|
||||
''||chr(10)||
|
||||
'Added field length restrictions to all the address fields.',
|
||||
p_updated_on=>'2008.02.28.13:55:52',
|
||||
p_updated_by=>'MULLENM',
|
||||
p_created_on=>'2008.02.28.13:55:52',
|
||||
p_created_by=>'MULLENM',
|
||||
p_app_version=>'');
|
||||
end;
|
||||
/
|
||||
|
||||
--application/pages/page_00000
|
||||
prompt ...PAGE 0: system
|
||||
@@ -6861,7 +6933,7 @@ wwv_flow_api.create_page(
|
||||
p_required_role => 14572900838700208+ wwv_flow_api.g_id_offset,
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228131027',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228133210',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -7712,7 +7784,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -11192,7 +11263,7 @@ wwv_flow_api.create_page(
|
||||
p_required_role => 16097609166220701+ wwv_flow_api.g_id_offset,
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228115110',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228133840',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_protection_level=> 'C',
|
||||
p_page_comment => '');
|
||||
@@ -11958,7 +12029,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -12019,7 +12089,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -12141,7 +12210,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -12240,7 +12308,7 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap" class="assetlocnot"',
|
||||
p_cAttributes=> 'class="assetlocnot"',
|
||||
p_cattributes_element=>'class="assetlocnot"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -12863,7 +12931,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -13226,7 +13293,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -13275,7 +13341,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 2,
|
||||
@@ -13394,7 +13459,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -13516,7 +13580,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -13784,7 +13847,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -14621,7 +14683,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -14688,7 +14749,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -14795,7 +14855,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 50,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -15075,7 +15134,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -15191,7 +15249,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 50,
|
||||
p_cMaxlength=> 250,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -15245,7 +15302,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -15301,7 +15357,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -28282,8 +28337,8 @@ wwv_flow_api.create_page(
|
||||
p_html_page_header => '',
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'MULLENM',
|
||||
p_last_upd_yyyymmddhh24miss => '20080220133018',
|
||||
p_last_updated_by => 'PRIESTJ',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228135229',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_page_comment => '');
|
||||
|
||||
@@ -28447,7 +28502,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -28819,7 +28873,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -28902,7 +28955,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -28949,7 +29001,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'NO',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -28994,7 +29045,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -29042,7 +29092,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -29091,7 +29140,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -29140,7 +29188,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'NO',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -29189,7 +29236,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -29238,7 +29284,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 80,
|
||||
p_cMaxlength=> 255,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 3,
|
||||
@@ -29284,7 +29329,6 @@ wwv_flow_api.create_page_item(
|
||||
p_cSize=> 3,
|
||||
p_cMaxlength=> 3,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
p_colspan => 1,
|
||||
@@ -30729,7 +30773,7 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'MULLENM',
|
||||
p_last_upd_yyyymmddhh24miss => '20080222141636',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228135335',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_page_comment => '');
|
||||
|
||||
@@ -30877,7 +30921,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 80,
|
||||
p_cHeight=> 1,
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -30885,7 +30929,7 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT',
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
@@ -30916,7 +30960,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -30955,7 +30999,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_begin_on_new_line => 'NO',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -30994,7 +31038,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 60,
|
||||
p_cHeight=> 1,
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31002,7 +31046,7 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT',
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
@@ -31033,7 +31077,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31041,7 +31085,7 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT',
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
@@ -31072,7 +31116,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 8,
|
||||
p_cHeight=> 1,
|
||||
p_begin_on_new_line => 'NO',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31080,7 +31124,7 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT',
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
@@ -31473,7 +31517,7 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'MULLENM',
|
||||
p_last_upd_yyyymmddhh24miss => '20080222142926',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228135441',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_page_comment => '');
|
||||
|
||||
@@ -31609,16 +31653,17 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 101,
|
||||
p_item_plug_id => 20915609939290381+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Home Address Code',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 80,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31626,8 +31671,10 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -31646,16 +31693,17 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 102,
|
||||
p_item_plug_id => 20915609939290381+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Sub-building',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31663,8 +31711,10 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -31768,16 +31818,17 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 103,
|
||||
p_item_plug_id => 20915609939290381+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Building',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'NO',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31785,8 +31836,10 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -31805,16 +31858,17 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 104,
|
||||
p_item_plug_id => 20915609939290381+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Street',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 60,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31822,8 +31876,10 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -31842,16 +31898,17 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 105,
|
||||
p_item_plug_id => 20915609939290381+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Town/City',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -31859,8 +31916,10 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -31889,7 +31948,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 8,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'NO',
|
||||
@@ -31898,7 +31957,7 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_field_template => 24749138532526789+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
@@ -36979,7 +37038,7 @@ wwv_flow_api.create_page(
|
||||
p_step_template => '',
|
||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||
p_last_updated_by => 'MULLENM',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228113747',
|
||||
p_last_upd_yyyymmddhh24miss => '20080228135546',
|
||||
p_page_is_public_y_n=> 'N',
|
||||
p_page_comment => '');
|
||||
|
||||
@@ -37217,7 +37276,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 80,
|
||||
p_cHeight=> 5,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
@@ -37271,6 +37330,9 @@ wwv_flow_api.create_page_item(
|
||||
p_rowspan => 1,
|
||||
p_label_alignment => 'RIGHT',
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_read_only_when=>'P69_ACTION',
|
||||
p_read_only_when2=>'NEW',
|
||||
p_read_only_when_type=>'VAL_OF_ITEM_IN_COND_NOT_EQ_COND2',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
@@ -37293,17 +37355,18 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 24,
|
||||
p_item_plug_id => 20959232725304544+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Sub-Building',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov => 'STATIC2:1,2,3,4,5,6,7,8,9,10',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -37313,6 +37376,8 @@ wwv_flow_api.create_page_item(
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -37367,17 +37432,18 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 25,
|
||||
p_item_plug_id => 20959232725304544+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Building',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov => 'STATIC2:1,2,3,4,5,6,7,8,9,10',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -37387,6 +37453,8 @@ wwv_flow_api.create_page_item(
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -37405,17 +37473,18 @@ wwv_flow_api.create_page_item(
|
||||
p_accept_processing=> 'REPLACE_EXISTING',
|
||||
p_item_sequence=> 26,
|
||||
p_item_plug_id => 20959232725304544+wwv_flow_api.g_id_offset,
|
||||
p_use_cache_before_default=> '',
|
||||
p_use_cache_before_default=> 'YES',
|
||||
p_item_default_type => 'STATIC_TEXT_WITH_SUBSTITUTIONS',
|
||||
p_prompt=>'Street',
|
||||
p_source_type=> 'STATIC',
|
||||
p_display_as=> 'TEXT',
|
||||
p_lov => 'STATIC2:1,2,3,4,5,6,7,8,9,10',
|
||||
p_lov_columns=> 1,
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cHeight=> null,
|
||||
p_cMaxlength=> 60,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
p_begin_on_new_field=> 'YES',
|
||||
@@ -37425,6 +37494,8 @@ wwv_flow_api.create_page_item(
|
||||
p_field_alignment => 'LEFT-CENTER',
|
||||
p_field_template => 24749318534526790+wwv_flow_api.g_id_offset,
|
||||
p_is_persistent=> 'Y',
|
||||
p_lov_display_extra=>'NO',
|
||||
p_protection_level => 'N',
|
||||
p_item_comment => '');
|
||||
|
||||
|
||||
@@ -37453,7 +37524,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 40,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
@@ -37494,7 +37565,7 @@ wwv_flow_api.create_page_item(
|
||||
p_lov_display_null=> 'NO',
|
||||
p_lov_translated=> 'N',
|
||||
p_cSize=> 30,
|
||||
p_cMaxlength=> 2000,
|
||||
p_cMaxlength=> 8,
|
||||
p_cHeight=> 1,
|
||||
p_cAttributes=> 'nowrap="nowrap"',
|
||||
p_begin_on_new_line => 'YES',
|
||||
|
||||
Reference in New Issue
Block a user