DBA Data[Home] [Help]

APPS.OKC_PARTY_MERGE_PUB dependencies on OKC_K_PARTY_ROLES_TL

Line 280: fnd_file.put_line(fnd_file.log, 'Deleting Table OKC_K_PARTY_ROLES_TL');

276: fnd_file.put_line(fnd_file.log, 'No of Rows Updated : '||l_count);
277: arp_message.set_name('AR','AR_ROWS_UPDATED');
278: arp_message.set_token('NUM_ROWS',to_char(l_count));
279:
280: fnd_file.put_line(fnd_file.log, 'Deleting Table OKC_K_PARTY_ROLES_TL');
281: -- Delete party_roles_tl table to handle related party merge Bug # 4529376
282:
283: FORALL i IN l_from_cpl_id.FIRST .. l_from_cpl_id.LAST
284: DELETE from okc_k_party_roles_tl rtl

Line 284: DELETE from okc_k_party_roles_tl rtl

280: fnd_file.put_line(fnd_file.log, 'Deleting Table OKC_K_PARTY_ROLES_TL');
281: -- Delete party_roles_tl table to handle related party merge Bug # 4529376
282:
283: FORALL i IN l_from_cpl_id.FIRST .. l_from_cpl_id.LAST
284: DELETE from okc_k_party_roles_tl rtl
285: WHERE rtl.id = l_from_cpl_id(i);
286:
287: l_count := sql%rowcount;
288: fnd_file.put_line(fnd_file.log, 'No of Rows Deleted : '||l_count);