DBA Data[Home] [Help]

APPS.HZ_EXTRACT_MERGE_EVENT_PKG dependencies on HZ_DUP_SETS

Line 353: hz_dup_sets dset,

349: )
350: FROM hz_merge_batch mb,
351: (SELECT DISTINCT merge_type from hz_merge_parties where batch_id = p_batch_id and to_party_id = p_merge_to_party_id) mp,
352: hz_dup_batch db,
353: hz_dup_sets dset,
354: hz_parties tp
355: WHERE mb.batch_id = p_batch_id
356: AND tp.party_id = p_merge_to_party_id
357: AND mb.batch_id = dset.dup_set_id (+)