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.12010000.2 2010/01/18 14:37:22 mkjayara ship $ */
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 705: irc_rse_upd.pre_update(p_rec);

701: hr_multi_message.end_validation_set;
702: --
703: -- Call the supporting pre-update operation
704: --
705: irc_rse_upd.pre_update(p_rec);
706: --
707: -- Update the row.
708: --
709: irc_rse_upd.update_dml(p_rec);

Line 709: irc_rse_upd.update_dml(p_rec);

705: irc_rse_upd.pre_update(p_rec);
706: --
707: -- Update the row.
708: --
709: irc_rse_upd.update_dml(p_rec);
710: --
711: -- Call the supporting post-update operation
712: --
713: irc_rse_upd.post_update

Line 713: irc_rse_upd.post_update

709: irc_rse_upd.update_dml(p_rec);
710: --
711: -- Call the supporting post-update operation
712: --
713: irc_rse_upd.post_update
714: (p_effective_date
715: ,p_rec
716: );
717: --

Line 838: irc_rse_upd.upd

834: -- Having converted the arguments into the
835: -- plsql record structure we call the corresponding record
836: -- business process.
837: --
838: irc_rse_upd.upd
839: (p_effective_date
840: ,l_rec
841: );
842: p_object_version_number := l_rec.object_version_number;

Line 847: end irc_rse_upd;

843: --
844: hr_utility.set_location(' Leaving:'||l_proc, 10);
845: End upd;
846: --
847: end irc_rse_upd;