DBA Data[Home] [Help]

APPS.PAY_EVC_UPD dependencies on PAY_EVC_UPD

Line 1: Package Body pay_evc_upd as

1: Package Body pay_evc_upd as
2: /* $Header: pyevcrhi.pkb 115.6 2003/05/27 17:21:31 jford noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 174: pay_evc_upd.dt_update_dml

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

Line 585: pay_evc_upd.convert_defs(p_rec);

581: -- derive the full record structure values to be updated.
582: --
583: -- 2. Call the supporting update validate operations.
584: --
585: pay_evc_upd.convert_defs(p_rec);
586: --
587: pay_evc_bus.update_validate
588: (p_rec => p_rec
589: ,p_effective_date => p_effective_date

Line 680: pay_evc_upd.upd

676: -- Having converted the arguments into the
677: -- plsql record structure we call the corresponding record
678: -- business process.
679: --
680: pay_evc_upd.upd
681: (p_effective_date
682: ,p_datetrack_mode
683: ,l_rec
684: );

Line 696: end pay_evc_upd;

692: --
693: hr_utility.set_location(' Leaving:'||l_proc, 10);
694: End upd;
695: --
696: end pay_evc_upd;