DBA Data[Home] [Help]

APPS.AME_ATU_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_atu_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 192: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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