DBA Data[Home] [Help]

APPS.PAY_EVQ_UPD dependencies on PAY_EVQ_UPD

Line 1: Package Body pay_evq_upd as

1: Package Body pay_evq_upd as
2: /* $Header: pyevqrhi.pkb 120.0 2005/05/29 04:49:50 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 175: pay_evq_upd.dt_update_dml

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

Line 596: pay_evq_upd.convert_defs(p_rec);

592: -- derive the full record structure values to be updated.
593: --
594: -- 2. Call the supporting update validate operations.
595: --
596: pay_evq_upd.convert_defs(p_rec);
597: --
598: pay_evq_bus.update_validate
599: (p_rec => p_rec
600: ,p_effective_date => p_effective_date

Line 693: pay_evq_upd.upd

689: -- Having converted the arguments into the
690: -- plsql record structure we call the corresponding record
691: -- business process.
692: --
693: pay_evq_upd.upd
694: (p_effective_date
695: ,p_datetrack_mode
696: ,l_rec
697: );

Line 709: end pay_evq_upd;

705: --
706: hr_utility.set_location(' Leaving:'||l_proc, 10);
707: End upd;
708: --
709: end pay_evq_upd;