DBA Data[Home] [Help]

APPS.AME_APT_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 89: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

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

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

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

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

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

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

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

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

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

234: --
235: l_proc varchar2(72) := g_package||'pre_delete';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: --
241: ame_apt_del.dt_pre_delete
242: (p_rec => p_rec

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

245: ,p_validation_start_date => p_validation_start_date
246: ,p_validation_end_date => p_validation_end_date
247: );
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);
250: End pre_delete;
251: --
252: -- ----------------------------------------------------------------------------
253: -- |----------------------------< post_delete >-------------------------------|

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

291: --
292: l_proc varchar2(72) := g_package||'post_delete';
293: --
294: Begin
295: hr_utility.set_location('Entering:'||l_proc, 5);
296: begin
297: --
298: ame_apt_rkd.after_delete
299: (p_effective_date => p_effective_date

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

329: ,p_hook_type => 'AD');
330: --
331: end;
332: --
333: hr_utility.set_location(' Leaving:'||l_proc, 10);
334: End post_delete;
335: --
336: -- ----------------------------------------------------------------------------
337: -- |---------------------------------< del >----------------------------------|

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

346: l_validation_start_date date;
347: l_validation_end_date date;
348: --
349: Begin
350: hr_utility.set_location('Entering:'||l_proc, 5);
351: --
352: -- Ensure that the DateTrack delete mode is valid
353: --
354: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

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

409: --
410: -- Call to raise any errors on multi-message list
411: hr_multi_message.end_validation_set;
412: --
413: hr_utility.set_location(' Leaving:'||l_proc, 5);
414: End del;
415: --
416: -- ----------------------------------------------------------------------------
417: -- |--------------------------------< del >-----------------------------------|

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

428: l_rec ame_apt_shd.g_rec_type;
429: l_proc varchar2(72) := g_package||'del';
430: --
431: Begin
432: hr_utility.set_location('Entering:'||l_proc, 5);
433: --
434: -- As the delete procedure accepts a plsql record structure we do need to
435: -- convert the arguments into the record structure.
436: -- We don't need to call the supplied conversion argument routine as we

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

456: p_object_version_number := l_rec.object_version_number;
457: p_start_date := l_rec.start_date;
458: p_end_date := l_rec.end_date;
459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 10);
461: End del;
462: --
463: end ame_apt_del;