Fix for ticket #308, list of suppliers to select will only list suppliers with one or more related agents
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3781 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -13,7 +13,7 @@ prompt APPLICATION 155 - webmip
|
|||||||
-- Application Export:
|
-- Application Export:
|
||||||
-- Application: 155
|
-- Application: 155
|
||||||
-- Name: webmip
|
-- Name: webmip
|
||||||
-- Date and Time: 11:36 Friday February 29, 2008
|
-- Date and Time: 11:52 Tuesday June 10, 2008
|
||||||
-- Exported By: PRIESTJ
|
-- Exported By: PRIESTJ
|
||||||
-- Flashback: 0
|
-- Flashback: 0
|
||||||
-- Export Type: Application Export
|
-- Export Type: Application Export
|
||||||
@@ -145,7 +145,7 @@ wwv_flow_api.create_flow(
|
|||||||
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
p_default_region_template=> 24740611526526770 + wwv_flow_api.g_id_offset,
|
||||||
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
|
p_error_template => 38911722486594102 + wwv_flow_api.g_id_offset,
|
||||||
p_page_protection_enabled_y_n=> 'N',
|
p_page_protection_enabled_y_n=> 'N',
|
||||||
p_checksum_salt_last_reset => '20080229113603',
|
p_checksum_salt_last_reset => '20080610115224',
|
||||||
p_home_link => 'f?p=&APP_ID.:1',
|
p_home_link => 'f?p=&APP_ID.:1',
|
||||||
p_box_width => '98%',
|
p_box_width => '98%',
|
||||||
p_flow_language => 'en-gb',
|
p_flow_language => 'en-gb',
|
||||||
@@ -187,7 +187,7 @@ wwv_flow_api.create_flow(
|
|||||||
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
|
p_substitution_string_01 => 'SYSTEM_ENVIRONMENT',
|
||||||
p_substitution_value_01 => '(Development)',
|
p_substitution_value_01 => '(Development)',
|
||||||
p_last_updated_by => 'PRIESTJ',
|
p_last_updated_by => 'PRIESTJ',
|
||||||
p_last_upd_yyyymmddhh24miss=> '20080229113603',
|
p_last_upd_yyyymmddhh24miss=> '20080610115224',
|
||||||
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
p_required_roles=> wwv_flow_utilities.string_to_table2(''));
|
||||||
|
|
||||||
|
|
||||||
@@ -2585,6 +2585,19 @@ wwv_flow_api.create_app_comments (
|
|||||||
p_app_version=>'');
|
p_app_version=>'');
|
||||||
end;
|
end;
|
||||||
/
|
/
|
||||||
|
begin
|
||||||
|
wwv_flow_api.create_app_comments (
|
||||||
|
p_id=>45429812382380676 + wwv_flow_api.g_id_offset,
|
||||||
|
p_flow_id=>wwv_flow.g_flow_id,
|
||||||
|
p_pages=>'32',
|
||||||
|
p_app_comment=>'Altered Supplier Select list as part of ticket #308 will only select suppliers that have agents now',
|
||||||
|
p_updated_on=>'2008.06.10.11:52:24',
|
||||||
|
p_updated_by=>'PRIESTJ',
|
||||||
|
p_created_on=>'2008.06.10.11:52:24',
|
||||||
|
p_created_by=>'PRIESTJ',
|
||||||
|
p_app_version=>'');
|
||||||
|
end;
|
||||||
|
/
|
||||||
|
|
||||||
--application/pages/page_00000
|
--application/pages/page_00000
|
||||||
prompt ...PAGE 0: system
|
prompt ...PAGE 0: system
|
||||||
@@ -11376,7 +11389,7 @@ wwv_flow_api.create_page(
|
|||||||
p_required_role => 16097609166220701+ wwv_flow_api.g_id_offset,
|
p_required_role => 16097609166220701+ wwv_flow_api.g_id_offset,
|
||||||
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
p_required_patch=> null + wwv_flow_api.g_id_offset,
|
||||||
p_last_updated_by => 'PRIESTJ',
|
p_last_updated_by => 'PRIESTJ',
|
||||||
p_last_upd_yyyymmddhh24miss => '20080229113448',
|
p_last_upd_yyyymmddhh24miss => '20080610115224',
|
||||||
p_page_is_public_y_n=> 'N',
|
p_page_is_public_y_n=> 'N',
|
||||||
p_protection_level=> 'C',
|
p_protection_level=> 'C',
|
||||||
p_page_comment => '');
|
p_page_comment => '');
|
||||||
@@ -14807,7 +14820,7 @@ wwv_flow_api.create_page_item(
|
|||||||
p_source=>'SELECT prty_id FROM v_latest_rt_code_for_enro where rt_code=''ENQ SUPP'' and enqu_id=:p32_ID;',
|
p_source=>'SELECT prty_id FROM v_latest_rt_code_for_enro where rt_code=''ENQ SUPP'' and enqu_id=:p32_ID;',
|
||||||
p_source_type=> 'QUERY',
|
p_source_type=> 'QUERY',
|
||||||
p_display_as=> 'COMBOBOX_WITH_SUBMIT',
|
p_display_as=> 'COMBOBOX_WITH_SUBMIT',
|
||||||
p_lov => 'select NAME display_value, ID return_value from PARTIES where PRTY_TYPE=''MKTP'' order by 1 ',
|
p_lov => 'select unique p.NAME display_value, p.ID return_value from PARTIES p , PARTY_RELATIONSHIPS pr where p.PRTY_TYPE=''MKTP'' and p.id = pr.to_parl_prty_id and pr.to_parl_rt_code = ''SUPP'' and pr.from_parl_rt_code = ''AGENT'' order by 1 ',
|
||||||
p_lov_columns=> 1,
|
p_lov_columns=> 1,
|
||||||
p_lov_display_null=> 'YES',
|
p_lov_display_null=> 'YES',
|
||||||
p_lov_translated=> 'N',
|
p_lov_translated=> 'N',
|
||||||
|
|||||||
Reference in New Issue
Block a user