DBA Data[Home] [Help]

APPS.PER_SPS_UPD dependencies on PER_SPS_UPD

Line 1: Package Body per_sps_upd as

1: Package Body per_sps_upd as
2: /* $Header: pespsrhi.pkb 120.5.12000000.1 2007/01/22 04:39:24 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 203: per_sps_upd.dt_update_dml

199: --
200: Begin
201: hr_utility.set_location('Entering:'||l_proc, 5);
202: --
203: per_sps_upd.dt_update_dml
204: (p_rec => p_rec
205: ,p_effective_date => p_effective_date
206: ,p_datetrack_mode => p_datetrack_mode
207: ,p_validation_start_date => p_validation_start_date

Line 858: per_sps_upd.convert_defs(p_rec);

854: -- derive the full record structure values to be updated.
855: --
856: -- 2. Call the supporting update validate operations.
857: --
858: per_sps_upd.convert_defs(p_rec);
859: --
860: per_sps_bus.update_validate
861: (p_rec => p_rec
862: ,p_effective_date => p_effective_date

Line 1016: per_sps_upd.upd

1012: -- Having converted the arguments into the
1013: -- plsql record structure we call the corresponding record
1014: -- business process.
1015: --
1016: per_sps_upd.upd
1017: (p_effective_date
1018: ,p_datetrack_mode
1019: ,l_rec
1020: );

Line 1032: end per_sps_upd;

1028: --
1029: hr_utility.set_location(' Leaving:'||l_proc, 10);
1030: End upd;
1031: --
1032: end per_sps_upd;