DBA Data[Home] [Help]

APPS.IRC_IPD_DEL dependencies on IRC_IPD_DEL

Line 1: Package Body irc_ipd_del as

1: Package Body irc_ipd_del as
2: /* $Header: iripdrhi.pkb 120.0 2005/07/26 15:09:42 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 315: irc_ipd_del.pre_delete(p_rec);

311: hr_multi_message.end_validation_set;
312: --
313: -- Call the supporting pre-delete operation
314: --
315: irc_ipd_del.pre_delete(p_rec);
316: --
317: -- Delete the row.
318: --
319: irc_ipd_del.delete_dml(p_rec);

Line 319: irc_ipd_del.delete_dml(p_rec);

315: irc_ipd_del.pre_delete(p_rec);
316: --
317: -- Delete the row.
318: --
319: irc_ipd_del.delete_dml(p_rec);
320: --
321: -- Call the supporting post-delete operation
322: --
323: irc_ipd_del.post_delete(p_rec);

Line 323: irc_ipd_del.post_delete(p_rec);

319: irc_ipd_del.delete_dml(p_rec);
320: --
321: -- Call the supporting post-delete operation
322: --
323: irc_ipd_del.post_delete(p_rec);
324: --
325: -- Call to raise any errors on multi-message list
326: hr_multi_message.end_validation_set;
327: --

Line 355: irc_ipd_del.del(l_rec);

351: -- Having converted the arguments into the irc_ipd_rec
352: -- plsql record structure we must call the corresponding entity
353: -- business process
354: --
355: irc_ipd_del.del(l_rec);
356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End del;
359: --

Line 360: end irc_ipd_del;

356: --
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End del;
359: --
360: end irc_ipd_del;