DBA Data[Home] [Help]

APPS.IRC_RTM_UPD dependencies on IRC_RTM_UPD

Line 1: Package Body irc_rtm_upd as

1: Package Body irc_rtm_upd as
2: /* $Header: irrtmrhi.pkb 120.3 2008/01/22 10:17:45 mkjayara noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 374: irc_rtm_upd.pre_update(p_rec);

370: hr_multi_message.end_validation_set;
371: --
372: -- Call the supporting pre-update operation
373: --
374: irc_rtm_upd.pre_update(p_rec);
375: --
376: -- Update the row.
377: --
378: irc_rtm_upd.update_dml(p_rec);

Line 378: irc_rtm_upd.update_dml(p_rec);

374: irc_rtm_upd.pre_update(p_rec);
375: --
376: -- Update the row.
377: --
378: irc_rtm_upd.update_dml(p_rec);
379: --
380: -- Call the supporting post-update operation
381: --
382: irc_rtm_upd.post_update

Line 382: irc_rtm_upd.post_update

378: irc_rtm_upd.update_dml(p_rec);
379: --
380: -- Call the supporting post-update operation
381: --
382: irc_rtm_upd.post_update
383: (p_rec
384: );
385: -- Call to raise any errors on multi-message list
386: hr_multi_message.end_validation_set;

Line 434: irc_rtm_upd.upd

430: -- Having converted the arguments into the
431: -- plsql record structure we call the corresponding record
432: -- business process.
433: --
434: irc_rtm_upd.upd
435: (l_rec
436: );
437: p_object_version_number := l_rec.object_version_number;
438: --

Line 442: end irc_rtm_upd;

438: --
439: hr_utility.set_location(' Leaving:'||l_proc, 10);
440: End upd;
441: --
442: end irc_rtm_upd;