DBA Data[Home] [Help]

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

103: p_rec.start_date := p_validation_start_date;
104: p_rec.end_date := p_validation_end_date;
105: End If;
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 15);
108: Exception
109: When hr_api.check_integrity_violated Then
110: -- A check constraint has been violated
111: --

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

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

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

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

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

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

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

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

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

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

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

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

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

371: --
372: l_proc varchar2(72) := g_package||'post_update';
373: --
374: Begin
375: hr_utility.set_location('Entering:'||l_proc, 5);
376: begin
377: --
378: ame_gcf_rku.after_update
379: (p_effective_date

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

419: ,p_hook_type => 'AU');
420: --
421: end;
422: --
423: hr_utility.set_location(' Leaving:'||l_proc, 10);
424: End post_update;
425: --
426: -- ----------------------------------------------------------------------------
427: -- |-----------------------------< convert_defs >-----------------------------|

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

501: l_validation_start_date date;
502: l_validation_end_date date;
503: --
504: Begin
505: hr_utility.set_location('Entering:'||l_proc, 5);
506: --
507: -- Ensure that the DateTrack update mode is valid
508: --
509: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);

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

591: l_rec ame_gcf_shd.g_rec_type;
592: l_proc varchar2(72) := g_package||'upd';
593: --
594: Begin
595: hr_utility.set_location('Entering:'||l_proc, 5);
596: --
597: -- Call conversion function to turn arguments into the
598: -- l_rec structure.
599: --

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

624: p_start_date := l_rec.start_date;
625: p_end_date := l_rec.end_date;
626: --
627: --
628: hr_utility.set_location(' Leaving:'||l_proc, 10);
629: End upd;
630: --
631: end ame_gcf_upd;