DBA Data[Home] [Help]

APPS.PAY_PPR_UPD dependencies on PAY_PPR_UPD

Line 1: Package Body pay_ppr_upd as

1: Package Body pay_ppr_upd as
2: /* $Header: pypprrhi.pkb 115.3 2004/02/25 21:33 adkumar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 172: pay_ppr_upd.dt_update_dml

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

Line 577: pay_ppr_upd.convert_defs(p_rec);

573: -- derive the full record structure values to be updated.
574: --
575: -- 2. Call the supporting update validate operations.
576: --
577: pay_ppr_upd.convert_defs(p_rec);
578: --
579: pay_ppr_bus.update_validate
580: (p_rec => p_rec
581: ,p_effective_date => p_effective_date

Line 677: pay_ppr_upd.upd

673: -- Having converted the arguments into the
674: -- plsql record structure we call the corresponding record
675: -- business process.
676: --
677: pay_ppr_upd.upd
678: (p_effective_date
679: ,p_datetrack_mode
680: ,l_rec
681: ,p_formula_mismatch_warning => l_formula_mismatch_warning

Line 694: end pay_ppr_upd;

690: --
691: hr_utility.set_location(' Leaving:'||l_proc, 10);
692: End upd;
693: --
694: end pay_ppr_upd;