DBA Data[Home] [Help]

APPS.HZ_IMP_MATCH_RULE_52 dependencies on HZ_MATCH_RULE_PRIMARY

Line 285: from hz_match_rule_primary b

281: where entity_name = 'CONTACTS'
282: and attribute_name = 'CONTACT_NAME'
283: and attribute_id in (
284: select attribute_id
285: from hz_match_rule_primary b
286: where match_rule_id = 52
287: union
288: select attribute_id
289: from hz_match_rule_secondary b

Line 590: from hz_match_rule_primary b

586: where entity_name = 'CONTACTS'
587: and attribute_name = 'CONTACT_NAME'
588: and attribute_id in (
589: select attribute_id
590: from hz_match_rule_primary b
591: where match_rule_id = 52
592: union
593: select attribute_id
594: from hz_match_rule_secondary b