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.0.12010000.3 2008/08/05 10:48:01 ubhat ship $ */
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 221: irc_ias_del.pre_delete(p_rec);

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

Line 225: irc_ias_del.delete_dml(p_rec);

221: irc_ias_del.pre_delete(p_rec);
222: --
223: -- Delete the row.
224: --
225: irc_ias_del.delete_dml(p_rec);
226: --
227: -- Call the supporting post-delete operation
228: --
229: irc_ias_del.post_delete(p_rec);

Line 229: irc_ias_del.post_delete(p_rec);

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

Line 261: irc_ias_del.del(l_rec);

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

Line 266: end irc_ias_del;

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