DBA Data[Home] [Help]

APPS.BEN_OTP_UPD dependencies on BEN_OTP_UPD

Line 1: Package Body ben_otp_upd as

1: Package Body ben_otp_upd as
2: /* $Header: beotprhi.pkb 115.3 2003/09/25 00:30:57 rpgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 203: ben_otp_upd.dt_update_dml

199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: ben_otp_upd.dt_update_dml
204: (p_rec => p_rec
205: ,p_effective_date => p_effective_date
206: ,p_datetrack_mode => p_datetrack_mode
207: ,p_validation_start_date => p_validation_start_date

Line 859: ben_otp_upd.convert_defs(p_rec);

855: -- derive the full record structure values to be updated.
856: --
857: -- 2. Call the supporting update validate operations.
858: --
859: ben_otp_upd.convert_defs(p_rec);
860: --
861: ben_otp_bus.update_validate
862: (p_rec => p_rec
863: ,p_effective_date => p_effective_date

Line 1011: ben_otp_upd.upd

1007: -- Having converted the arguments into the
1008: -- plsql record structure we call the corresponding record
1009: -- business process.
1010: --
1011: ben_otp_upd.upd
1012: (p_effective_date
1013: ,p_datetrack_mode
1014: ,l_rec
1015: );

Line 1027: end ben_otp_upd;

1023: --
1024: hr_utility.set_location(' Leaving:'||l_proc, 10);
1025: End upd;
1026: --
1027: end ben_otp_upd;