DBA Data[Home] [Help]

APPS.IRC_CMC_UPD dependencies on IRC_CMC_UPD

Line 1: Package Body irc_cmc_upd as

1: Package Body irc_cmc_upd as
2: /* $Header: ircmcrhi.pkb 120.0 2007/11/19 11:04:15 sethanga noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 359: irc_cmc_upd.pre_update(p_rec);

355: hr_multi_message.end_validation_set;
356: --
357: -- Call the supporting pre-update operation
358: --
359: irc_cmc_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: irc_cmc_upd.update_dml(p_rec);

Line 363: irc_cmc_upd.update_dml(p_rec);

359: irc_cmc_upd.pre_update(p_rec);
360: --
361: -- Update the row.
362: --
363: irc_cmc_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: --irc_cmc_upd.post_update

Line 367: --irc_cmc_upd.post_update

363: irc_cmc_upd.update_dml(p_rec);
364: --
365: -- Call the supporting post-update operation
366: --
367: --irc_cmc_upd.post_update
368: -- (p_effective_date
369: -- ,p_rec
370: -- );
371: --

Line 416: irc_cmc_upd.upd

412: -- Having converted the arguments into the
413: -- plsql record structure we call the corresponding record
414: -- business process.
415: --
416: irc_cmc_upd.upd
417: (p_effective_date
418: ,l_rec
419: );
420: p_object_version_number := l_rec.object_version_number;

Line 425: end irc_cmc_upd;

421: --
422: hr_utility.set_location(' Leaving:'||l_proc, 10);
423: End upd;
424: --
425: end irc_cmc_upd;