DBA Data[Home] [Help]

APPS.HZ_DUP_PVT dependencies on HZ_MATCH_RULES_VL

Line 2243: from hz_match_rules_vl

2239: x_automerge_threshold out nocopy number) is
2240:
2241: cursor get_match_rule_thresholds_csr is
2242: select match_score, nvl(auto_merge_score, 101)
2243: from hz_match_rules_vl
2244: where match_rule_id = p_match_rule_id;
2245:
2246: l_match_rule_id number;
2247: