DBA Data[Home] [Help]

APPS.IRC_RSE_UPD dependencies on IRC_RSE_UPD

Line 1: Package Body irc_rse_upd as

1: Package Body irc_rse_upd as
2: /* $Header: irrserhi.pkb 120.0 2005/07/26 15:17:04 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 698: irc_rse_upd.pre_update(p_rec);

694: hr_multi_message.end_validation_set;
695: --
696: -- Call the supporting pre-update operation
697: --
698: irc_rse_upd.pre_update(p_rec);
699: --
700: -- Update the row.
701: --
702: irc_rse_upd.update_dml(p_rec);

Line 702: irc_rse_upd.update_dml(p_rec);

698: irc_rse_upd.pre_update(p_rec);
699: --
700: -- Update the row.
701: --
702: irc_rse_upd.update_dml(p_rec);
703: --
704: -- Call the supporting post-update operation
705: --
706: irc_rse_upd.post_update

Line 706: irc_rse_upd.post_update

702: irc_rse_upd.update_dml(p_rec);
703: --
704: -- Call the supporting post-update operation
705: --
706: irc_rse_upd.post_update
707: (p_effective_date
708: ,p_rec
709: );
710: --

Line 829: irc_rse_upd.upd

825: -- Having converted the arguments into the
826: -- plsql record structure we call the corresponding record
827: -- business process.
828: --
829: irc_rse_upd.upd
830: (p_effective_date
831: ,l_rec
832: );
833: p_object_version_number := l_rec.object_version_number;

Line 838: end irc_rse_upd;

834: --
835: hr_utility.set_location(' Leaving:'||l_proc, 10);
836: End upd;
837: --
838: end irc_rse_upd;