DBA Data[Home] [Help]

APPS.PAY_IVL_UPD dependencies on PAY_IVL_UPD

Line 1: Package Body pay_ivl_upd as

1: Package Body pay_ivl_upd as
2: /* $Header: pyivlrhi.pkb 120.0 2005/05/29 06:04:43 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 181: pay_ivl_upd.dt_update_dml

177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: pay_ivl_upd.dt_update_dml
182: (p_rec => p_rec
183: ,p_effective_date => p_effective_date
184: ,p_datetrack_mode => p_datetrack_mode
185: ,p_validation_start_date => p_validation_start_date

Line 669: pay_ivl_upd.convert_defs(p_rec);

665: -- derive the full record structure values to be updated.
666: --
667: -- 2. Call the supporting update validate operations.
668: --
669: pay_ivl_upd.convert_defs(p_rec);
670: --
671: pay_ivl_bus.update_validate
672: (p_rec => p_rec
673: ,p_effective_date => p_effective_date

Line 803: pay_ivl_upd.upd

799: -- Having converted the arguments into the
800: -- plsql record structure we call the corresponding record
801: -- business process.
802: --
803: pay_ivl_upd.upd
804: (p_effective_date
805: ,p_datetrack_mode
806: ,l_rec
807: ,p_default_val_warning

Line 832: end pay_ivl_upd;

828: --
829: hr_utility.set_location(' Leaving:'||l_proc, 10);
830: End upd;
831: --
832: end pay_ivl_upd;