DBA Data[Home] [Help]

APPS.BEN_ESW_UPD dependencies on BEN_ESW_UPD

Line 1: Package Body ben_esw_upd as

1: Package Body ben_esw_upd as
2: /* $Header: beeswrhi.pkb 120.1 2005/06/17 09:40 abparekh noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 173: ben_esw_upd.dt_update_dml

169: --
170: Begin
171: hr_utility.set_location('Entering:'||l_proc, 5);
172: --
173: ben_esw_upd.dt_update_dml
174: (p_rec => p_rec
175: ,p_effective_date => p_effective_date
176: ,p_datetrack_mode => p_datetrack_mode
177: ,p_validation_start_date => p_validation_start_date

Line 588: ben_esw_upd.convert_defs(p_rec);

584: -- derive the full record structure values to be updated.
585: --
586: -- 2. Call the supporting update validate operations.
587: --
588: ben_esw_upd.convert_defs(p_rec);
589: --
590: ben_esw_bus.update_validate
591: (p_rec => p_rec
592: ,p_effective_date => p_effective_date

Line 686: ben_esw_upd.upd

682: -- Having converted the arguments into the
683: -- plsql record structure we call the corresponding record
684: -- business process.
685: --
686: ben_esw_upd.upd
687: (p_effective_date
688: ,p_datetrack_mode
689: ,l_rec
690: );

Line 702: end ben_esw_upd;

698: --
699: hr_utility.set_location(' Leaving:'||l_proc, 10);
700: End upd;
701: --
702: end ben_esw_upd;