DBA Data[Home] [Help]

APPS.BEN_BEP_UPD dependencies on BEN_BEP_UPD

Line 1: Package Body ben_bep_upd as

1: Package Body ben_bep_upd as
2: /* $Header: bebeprhi.pkb 120.0.12010000.2 2008/08/05 14:07:52 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 189: ben_bep_upd.dt_update_dml

185: --
186: Begin
187: hr_utility.set_location('Entering:'||l_proc, 5);
188: --
189: ben_bep_upd.dt_update_dml
190: (p_rec => p_rec
191: ,p_effective_date => p_effective_date
192: ,p_datetrack_mode => p_datetrack_mode
193: ,p_validation_start_date => p_validation_start_date

Line 732: ben_bep_upd.convert_defs(p_rec);

728: -- derive the full record structure values to be updated.
729: --
730: -- 2. Call the supporting update validate operations.
731: --
732: ben_bep_upd.convert_defs(p_rec);
733: --
734: ben_bep_bus.update_validate
735: (p_rec => p_rec
736: ,p_effective_date => p_effective_date

Line 862: ben_bep_upd.upd

858: -- Having converted the arguments into the
859: -- plsql record structure we call the corresponding record
860: -- business process.
861: --
862: ben_bep_upd.upd
863: (p_effective_date
864: ,p_datetrack_mode
865: ,l_rec
866: );

Line 878: end ben_bep_upd;

874: --
875: hr_utility.set_location(' Leaving:'||l_proc, 10);
876: End upd;
877: --
878: end ben_bep_upd;