DBA Data[Home] [Help]

APPS.PER_PTU_UPD dependencies on HR_UTILITY

Line 61: hr_utility.set_location('Entering:'||l_proc, 5);

57: --
58: l_proc varchar2(72) := g_package||'dt_update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: If (p_datetrack_mode = 'CORRECTION') then
64: hr_utility.set_location(l_proc, 10);
65: --

Line 64: hr_utility.set_location(l_proc, 10);

60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: If (p_datetrack_mode = 'CORRECTION') then
64: hr_utility.set_location(l_proc, 10);
65: --
66: -- Because we are updating a row we must get the next object
67: -- version number.
68: --

Line 130: hr_utility.set_location(' Leaving:'||l_proc, 15);

126: p_rec.effective_start_date := p_validation_start_date;
127: p_rec.effective_end_date := p_validation_end_date;
128: End If;
129: --
130: hr_utility.set_location(' Leaving:'||l_proc, 15);
131: Exception
132: When hr_api.check_integrity_violated Then
133: -- A check constraint has been violated
134: per_ptu_shd.constraint_error

Line 185: hr_utility.set_location('Entering:'||l_proc, 5);

181: --
182: l_proc varchar2(72) := g_package||'update_dml';
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: --
187: dt_update_dml(p_rec => p_rec,
188: p_effective_date => p_effective_date,
189: p_datetrack_mode => p_datetrack_mode,

Line 193: hr_utility.set_location(' Leaving:'||l_proc, 10);

189: p_datetrack_mode => p_datetrack_mode,
190: p_validation_start_date => p_validation_start_date,
191: p_validation_end_date => p_validation_end_date);
192: --
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: End update_dml;
195: --
196: -- ----------------------------------------------------------------------------
197: -- |----------------------------< dt_pre_update >-----------------------------|

Line 250: hr_utility.set_location('Entering:'||l_proc, 5);

246: l_proc varchar2(72) := g_package||'dt_pre_update';
247: l_dummy_version_number number;
248: --
249: Begin
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: If (p_datetrack_mode <> 'CORRECTION') then
252: hr_utility.set_location(l_proc, 10);
253: --
254: -- Update the current effective end date

Line 252: hr_utility.set_location(l_proc, 10);

248: --
249: Begin
250: hr_utility.set_location('Entering:'||l_proc, 5);
251: If (p_datetrack_mode <> 'CORRECTION') then
252: hr_utility.set_location(l_proc, 10);
253: --
254: -- Update the current effective end date
255: --
256: per_ptu_shd.upd_effective_end_date

Line 265: hr_utility.set_location(l_proc, 15);

261: p_validation_end_date => p_validation_end_date,
262: p_object_version_number => l_dummy_version_number);
263: --
264: If (p_datetrack_mode = 'UPDATE_OVERRIDE') then
265: hr_utility.set_location(l_proc, 15);
266: --
267: -- As the datetrack mode is 'UPDATE_OVERRIDE' then we must
268: -- delete any future rows
269: --

Line 277: hr_utility.set_location(l_proc, 20);

273: p_datetrack_mode => p_datetrack_mode,
274: p_validation_start_date => p_validation_start_date,
275: p_validation_end_date => p_validation_end_date);
276: End If;
277: hr_utility.set_location(l_proc, 20);
278: --
279: -- We must now insert the updated row
280: --
281: per_ptu_ins.insert_dml

Line 288: hr_utility.set_location(' Leaving:'||l_proc, 20);

284: p_datetrack_mode => p_datetrack_mode,
285: p_validation_start_date => p_validation_start_date,
286: p_validation_end_date => p_validation_end_date);
287: End If;
288: hr_utility.set_location(' Leaving:'||l_proc, 20);
289: End dt_pre_update;
290: --
291: -- ----------------------------------------------------------------------------
292: -- |------------------------------< pre_update >------------------------------|

Line 334: hr_utility.set_location('Entering:'||l_proc, 5);

330: --
331: l_proc varchar2(72) := g_package||'pre_update';
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: --
337: --
338: dt_pre_update

Line 345: hr_utility.set_location(' Leaving:'||l_proc, 10);

341: p_datetrack_mode => p_datetrack_mode,
342: p_validation_start_date => p_validation_start_date,
343: p_validation_end_date => p_validation_end_date);
344: --
345: hr_utility.set_location(' Leaving:'||l_proc, 10);
346: End pre_update;
347: --
348: -- ----------------------------------------------------------------------------
349: -- |-----------------------------< post_update >------------------------------|

Line 398: hr_utility.set_location('Entering:'||l_proc, 5);

394: -- End of Fix for WWBUG 1408379
395: --
396: --
397: Begin
398: hr_utility.set_location('Entering:'||l_proc, 5);
399: --
400: --
401: -- Start of API User Hook for post_update.
402: begin

Line 522: hr_utility.set_location(' Leaving:'||l_proc, 10);

518: -- End of Fix for WWBUG 1408379
519: --
520: -- End of API User Hook for post_update.
521: --
522: hr_utility.set_location(' Leaving:'||l_proc, 10);
523: End post_update;
524: --
525: -- ----------------------------------------------------------------------------
526: -- |-----------------------------< convert_defs >-----------------------------|

Line 574: hr_utility.set_location('Entering:'||l_proc, 5);

570: l_proc varchar2(72) := g_package||'convert_defs';
571: --
572: Begin
573: --
574: hr_utility.set_location('Entering:'||l_proc, 5);
575: --
576: -- We must now examine each argument value in the
577: -- p_rec plsql record structure
578: -- to see if a system default is being used. If a system default

Line 730: hr_utility.set_location(' Leaving:'||l_proc, 10);

726: p_rec.attribute30 :=
727: per_ptu_shd.g_old_rec.attribute30;
728: End If;
729: --
730: hr_utility.set_location(' Leaving:'||l_proc, 10);
731: --
732: End convert_defs;
733: --
734: -- ----------------------------------------------------------------------------

Line 749: hr_utility.set_location('Entering:'||l_proc, 5);

745: l_validation_start_date date;
746: l_validation_end_date date;
747: --
748: Begin
749: hr_utility.set_location('Entering:'||l_proc, 5);
750: --
751: -- Ensure that the DateTrack update mode is valid
752: --
753: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

Line 860: hr_utility.set_location('Entering:'||l_proc, 5);

856: l_rec per_ptu_shd.g_rec_type;
857: l_proc varchar2(72) := g_package||'upd';
858: --
859: Begin
860: hr_utility.set_location('Entering:'||l_proc, 5);
861: --
862: -- Call conversion function to turn arguments into the
863: -- l_rec structure.
864: --

Line 921: hr_utility.set_location(' Leaving:'||l_proc, 10);

917: p_effective_start_date := l_rec.effective_start_date;
918: p_effective_end_date := l_rec.effective_end_date;
919: --
920: --
921: hr_utility.set_location(' Leaving:'||l_proc, 10);
922: End upd;
923: --
924: end per_ptu_upd;