DBA Data[Home] [Help]

APPS.PAY_RTU_UPD dependencies on PAY_RTU_UPD

Line 1: Package Body pay_rtu_upd as

1: Package Body pay_rtu_upd as
2: /* $Header: pyrturhi.pkb 115.3 2002/12/09 15:08:35 divicker noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 169: pay_rtu_upd.dt_update_dml

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

Line 545: pay_rtu_upd.convert_defs(p_rec);

541: -- derive the full record structure values to be updated.
542: --
543: -- 2. Call the supporting update validate operations.
544: --
545: pay_rtu_upd.convert_defs(p_rec);
546: --
547: pay_rtu_bus.update_validate
548: (p_rec => p_rec
549: ,p_effective_date => p_effective_date

Line 625: pay_rtu_upd.upd

621: -- Having converted the arguments into the
622: -- plsql record structure we call the corresponding record
623: -- business process.
624: --
625: pay_rtu_upd.upd
626: (p_effective_date
627: ,p_datetrack_mode
628: ,l_rec
629: );

Line 641: end pay_rtu_upd;

637: --
638: hr_utility.set_location(' Leaving:'||l_proc, 10);
639: End upd;
640: --
641: end pay_rtu_upd;