DBA Data[Home] [Help]

APPS.IRC_CMP_UPD dependencies on IRC_CMP_UPD

Line 1: Package Body irc_cmp_upd as

1: Package Body irc_cmp_upd as
2: /* $Header: ircmprhi.pkb 120.0 2007/11/19 11:38:55 sethanga noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 566: irc_cmp_upd.pre_update(p_rec);

562: hr_multi_message.end_validation_set;
563: --
564: -- Call the supporting pre-update operation
565: --
566: irc_cmp_upd.pre_update(p_rec);
567: --
568: -- Update the row.
569: --
570: irc_cmp_upd.update_dml(p_rec);

Line 570: irc_cmp_upd.update_dml(p_rec);

566: irc_cmp_upd.pre_update(p_rec);
567: --
568: -- Update the row.
569: --
570: irc_cmp_upd.update_dml(p_rec);
571: --
572: -- Call the supporting post-update operation
573: --
574: --irc_cmp_upd.post_update

Line 574: --irc_cmp_upd.post_update

570: irc_cmp_upd.update_dml(p_rec);
571: --
572: -- Call the supporting post-update operation
573: --
574: --irc_cmp_upd.post_update
575: -- (p_effective_date
576: -- ,p_rec
577: -- );
578: --

Line 669: irc_cmp_upd.upd

665: -- Having converted the arguments into the
666: -- plsql record structure we call the corresponding record
667: -- business process.
668: --
669: irc_cmp_upd.upd
670: (p_effective_date
671: ,l_rec
672: );
673: p_object_version_number := l_rec.object_version_number;

Line 678: end irc_cmp_upd;

674: --
675: hr_utility.set_location(' Leaving:'||l_proc, 10);
676: End upd;
677: --
678: end irc_cmp_upd;