DBA Data[Home] [Help]

APPS.FF_FCU_DEL dependencies on FF_FCU_DEL

Line 1: Package Body ff_fcu_del as

1: Package Body ff_fcu_del as
2: /* $Header: fffcurhi.pkb 120.1 2005/10/05 01:51 adkumar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 218: ff_fcu_del.pre_delete(p_rec);

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

Line 222: ff_fcu_del.delete_dml(p_rec);

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

Line 226: ff_fcu_del.post_delete(p_rec);

222: ff_fcu_del.delete_dml(p_rec);
223: --
224: -- Call the supporting post-delete operation
225: --
226: ff_fcu_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 262: ff_fcu_del.del(l_rec);

258: -- Having converted the arguments into the ff_fcu_rec
259: -- plsql record structure we must call the corresponding entity
260: -- business process
261: --
262: ff_fcu_del.del(l_rec);
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End del;
266: --

Line 267: end ff_fcu_del;

263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End del;
266: --
267: end ff_fcu_del;