DBA Data[Home] [Help]

APPS.FF_FGL_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 109: hr_utility.set_location(' Leaving:'||l_proc, 15);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

436: ,p_hook_type => 'AU');
437: --
438: end;
439: --
440: hr_utility.set_location(' Leaving:'||l_proc, 10);
441: End post_update;
442: --
443: -- ----------------------------------------------------------------------------
444: -- |-----------------------------< convert_defs >-----------------------------|

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

534: l_validation_start_date date;
535: l_validation_end_date date;
536: --
537: Begin
538: hr_utility.set_location('Entering:'||l_proc, 5);
539: --
540: -- Ensure that the DateTrack update mode is valid
541: --
542: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

626: l_rec ff_fgl_shd.g_rec_type;
627: l_proc varchar2(72) := g_package||'upd';
628: --
629: Begin
630: hr_utility.set_location('Entering:'||l_proc, 5);
631: --
632: -- Call conversion function to turn arguments into the
633: -- l_rec structure.
634: --

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

662: p_effective_start_date := l_rec.effective_start_date;
663: p_effective_end_date := l_rec.effective_end_date;
664: --
665: --
666: hr_utility.set_location(' Leaving:'||l_proc, 10);
667: End upd;
668: --
669: end ff_fgl_upd;