DBA Data[Home] [Help]

APPS.CSP_MERGE_PKG dependencies on HZ_MERGE_BATCH

Line 55: from hz_merge_batch

51:
52: -- Check the Merge reason. If Merge Reason is Duplicate Record then no validation is performed. Otherwise check if the resource is being used somewhere.
53: select merge_reason_code
54: into l_merge_reason_code
55: from hz_merge_batch
56: where batch_id = p_batch_id;
57:
58: if l_merge_reason_code = 'DUPLICATE' then
59: -- if reason code is duplicate then allow the party merge to happen without

Line 130: from hz_merge_batch

126:
127: -- Check the Merge reason. If Merge Reason is Duplicate Record then no validation is performed. Otherwise check if the resource is being used somewhere.
128: select merge_reason_code
129: into l_merge_reason_code
130: from hz_merge_batch
131: where batch_id = p_batch_id;
132:
133: if l_merge_reason_code = 'DUPLICATE' then
134: -- if reason code is duplicate then allow the party merge to happen without