DBA Data[Home] [Help]

APPS.OTA_CTL_DEL dependencies on OTA_CTL_DEL

Line 1: Package Body ota_ctl_del as

1: Package Body ota_ctl_del as
2: /* $Header: otctlrhi.pkb 120.2 2005/12/01 16:42 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ota_ctl_del.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ota_ctl_del.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< delete_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 231: ota_ctl_del.pre_delete(p_rec);

227: hr_multi_message.end_validation_set;
228: --
229: -- Call the supporting pre-delete operation
230: --
231: ota_ctl_del.pre_delete(p_rec);
232: --
233: -- Delete the row.
234: --
235: ota_ctl_del.delete_dml(p_rec);

Line 235: ota_ctl_del.delete_dml(p_rec);

231: ota_ctl_del.pre_delete(p_rec);
232: --
233: -- Delete the row.
234: --
235: ota_ctl_del.delete_dml(p_rec);
236: --
237: -- Call the supporting post-delete operation
238: --
239: ota_ctl_del.post_delete(p_rec);

Line 239: ota_ctl_del.post_delete(p_rec);

235: ota_ctl_del.delete_dml(p_rec);
236: --
237: -- Call the supporting post-delete operation
238: --
239: ota_ctl_del.post_delete(p_rec);
240: --
241: -- Call to raise any errors on multi-message list
242: hr_multi_message.end_validation_set;
243: --

Line 273: ota_ctl_del.del(l_rec);

269: -- Having converted the arguments into the ota_ctl_rec
270: -- plsql record structure we must call the corresponding entity
271: -- business process
272: --
273: ota_ctl_del.del(l_rec);
274: --
275: hr_utility.set_location(' Leaving:'||l_proc, 10);
276: End del;
277: --

Line 301: ota_ctl_del.del

297: --
298: -- Delete all the translated rows
299: --
300: for l_lang in csr_del_langs loop
301: ota_ctl_del.del
302: (p_certification_id => p_certification_id
303: ,p_language => l_lang.language
304: );
305: end loop;

Line 310: end ota_ctl_del;

306: --
307: hr_utility.set_location(' Leaving:'||l_proc,20);
308: End del_tl;
309: --
310: end ota_ctl_del;