DBA Data[Home] [Help]

APPS.IRC_IDP_UPD dependencies on IRC_IDP_UPD

Line 1: Package Body irc_idp_upd as

1: Package Body irc_idp_upd as
2: /* $Header: iridprhi.pkb 120.0.12010000.2 2008/08/05 10:49:00 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 608: irc_idp_upd.pre_update(p_rec);

604: );
605: --
606: -- Call the supporting pre-update operation
607: --
608: irc_idp_upd.pre_update(p_rec);
609: --
610: -- Update the row.
611: --
612: irc_idp_upd.update_dml(p_rec);

Line 612: irc_idp_upd.update_dml(p_rec);

608: irc_idp_upd.pre_update(p_rec);
609: --
610: -- Update the row.
611: --
612: irc_idp_upd.update_dml(p_rec);
613: --
614: -- Call the supporting post-update operation
615: --
616: irc_idp_upd.post_update

Line 616: irc_idp_upd.post_update

612: irc_idp_upd.update_dml(p_rec);
613: --
614: -- Call the supporting post-update operation
615: --
616: irc_idp_upd.post_update
617: (p_rec
618: );
619: End upd;
620: --

Line 716: irc_idp_upd.upd

712: -- Having converted the arguments into the
713: -- plsql record structure we call the corresponding record
714: -- business process.
715: --
716: irc_idp_upd.upd
717: (l_rec
718: );
719: p_object_version_number := l_rec.object_version_number;
720: --

Line 724: end irc_idp_upd;

720: --
721: hr_utility.set_location(' Leaving:'||l_proc, 10);
722: End upd;
723: --
724: end irc_idp_upd;