DBA Data[Home] [Help]

APPS.HR_OTT_DEL dependencies on HR_OTT_DEL

Line 1: PACKAGE BODY HR_OTT_DEL as

1: PACKAGE BODY HR_OTT_DEL as
2: /* $Header: hrottrhi.pkb 115.1 2004/04/05 07:21 menderby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 218: hr_ott_del.pre_delete(p_rec);

214: hr_multi_message.end_validation_set;
215: --
216: -- Call the supporting pre-delete operation
217: --
218: hr_ott_del.pre_delete(p_rec);
219: --
220: -- Delete the row.
221: --
222: hr_ott_del.delete_dml(p_rec);

Line 222: hr_ott_del.delete_dml(p_rec);

218: hr_ott_del.pre_delete(p_rec);
219: --
220: -- Delete the row.
221: --
222: hr_ott_del.delete_dml(p_rec);
223: --
224: -- Call the supporting post-delete operation
225: --
226: hr_ott_del.post_delete(p_rec);

Line 226: hr_ott_del.post_delete(p_rec);

222: hr_ott_del.delete_dml(p_rec);
223: --
224: -- Call the supporting post-delete operation
225: --
226: hr_ott_del.post_delete(p_rec);
227: --
228: -- Call to raise any errors on multi-message list
229: hr_multi_message.end_validation_set;
230: --

Line 259: hr_ott_del.del(l_rec);

255: -- Having converted the arguments into the hr_ott_rec
256: -- plsql record structure we must call the corresponding entity
257: -- business process
258: --
259: hr_ott_del.del(l_rec);
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End del;
263: --

Line 288: hr_ott_del.del

284: --
285: -- Delete all the translated rows
286: --
287: for l_lang in csr_del_langs loop
288: hr_ott_del.del
289: (p_option_type_id => p_option_type_id
290: ,p_language => l_lang.language
291: );
292: end loop;

Line 297: end hr_ott_del;

293: --
294: hr_utility.set_location(' Leaving:'||l_proc,20);
295: End del_tl;
296: --
297: end hr_ott_del;