DBA Data[Home] [Help]

APPS.IRC_IVC_DEL dependencies on IRC_IVC_DEL

Line 1: Package Body irc_ivc_del as

1: Package Body irc_ivc_del as
2: /* $Header: irivcrhi.pkb 120.0 2005/07/26 15:12:26 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 220: irc_ivc_del.pre_delete(p_rec);

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

Line 224: irc_ivc_del.delete_dml(p_rec);

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

Line 228: irc_ivc_del.post_delete(p_rec);

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

Line 261: irc_ivc_del.del(l_rec);

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

Line 266: end irc_ivc_del;

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