DBA Data[Home] [Help]

APPS.IRC_IAS_DEL dependencies on IRC_IAS_DEL

Line 1: Package Body irc_ias_del as

1: Package Body irc_ias_del as
2: /* $Header: iriasrhi.pkb 120.5 2011/02/16 12:43:23 vmummidi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 225: irc_ias_del.pre_delete(p_rec);

221: -- Call to raise any errors on multi-message list
222: hr_multi_message.end_validation_set;
223: -- Call the supporting pre-delete operation
224: --
225: irc_ias_del.pre_delete(p_rec);
226: --
227: -- Delete the row.
228: --
229: irc_ias_del.delete_dml(p_rec);

Line 229: irc_ias_del.delete_dml(p_rec);

225: irc_ias_del.pre_delete(p_rec);
226: --
227: -- Delete the row.
228: --
229: irc_ias_del.delete_dml(p_rec);
230: --
231: -- Call the supporting post-delete operation
232: --
233: irc_ias_del.post_delete(p_rec);

Line 233: irc_ias_del.post_delete(p_rec);

229: irc_ias_del.delete_dml(p_rec);
230: --
231: -- Call the supporting post-delete operation
232: --
233: irc_ias_del.post_delete(p_rec);
234: --
235: -- Call to raise any errors on multi-message list
236: hr_multi_message.end_validation_set;
237: End del;

Line 265: irc_ias_del.del(l_rec);

261: -- Having converted the arguments into the irc_ias_rec
262: -- plsql record structure we must call the corresponding entity
263: -- business process
264: --
265: irc_ias_del.del(l_rec);
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End del;
269: --

Line 270: end irc_ias_del;

266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End del;
269: --
270: end irc_ias_del;