DBA Data[Home] [Help]

APPS.OTA_ANC_DEL dependencies on OTA_ANC_DEL

Line 1: Package Body ota_anc_del as

1: Package Body ota_anc_del as
2: /* $Header: otancrhi.pkb 115.0 2003/12/01 05:59 arkashya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 262: ota_anc_del.pre_delete(p_rec);

258: hr_multi_message.end_validation_set;
259: --
260: -- Call the supporting pre-delete operation
261: --
262: ota_anc_del.pre_delete(p_rec);
263: --
264: -- Delete the row.
265: --
266: ota_anc_del.delete_dml(p_rec);

Line 266: ota_anc_del.delete_dml(p_rec);

262: ota_anc_del.pre_delete(p_rec);
263: --
264: -- Delete the row.
265: --
266: ota_anc_del.delete_dml(p_rec);
267: --
268: -- Call the supporting post-delete operation
269: --
270: ota_anc_del.post_delete(p_rec);

Line 270: ota_anc_del.post_delete(p_rec);

266: ota_anc_del.delete_dml(p_rec);
267: --
268: -- Call the supporting post-delete operation
269: --
270: ota_anc_del.post_delete(p_rec);
271: --
272: -- Call to raise any errors on multi-message list
273: hr_multi_message.end_validation_set;
274: --

Line 303: ota_anc_del.del(l_rec);

299: -- Having converted the arguments into the ota_anc_rec
300: -- plsql record structure we must call the corresponding entity
301: -- business process
302: --
303: ota_anc_del.del(l_rec);
304: --
305: hr_utility.set_location(' Leaving:'||l_proc, 10);
306: End del;
307: --

Line 308: end ota_anc_del;

304: --
305: hr_utility.set_location(' Leaving:'||l_proc, 10);
306: End del;
307: --
308: end ota_anc_del;