DBA Data[Home] [Help]

APPS.BEN_BEO_UPD dependencies on BEN_BEO_UPD

Line 1: Package Body ben_beo_upd as

1: Package Body ben_beo_upd as
2: /* $Header: bebeorhi.pkb 120.0.12010000.3 2008/08/05 14:07:36 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 168: ben_beo_upd.dt_update_dml

164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: ben_beo_upd.dt_update_dml
169: (p_rec => p_rec
170: ,p_effective_date => p_effective_date
171: ,p_datetrack_mode => p_datetrack_mode
172: ,p_validation_start_date => p_validation_start_date

Line 543: ben_beo_upd.convert_defs(p_rec);

539: -- derive the full record structure values to be updated.
540: --
541: -- 2. Call the supporting update validate operations.
542: --
543: ben_beo_upd.convert_defs(p_rec);
544: --
545: ben_beo_bus.update_validate
546: (p_rec => p_rec
547: ,p_effective_date => p_effective_date

Line 631: ben_beo_upd.upd

627: -- Having converted the arguments into the
628: -- plsql record structure we call the corresponding record
629: -- business process.
630: --
631: ben_beo_upd.upd
632: (p_effective_date
633: ,p_datetrack_mode
634: ,l_rec
635: );

Line 647: end ben_beo_upd;

643: --
644: hr_utility.set_location(' Leaving:'||l_proc, 10);
645: End upd;
646: --
647: end ben_beo_upd;