DBA Data[Home] [Help]

APPS.HZ_DQM_SEARCH_UTIL dependencies on HZ_SECONDARY_TRANS

Line 532: from hz_match_rule_secondary ms, hz_secondary_trans st

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
532: from hz_match_rule_secondary ms, hz_secondary_trans st
533: where match_rule_id = p_match_rule_id
534: and ms.secondary_attribute_id = st.secondary_attribute_id
535: )
536: and staged_flag <> 'Y'