DBA Data[Home] [Help]

APPS.BEN_JRT_UPD dependencies on BEN_JRT_UPD

Line 1: Package Body ben_jrt_upd as

1: Package Body ben_jrt_upd as
2: /* $Header: bejrtrhi.pkb 120.2 2006/03/30 23:48:52 gsehgal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 200: ben_jrt_upd.dt_update_dml

196: --
197: Begin
198: hr_utility.set_location('Entering:'||l_proc, 5);
199: --
200: ben_jrt_upd.dt_update_dml
201: (p_rec => p_rec
202: ,p_effective_date => p_effective_date
203: ,p_datetrack_mode => p_datetrack_mode
204: ,p_validation_start_date => p_validation_start_date

Line 831: ben_jrt_upd.convert_defs(p_rec);

827: -- derive the full record structure values to be updated.
828: --
829: -- 2. Call the supporting update validate operations.
830: --
831: ben_jrt_upd.convert_defs(p_rec);
832: --
833: ben_jrt_bus.update_validate
834: (p_rec => p_rec
835: ,p_effective_date => p_effective_date

Line 983: ben_jrt_upd.upd

979: -- Having converted the arguments into the
980: -- plsql record structure we call the corresponding record
981: -- business process.
982: --
983: ben_jrt_upd.upd
984: (p_effective_date
985: ,p_datetrack_mode
986: ,l_rec
987: );

Line 999: end ben_jrt_upd;

995: --
996: hr_utility.set_location(' Leaving:'||l_proc, 10);
997: End upd;
998: --
999: end ben_jrt_upd;