DBA Data[Home] [Help]

APPS.PAY_ITR_UPD dependencies on PAY_ITR_UPD

Line 1: Package Body pay_itr_upd as

1: Package Body pay_itr_upd as
2: /* $Header: pyitrrhi.pkb 115.6 2002/12/16 17:48:51 dsaxby noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 171: pay_itr_upd.dt_update_dml

167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: pay_itr_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 571: pay_itr_upd.convert_defs(p_rec);

567: -- derive the full record structure values to be updated.
568: --
569: -- 2. Call the supporting update validate operations.
570: --
571: pay_itr_upd.convert_defs(p_rec);
572: --
573: pay_itr_bus.update_validate
574: (p_rec => p_rec
575: ,p_effective_date => p_effective_date

Line 659: pay_itr_upd.upd

655: -- Having converted the arguments into the
656: -- plsql record structure we call the corresponding record
657: -- business process.
658: --
659: pay_itr_upd.upd
660: (p_effective_date
661: ,p_datetrack_mode
662: ,l_rec
663: );

Line 675: end pay_itr_upd;

671: --
672: hr_utility.set_location(' Leaving:'||l_proc, 10);
673: End upd;
674: --
675: end pay_itr_upd;