DBA Data[Home] [Help]

APPS.AME_MAN_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_man_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 194: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

337: ,p_hook_type => 'AD');
338: --
339: end;
340: --
341: hr_utility.set_location(' Leaving:'||l_proc, 10);
342: End post_delete;
343: --
344: -- ----------------------------------------------------------------------------
345: -- |---------------------------------< del >----------------------------------|

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

354: l_validation_start_date date;
355: l_validation_end_date date;
356: --
357: Begin
358: hr_utility.set_location('Entering:'||l_proc, 5);
359: --
360: -- Ensure that the DateTrack delete mode is valid
361: --
362: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

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

417: --
418: -- Call to raise any errors on multi-message list
419: hr_multi_message.end_validation_set;
420: --
421: hr_utility.set_location(' Leaving:'||l_proc, 5);
422: End del;
423: --
424: -- ----------------------------------------------------------------------------
425: -- |--------------------------------< del >-----------------------------------|

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

437: l_rec ame_man_shd.g_rec_type;
438: l_proc varchar2(72) := g_package||'del';
439: --
440: Begin
441: hr_utility.set_location('Entering:'||l_proc, 5);
442: --
443: -- As the delete procedure accepts a plsql record structure we do need to
444: -- convert the arguments into the record structure.
445: -- We don't need to call the supplied conversion argument routine as we

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

467: p_object_version_number := l_rec.object_version_number;
468: p_start_date := l_rec.start_date;
469: p_end_date := l_rec.end_date;
470: --
471: hr_utility.set_location(' Leaving:'||l_proc, 10);
472: End del;
473: --
474: end ame_man_del;