DBA Data[Home] [Help]

APPS.IRC_IOF_UPD dependencies on IRC_IOF_UPD

Line 1: package body irc_iof_upd as

1: package body irc_iof_upd as
2: /* $Header: iriofrhi.pkb 120.20 2011/04/08 12:04:09 amikukum ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | private global definitions |

Line 8: g_package varchar2(33) := ' irc_iof_upd.'; -- global package name

4: -- ----------------------------------------------------------------------------
5: -- | private global definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_iof_upd.'; -- global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< update_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 746: irc_iof_upd.pre_update(p_rec);

742: hr_multi_message.end_validation_set;
743: --
744: -- call the supporting pre-update operation
745: --
746: irc_iof_upd.pre_update(p_rec);
747: --
748: -- update the row.
749: --
750: irc_iof_upd.update_dml(p_rec);

Line 750: irc_iof_upd.update_dml(p_rec);

746: irc_iof_upd.pre_update(p_rec);
747: --
748: -- update the row.
749: --
750: irc_iof_upd.update_dml(p_rec);
751: --
752: -- call the supporting post-update operation
753: --
754: irc_iof_upd.post_update

Line 754: irc_iof_upd.post_update

750: irc_iof_upd.update_dml(p_rec);
751: --
752: -- call the supporting post-update operation
753: --
754: irc_iof_upd.post_update
755: (p_effective_date
756: ,p_rec
757: );
758: --

Line 888: irc_iof_upd.upd

884: -- having converted the arguments into the
885: -- plsql record structure we call the corresponding record
886: -- business process.
887: --
888: irc_iof_upd.upd
889: (p_effective_date
890: ,l_rec
891: );
892: --

Line 899: end irc_iof_upd;

895: --
896: hr_utility.set_location(' leaving:'||l_proc, 10);
897: end upd;
898: --
899: end irc_iof_upd;