DBA Data[Home] [Help]

APPS.PER_ABV_UPD dependencies on PER_ABV_UPD

Line 1: Package Body per_abv_upd as

1: Package Body per_abv_upd as
2: /* $Header: peabvrhi.pkb 115.9 2002/12/03 14:36:09 raranjan noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 198: per_abv_upd.dt_update_dml

194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: per_abv_upd.dt_update_dml
199: (p_rec => p_rec
200: ,p_effective_date => p_effective_date
201: ,p_datetrack_mode => p_datetrack_mode
202: ,p_validation_start_date => p_validation_start_date

Line 602: per_abv_upd.convert_defs(p_rec);

598: -- derive the full record structure values to be updated.
599: --
600: -- 2. Call the supporting update validate operations.
601: --
602: per_abv_upd.convert_defs(p_rec);
603: --
604: per_abv_bus.update_validate
605: (p_rec => p_rec
606: ,p_effective_date => p_effective_date

Line 690: per_abv_upd.upd

686: -- Having converted the arguments into the
687: -- plsql record structure we call the corresponding record
688: -- business process.
689: --
690: per_abv_upd.upd
691: (p_effective_date
692: ,p_datetrack_mode
693: ,l_rec
694: );

Line 705: end per_abv_upd;

701: --
702: hr_utility.set_location(' Leaving:'||l_proc, 10);
703: End upd;
704: --
705: end per_abv_upd;