DBA Data[Home] [Help]

APPS.PAY_IPD_UPD dependencies on PAY_IPD_UPD

Line 1: Package Body pay_ipd_upd as

1: Package Body pay_ipd_upd as
2: /* $Header: pyipdrhi.pkb 120.4 2011/11/09 12:41:18 rsahai ship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 218: pay_ipd_upd.dt_update_dml

214: --
215: Begin
216: hr_utility.set_location('Entering:'||l_proc, 5);
217: --
218: pay_ipd_upd.dt_update_dml
219: (p_rec => p_rec
220: ,p_effective_date => p_effective_date
221: ,p_datetrack_mode => p_datetrack_mode
222: ,p_validation_start_date => p_validation_start_date

Line 836: pay_ipd_upd.convert_defs(p_rec);

832: -- derive the full record structure values to be updated.
833: --
834: -- 2. Call the supporting update validate operations.
835: --
836: pay_ipd_upd.convert_defs(p_rec);
837: --
838: pay_ipd_bus.update_validate
839: (p_rec => p_rec
840: ,p_effective_date => p_effective_date

Line 1016: pay_ipd_upd.upd

1012: -- Having converted the arguments into the
1013: -- plsql record structure we call the corresponding record
1014: -- business process.
1015: --
1016: pay_ipd_upd.upd
1017: (p_effective_date
1018: ,p_datetrack_mode
1019: ,l_rec
1020: );

Line 1032: end pay_ipd_upd;

1028: --
1029: hr_utility.set_location(' Leaving:'||l_proc, 10);
1030: End upd;
1031: --
1032: end pay_ipd_upd;