DBA Data[Home] [Help]

APPS.PAY_RFI_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: pay_rfi_shd.g_api_dml := false; -- Unset the api dml status

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_rfi_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: --
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: End post_update;
383: --

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

377: --
378: Begin
379: hr_utility.set_location('Entering:'||l_proc, 5);
380: --
381: hr_utility.set_location(' Leaving:'||l_proc, 10);
382: End post_update;
383: --
384: -- ----------------------------------------------------------------------------
385: -- |-----------------------------< convert_defs >-----------------------------|

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

479: l_validation_start_date date;
480: l_validation_end_date date;
481: --
482: Begin
483: hr_utility.set_location('Entering:'||l_proc, 5);
484: --
485: -- Ensure that the DateTrack update mode is valid
486: --
487: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

573: l_proc varchar2(72) := g_package||'upd';
574: l_report_format_mapping_id pay_report_format_mappings_f.report_format_mapping_id%type;
575: --
576: Begin
577: hr_utility.set_location('Entering:'||l_proc, 5);
578: --
579: -- Call conversion function to turn arguments into the
580: -- l_rec structure.
581: --

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

617: p_effective_start_date := l_rec.effective_start_date;
618: p_effective_end_date := l_rec.effective_end_date;
619: --
620: --
621: hr_utility.set_location(' Leaving:'||l_proc, 10);
622: End upd;
623: --
624: end pay_rfi_upd;