DBA Data[Home] [Help]

APPS.PAY_IPD_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: pay_ipd_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.effective_start_date

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

187: Else
188: p_rec.effective_start_date := null;
189: p_rec.effective_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 240: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

362: ,p_hook_type => 'AD');
363: --
364: end;
365: --
366: hr_utility.set_location(' Leaving:'||l_proc, 10);
367: End post_delete;
368: --
369: -- ----------------------------------------------------------------------------
370: -- |---------------------------------< del >----------------------------------|

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

379: l_validation_start_date date;
380: l_validation_end_date date;
381: --
382: Begin
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- Ensure that the DateTrack delete mode is valid
386: --
387: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

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

435: ,p_validation_start_date => l_validation_start_date
436: ,p_validation_end_date => l_validation_end_date
437: );
438: --
439: hr_utility.set_location(' Leaving:'||l_proc, 5);
440: End del;
441: --
442: -- ----------------------------------------------------------------------------
443: -- |--------------------------------< del >-----------------------------------|

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

454: l_rec pay_ipd_shd.g_rec_type;
455: l_proc varchar2(72) := g_package||'del';
456: --
457: Begin
458: hr_utility.set_location('Entering:'||l_proc, 5);
459: --
460: -- As the delete procedure accepts a plsql record structure we do need to
461: -- convert the arguments into the record structure.
462: -- We don't need to call the supplied conversion argument routine as we

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

481: p_object_version_number := l_rec.object_version_number;
482: p_effective_start_date := l_rec.effective_start_date;
483: p_effective_end_date := l_rec.effective_end_date;
484: --
485: hr_utility.set_location(' Leaving:'||l_proc, 10);
486: End del;
487: --
488: end pay_ipd_del;