DBA Data[Home] [Help]

APPS.FUN_TCA_PKG dependencies on HZ_MATCH_RULES_VL

Line 25: select match_rule_id into p_x_rule_id from hz_match_rules_vl where rule_name='IC_PARTY_SEARCH';

21: p_p_match_type VARCHAR2(10);
22: p_p_search_merged VARCHAR2(10);
23: BEGIN
24: -- Added the select statement for bug 3169934
25: select match_rule_id into p_x_rule_id from hz_match_rules_vl where rule_name='IC_PARTY_SEARCH';
26: p_party_search_rec_type.PARTY_NAME := p_party_name;
27: p_party_search_rec_type.PARTY_TYPE := P_PARTY_TYPE;
28: p_p_restrict_sql := null;
29: p_p_search_merged := 'Y';