DBA Data[Home] [Help]

APPS.PAY_LIV_UPD dependencies on PAY_LIV_UPD

Line 1: Package Body pay_liv_upd as

1: Package Body pay_liv_upd as
2: /* $Header: pylivrhi.pkb 120.1 2005/07/12 05:24:42 alogue noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 171: pay_liv_upd.dt_update_dml

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

Line 574: pay_liv_upd.convert_defs(p_rec);

570: -- derive the full record structure values to be updated.
571: --
572: -- 2. Call the supporting update validate operations.
573: --
574: pay_liv_upd.convert_defs(p_rec);
575: --
576: pay_liv_bus.update_validate
577: (p_rec => p_rec
578: ,p_effective_date => p_effective_date

Line 676: pay_liv_upd.upd

672: -- Having converted the arguments into the
673: -- plsql record structure we call the corresponding record
674: -- business process.
675: --
676: pay_liv_upd.upd
677: (p_effective_date
678: ,p_datetrack_mode
679: ,l_rec
680: ,p_default_range_warning

Line 696: end pay_liv_upd;

692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End upd;
695: --
696: end pay_liv_upd;