DBA Data[Home] [Help]

APPS.HZ_DQM_SEARCH_UTIL dependencies on HZ_PRIMARY_TRANS

Line 527: from hz_match_rule_primary mp, hz_primary_trans pt

523: CURSOR c2 is select count(*)
524: from hz_trans_functions_b
525: where function_id in (
526: select function_id
527: from hz_match_rule_primary mp, hz_primary_trans pt
528: where match_rule_id = p_match_rule_id
529: and mp.primary_attribute_id = pt.primary_attribute_id
530: union
531: select function_id