DBA Data[Home] [Help]

APPS.PER_PCL_UPD dependencies on PER_PCL_UPD

Line 1: Package Body per_pcl_upd as

1: Package Body per_pcl_upd as
2: /* $Header: pepclrhi.pkb 115.9 2002/12/09 15:33:43 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 177: per_pcl_upd.dt_update_dml

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

Line 624: per_pcl_upd.convert_defs(p_rec);

620: -- derive the full record structure values to be updated.
621: --
622: -- 2. Call the supporting update validate operations.
623: --
624: per_pcl_upd.convert_defs(p_rec);
625: --
626: per_pcl_bus.update_validate
627: (p_rec => p_rec
628: ,p_effective_date => p_effective_date

Line 724: per_pcl_upd.upd

720: -- Having converted the arguments into the
721: -- plsql record structure we call the corresponding record
722: -- business process.
723: --
724: per_pcl_upd.upd
725: (p_effective_date
726: ,p_datetrack_mode
727: ,l_rec
728: );

Line 740: end per_pcl_upd;

736: --
737: hr_utility.set_location(' Leaving:'||l_proc, 10);
738: End upd;
739: --
740: end per_pcl_upd;