DBA Data[Home] [Help]

APPS.IRC_INP_UPD dependencies on IRC_INP_UPD

Line 1: Package Body irc_inp_upd as

1: Package Body irc_inp_upd as
2: /* $Header: irinprhi.pkb 120.2 2006/02/23 15:36:24 gjaggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 666: irc_inp_upd.pre_update(p_rec);

662: hr_multi_message.end_validation_set;
663: --
664: -- Call the supporting pre-update operation
665: --
666: irc_inp_upd.pre_update(p_rec);
667: --
668: -- Update the row.
669: --
670: irc_inp_upd.update_dml(p_rec);

Line 670: irc_inp_upd.update_dml(p_rec);

666: irc_inp_upd.pre_update(p_rec);
667: --
668: -- Update the row.
669: --
670: irc_inp_upd.update_dml(p_rec);
671: --
672: -- Call the supporting post-update operation
673: --
674: irc_inp_upd.post_update

Line 674: irc_inp_upd.post_update

670: irc_inp_upd.update_dml(p_rec);
671: --
672: -- Call the supporting post-update operation
673: --
674: irc_inp_upd.post_update
675: (p_effective_date
676: ,p_rec
677: );
678: --

Line 794: irc_inp_upd.upd

790: -- Having converted the arguments into the
791: -- plsql record structure we call the corresponding record
792: -- business process.
793: --
794: irc_inp_upd.upd
795: (p_effective_date
796: ,l_rec
797: );
798: p_object_version_number := l_rec.object_version_number;

Line 803: end irc_inp_upd;

799: --
800: hr_utility.set_location(' Leaving:'||l_proc, 10);
801: End upd;
802: --
803: end irc_inp_upd;