DBA Data[Home] [Help]

APPS.IRC_IPD_UPD dependencies on IRC_IPD_UPD

Line 1: Package Body irc_ipd_upd as

1: Package Body irc_ipd_upd as
2: /* $Header: iripdrhi.pkb 120.0 2005/07/26 15:09:42 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 766: irc_ipd_upd.pre_update(p_rec);

762: hr_multi_message.end_validation_set;
763: --
764: -- Call the supporting pre-update operation
765: --
766: irc_ipd_upd.pre_update(p_rec);
767: --
768: -- Update the row.
769: --
770: irc_ipd_upd.update_dml(p_rec);

Line 770: irc_ipd_upd.update_dml(p_rec);

766: irc_ipd_upd.pre_update(p_rec);
767: --
768: -- Update the row.
769: --
770: irc_ipd_upd.update_dml(p_rec);
771: --
772: -- Call the supporting post-update operation
773: --
774: irc_ipd_upd.post_update

Line 774: irc_ipd_upd.post_update

770: irc_ipd_upd.update_dml(p_rec);
771: --
772: -- Call the supporting post-update operation
773: --
774: irc_ipd_upd.post_update
775: (p_rec
776: );
777: --
778: -- Call to raise any errors on multi-message list

Line 913: irc_ipd_upd.upd

909: -- Having converted the arguments into the
910: -- plsql record structure we call the corresponding record
911: -- business process.
912: --
913: irc_ipd_upd.upd
914: (l_rec
915: );
916: --
917: --

Line 921: end irc_ipd_upd;

917: --
918: hr_utility.set_location(' Leaving:'||l_proc, 10);
919: End upd;
920: --
921: end irc_ipd_upd;