DBA Data[Home] [Help]

APPS.OKL_INSURANCE_POLICIES_PVT dependencies on HZ_MERGE_BATCH

Line 7296: from hz_merge_batch

7292:
7293: --
7294: select merge_reason_code
7295: into l_merge_reason_code
7296: from hz_merge_batch
7297: where batch_id = p_batch_id;
7298:
7299: if l_merge_reason_code = 'DUPLICATE' then
7300: -- if reason code is duplicate then allow the party merge to happen without

Line 7383: from hz_merge_batch

7379:
7380: --
7381: select merge_reason_code
7382: into l_merge_reason_code
7383: from hz_merge_batch
7384: where batch_id = p_batch_id;
7385:
7386: if l_merge_reason_code = 'DUPLICATE' then
7387: -- if reason code is duplicate then allow the party merge to happen without

Line 7469: from hz_merge_batch

7465:
7466: --
7467: select merge_reason_code
7468: into l_merge_reason_code
7469: from hz_merge_batch
7470: where batch_id = p_batch_id;
7471:
7472: if l_merge_reason_code = 'DUPLICATE' then
7473: -- if reason code is duplicate then allow the party merge to happen without

Line 7554: from hz_merge_batch

7550:
7551: --
7552: select merge_reason_code
7553: into l_merge_reason_code
7554: from hz_merge_batch
7555: where batch_id = p_batch_id;
7556:
7557: if l_merge_reason_code = 'DUPLICATE' then
7558: -- if reason code is duplicate then allow the party merge to happen without