DBA Data[Home] [Help]

APPS.BEN_BER_UPD dependencies on BEN_BER_UPD

Line 1: Package Body ben_ber_upd as

1: Package Body ben_ber_upd as
2: /* $Header: beberrhi.pkb 120.1.12010000.2 2008/08/05 14:08:07 ubhat ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 169: ben_ber_upd.dt_update_dml

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

Line 552: ben_ber_upd.convert_defs(p_rec);

548: -- derive the full record structure values to be updated.
549: --
550: -- 2. Call the supporting update validate operations.
551: --
552: ben_ber_upd.convert_defs(p_rec);
553: --
554: ben_ber_bus.update_validate
555: (p_rec => p_rec
556: ,p_effective_date => p_effective_date

Line 642: ben_ber_upd.upd

638: -- Having converted the arguments into the
639: -- plsql record structure we call the corresponding record
640: -- business process.
641: --
642: ben_ber_upd.upd
643: (p_effective_date
644: ,p_datetrack_mode
645: ,l_rec
646: );

Line 658: end ben_ber_upd;

654: --
655: hr_utility.set_location(' Leaving:'||l_proc, 10);
656: End upd;
657: --
658: end ben_ber_upd;