DBA Data[Home] [Help]

APPS.AME_RLU_DEL dependencies on HR_UTILITY

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

60: --
61: l_proc varchar2(72) := g_package||'dt_delete_dml';
62: --
63: Begin
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: If (p_datetrack_mode = hr_api.g_delete_next_change) then
66: --
67: --
68: -- Delete the where the effective start date is equal

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

87: --
88: --
89: End If;
90: --
91: hr_utility.set_location(' Leaving:'||l_proc, 20);
92: --
93: End dt_delete_dml;
94: --
95: -- ----------------------------------------------------------------------------

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

105: --
106: l_proc varchar2(72) := g_package||'delete_dml';
107: --
108: Begin
109: hr_utility.set_location('Entering:'||l_proc, 5);
110: --
111: ame_rlu_del.dt_delete_dml
112: (p_rec => p_rec
113: ,p_effective_date => p_effective_date

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

115: ,p_validation_start_date => p_validation_start_date
116: ,p_validation_end_date => p_validation_end_date
117: );
118: --
119: hr_utility.set_location(' Leaving:'||l_proc, 10);
120: End delete_dml;
121: --
122: -- ----------------------------------------------------------------------------
123: -- |----------------------------< dt_pre_delete >-----------------------------|

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

162: --
163: l_proc varchar2(72) := g_package||'dt_pre_delete';
164: --
165: Begin
166: hr_utility.set_location('Entering:'||l_proc, 5);
167: --
168: If (p_datetrack_mode <> hr_api.g_zap) then
169: --
170: p_rec.start_date

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

189: Else
190: p_rec.start_date := null;
191: p_rec.end_date := null;
192: End If;
193: hr_utility.set_location(' Leaving:'||l_proc, 10);
194: End dt_pre_delete;
195: --
196: -- ----------------------------------------------------------------------------
197: -- |------------------------------< pre_delete >------------------------------|

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

238: --
239: --
240: --
241: Begin
242: hr_utility.set_location('Entering:'||l_proc, 5);
243: --
244: --
245: --
246: ame_rlu_del.dt_pre_delete

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

250: ,p_validation_start_date => p_validation_start_date
251: ,p_validation_end_date => p_validation_end_date
252: );
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: End pre_delete;
256: --
257: -- ----------------------------------------------------------------------------
258: -- |----------------------------< post_delete >-------------------------------|

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

296: --
297: l_proc varchar2(72) := g_package||'post_delete';
298: --
299: Begin
300: hr_utility.set_location('Entering:'||l_proc, 5);
301: begin
302: --
303: ame_rlu_rkd.after_delete
304: (p_effective_date

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

342: ,p_hook_type => 'AD');
343: --
344: end;
345: --
346: hr_utility.set_location(' Leaving:'||l_proc, 10);
347: End post_delete;
348: --
349: -- ----------------------------------------------------------------------------
350: -- |---------------------------------< del >----------------------------------|

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

359: l_validation_start_date date;
360: l_validation_end_date date;
361: --
362: Begin
363: hr_utility.set_location('Entering:'||l_proc, 5);
364: --
365: -- Ensure that the DateTrack delete mode is valid
366: --
367: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

Line 427: hr_utility.set_location(' Leaving:'||l_proc, 5);

423: --
424: -- Call to raise any errors on multi-message list
425: hr_multi_message.end_validation_set;
426: --
427: hr_utility.set_location(' Leaving:'||l_proc, 5);
428: End del;
429: --
430: -- ----------------------------------------------------------------------------
431: -- |--------------------------------< del >-----------------------------------|

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

443: l_rec ame_rlu_shd.g_rec_type;
444: l_proc varchar2(72) := g_package||'del';
445: --
446: Begin
447: hr_utility.set_location('Entering:'||l_proc, 5);
448: --
449: -- As the delete procedure accepts a plsql record structure we do need to
450: -- convert the arguments into the record structure.
451: -- We don't need to call the supplied conversion argument routine as we

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

474: p_object_version_number := l_rec.object_version_number;
475: p_start_date := l_rec.start_date;
476: p_end_date := l_rec.end_date;
477: --
478: hr_utility.set_location(' Leaving:'||l_proc, 10);
479: End del;
480: --
481: end ame_rlu_del;