DBA Data[Home] [Help]

APPS.FF_FFN_DEL dependencies on FF_FFN_DEL

Line 1: Package Body ff_ffn_del as

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

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

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

Line 302: ff_ffn_del.pre_delete(p_rec);

298: hr_multi_message.end_validation_set;
299: --
300: -- Call the supporting pre-delete operation
301: --
302: ff_ffn_del.pre_delete(p_rec);
303: --
304: -- Delete the row.
305: --
306: ff_ffn_del.delete_dml(p_rec);

Line 306: ff_ffn_del.delete_dml(p_rec);

302: ff_ffn_del.pre_delete(p_rec);
303: --
304: -- Delete the row.
305: --
306: ff_ffn_del.delete_dml(p_rec);
307: --
308: -- Call the supporting post-delete operation
309: --
310: ff_ffn_del.post_delete(p_rec);

Line 310: ff_ffn_del.post_delete(p_rec);

306: ff_ffn_del.delete_dml(p_rec);
307: --
308: -- Call the supporting post-delete operation
309: --
310: ff_ffn_del.post_delete(p_rec);
311: --
312: -- Call to raise any errors on multi-message list
313: hr_multi_message.end_validation_set;
314: --

Line 343: ff_ffn_del.del(l_rec);

339: -- Having converted the arguments into the ff_ffn_rec
340: -- plsql record structure we must call the corresponding entity
341: -- business process
342: --
343: ff_ffn_del.del(l_rec);
344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End del;
347: --

Line 348: end ff_ffn_del;

344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End del;
347: --
348: end ff_ffn_del;