DBA Data[Home] [Help]

APPS.IRC_IRF_UPD dependencies on IRC_IRF_UPD

Line 1: Package Body irc_irf_upd as

1: Package Body irc_irf_upd as
2: /* $Header: irirfrhi.pkb 120.1 2008/04/16 07:34:32 vmummidi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 203: irc_irf_upd.dt_update_dml

199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: irc_irf_upd.dt_update_dml
204: (p_rec => p_rec
205: ,p_effective_date => p_effective_date
206: ,p_datetrack_mode => p_datetrack_mode
207: ,p_validation_start_date => p_validation_start_date

Line 779: irc_irf_upd.convert_defs(p_rec);

775: -- derive the full record structure values to be updated.
776: --
777: -- 2. Call the supporting update validate operations.
778: --
779: irc_irf_upd.convert_defs(p_rec);
780: --
781: irc_irf_bus.update_validate
782: (p_rec => p_rec
783: ,p_effective_date => p_effective_date

Line 936: irc_irf_upd.upd

932: -- Having converted the arguments into the
933: -- plsql record structure we call the corresponding record
934: -- business process.
935: --
936: irc_irf_upd.upd
937: (p_effective_date
938: ,p_datetrack_mode
939: ,l_rec
940: );

Line 952: end irc_irf_upd;

948: --
949: hr_utility.set_location(' Leaving:'||l_proc, 10);
950: End upd;
951: --
952: end irc_irf_upd;