DBA Data[Home] [Help]

APPS.JTF_IH_PARTY_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 59: from hz_merge_batch

55:
56: x_return_status := FND_API.G_RET_STS_SUCCESS;
57: select merge_reason_code
58: into l_merge_reason_code
59: from hz_merge_batch
60: where batch_id = p_batch_id;
61: if l_merge_reason_code = 'DUPLICATE' then
62: -- if reason code is duplicate then allow the party merge to happen without
63: -- any validations.