DBA Data[Home] [Help]

APPS.PAY_PPD_UPD dependencies on PAY_PPD_UPD

Line 1: Package Body pay_ppd_upd as

1: Package Body pay_ppd_upd as
2: /* $Header: pyppdrhi.pkb 120.2 2005/12/29 01:38 nprasath noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 176: pay_ppd_upd.dt_update_dml

172: --
173: Begin
174: hr_utility.set_location('Entering:'||l_proc, 5);
175: --
176: pay_ppd_upd.dt_update_dml
177: (p_rec => p_rec
178: ,p_effective_date => p_effective_date
179: ,p_datetrack_mode => p_datetrack_mode
180: ,p_validation_start_date => p_validation_start_date

Line 615: pay_ppd_upd.convert_defs(p_rec);

611: -- derive the full record structure values to be updated.
612: --
613: -- 2. Call the supporting update validate operations.
614: --
615: pay_ppd_upd.convert_defs(p_rec);
616: --
617: pay_ppd_bus.update_validate
618: (p_rec => p_rec
619: ,p_effective_date => p_effective_date

Line 716: pay_ppd_upd.upd

712: -- Having converted the arguments into the
713: -- plsql record structure we call the corresponding record
714: -- business process.
715: --
716: pay_ppd_upd.upd
717: (p_effective_date
718: ,p_datetrack_mode
719: ,l_rec
720: );

Line 732: end pay_ppd_upd;

728: --
729: hr_utility.set_location(' Leaving:'||l_proc, 10);
730: End upd;
731: --
732: end pay_ppd_upd;