DBA Data[Home] [Help]

APPS.PER_PGS_UPD dependencies on PER_PGS_UPD

Line 1: Package Body per_pgs_upd as

1: Package Body per_pgs_upd as
2: /* $Header: pepgsrhi.pkb 120.0 2005/05/31 14:12:49 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 173: per_pgs_upd.dt_update_dml

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

Line 586: per_pgs_upd.convert_defs(p_rec);

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

Line 684: per_pgs_upd.upd

680: -- Having converted the arguments into the
681: -- plsql record structure we call the corresponding record
682: -- business process.
683: --
684: per_pgs_upd.upd
685: (p_effective_date
686: ,p_datetrack_mode
687: ,l_rec
688: );

Line 700: end per_pgs_upd;

696: --
697: hr_utility.set_location(' Leaving:'||l_proc, 10);
698: End upd;
699: --
700: end per_pgs_upd;