DBA Data[Home] [Help]

APPS.IRC_CMR_UPD dependencies on IRC_CMR_UPD

Line 1: Package Body irc_cmr_upd as

1: Package Body irc_cmr_upd as
2: /* $Header: ircmrrhi.pkb 120.1 2008/04/14 14:51:14 amikukum noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 368: irc_cmr_upd.pre_update(p_rec);

364: hr_multi_message.end_validation_set;
365: --
366: -- Call the supporting pre-update operation
367: --
368: irc_cmr_upd.pre_update(p_rec);
369: --
370: -- Update the row.
371: --
372: irc_cmr_upd.update_dml(p_rec);

Line 372: irc_cmr_upd.update_dml(p_rec);

368: irc_cmr_upd.pre_update(p_rec);
369: --
370: -- Update the row.
371: --
372: irc_cmr_upd.update_dml(p_rec);
373: --
374: -- Call the supporting post-update operation
375: --
376: irc_cmr_upd.post_update

Line 376: irc_cmr_upd.post_update

372: irc_cmr_upd.update_dml(p_rec);
373: --
374: -- Call the supporting post-update operation
375: --
376: irc_cmr_upd.post_update
377: (p_effective_date
378: ,p_rec
379: );
380: --

Line 427: irc_cmr_upd.upd

423: -- Having converted the arguments into the
424: -- plsql record structure we call the corresponding record
425: -- business process.
426: --
427: irc_cmr_upd.upd
428: (p_effective_date
429: ,l_rec
430: );
431: p_object_version_number := l_rec.object_version_number;

Line 436: end irc_cmr_upd;

432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End upd;
435: --
436: end irc_cmr_upd;