DBA Data[Home] [Help]

APPS.PAY_PGA_UPD dependencies on HR_UTILITY

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

64: --
65: l_proc varchar2(72) := g_package||'dt_update_dml';
66: --
67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --

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

67: Begin
68: hr_utility.set_location('Entering:'||l_proc, 5);
69: --
70: If (p_datetrack_mode = hr_api.g_correction) then
71: hr_utility.set_location(l_proc, 10);
72: --
73: -- Because we are updating a row we must get the next object
74: -- version number.
75: --

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

106: p_rec.effective_start_date := p_validation_start_date;
107: p_rec.effective_end_date := p_validation_end_date;
108: End If;
109: --
110: hr_utility.set_location(' Leaving:'||l_proc, 15);
111: Exception
112: When hr_api.check_integrity_violated Then
113: -- A check constraint has been violated
114: --

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

165: --
166: l_proc varchar2(72) := g_package||'update_dml';
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: pay_pga_upd.dt_update_dml
172: (p_rec => p_rec
173: ,p_effective_date => p_effective_date

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

175: ,p_validation_start_date => p_validation_start_date
176: ,p_validation_end_date => p_validation_end_date
177: );
178: --
179: hr_utility.set_location(' Leaving:'||l_proc, 10);
180: End update_dml;
181: --
182: -- ----------------------------------------------------------------------------
183: -- |----------------------------< dt_pre_update >-----------------------------|

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

233: l_proc varchar2(72) := g_package||'dt_pre_update';
234: l_dummy_version_number number;
235: --
236: Begin
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: If (p_datetrack_mode <> hr_api.g_correction) then
239: --
240: -- Update the current effective end date
241: --

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

271: ,p_validation_start_date => p_validation_start_date
272: ,p_validation_end_date => p_validation_end_date
273: );
274: End If;
275: hr_utility.set_location(' Leaving:'||l_proc, 20);
276: End dt_pre_update;
277: --
278: -- ----------------------------------------------------------------------------
279: -- |------------------------------< pre_update >------------------------------|

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

317: --
318: l_proc varchar2(72) := g_package||'pre_update';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: --
324: --
325: dt_pre_update

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

329: ,p_validation_start_date => p_validation_start_date
330: ,p_validation_end_date => p_validation_end_date
331: );
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 10);
334: End pre_update;
335: --
336: -- ----------------------------------------------------------------------------
337: -- |----------------------------< post_update >-------------------------------|

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

375: --
376: l_proc varchar2(72) := g_package||'post_update';
377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: begin
381: --
382: null;
383: --

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

382: null;
383: --
384: end;
385: --
386: hr_utility.set_location(' Leaving:'||l_proc, 10);
387: End post_update;
388: --
389: -- ----------------------------------------------------------------------------
390: -- |-----------------------------< convert_defs >-----------------------------|

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

484: l_validation_start_date date;
485: l_validation_end_date date;
486: --
487: Begin
488: hr_utility.set_location('Entering:'||l_proc, 5);
489: --
490: -- Ensure that the DateTrack update mode is valid
491: --
492: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

577: l_rec pay_pga_shd.g_rec_type;
578: l_proc varchar2(72) := g_package||'upd';
579: --
580: Begin
581: hr_utility.set_location('Entering:'||l_proc, 5);
582: --
583: -- Call conversion function to turn arguments into the
584: -- l_rec structure.
585: --

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

614: p_effective_start_date := l_rec.effective_start_date;
615: p_effective_end_date := l_rec.effective_end_date;
616: --
617: --
618: hr_utility.set_location(' Leaving:'||l_proc, 10);
619: End upd;
620: --
621: end pay_pga_upd;