DBA Data[Home] [Help]

APPS.IRC_IAV_UPD dependencies on IRC_IAV_UPD

Line 1: Package Body irc_iav_upd as

1: Package Body irc_iav_upd as
2: /* $Header: iriavrhi.pkb 120.1 2005/12/22 21:07:08 gganesan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 634: irc_iav_upd.pre_update(p_rec);

630: hr_multi_message.end_validation_set;
631: --
632: -- Call the supporting pre-update operation
633: --
634: irc_iav_upd.pre_update(p_rec);
635: --
636: -- Update the row.
637: --
638: irc_iav_upd.update_dml(p_rec);

Line 638: irc_iav_upd.update_dml(p_rec);

634: irc_iav_upd.pre_update(p_rec);
635: --
636: -- Update the row.
637: --
638: irc_iav_upd.update_dml(p_rec);
639: --
640: -- Call the supporting post-update operation
641: --
642: irc_iav_upd.post_update

Line 642: irc_iav_upd.post_update

638: irc_iav_upd.update_dml(p_rec);
639: --
640: -- Call the supporting post-update operation
641: --
642: irc_iav_upd.post_update
643: (p_rec
644: );
645: --
646: -- Call to raise any errors on multi-message list

Line 751: irc_iav_upd.upd

747: -- Having converted the arguments into the
748: -- plsql record structure we call the corresponding record
749: -- business process.
750: --
751: irc_iav_upd.upd
752: (l_rec
753: );
754: p_object_version_number := l_rec.object_version_number;
755: --

Line 759: end irc_iav_upd;

755: --
756: hr_utility.set_location(' Leaving:'||l_proc, 10);
757: End upd;
758: --
759: end irc_iav_upd;