DBA Data[Home] [Help]

APPS.PAY_FRR_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: pay_frr_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Delete the where the effective start date is equal

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

85: --
86: pay_frr_shd.g_api_dml := false; -- Unset the api dml status
87: End If;
88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 20);
90: --
91: Exception
92: When Others Then
93: pay_frr_shd.g_api_dml := false; -- Unset the api dml status

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

148: --
149: l_proc varchar2(72) := g_package||'delete_dml';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: pay_frr_del.dt_delete_dml
155: (p_rec => p_rec
156: ,p_effective_date => p_effective_date

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

158: ,p_validation_start_date => p_validation_start_date
159: ,p_validation_end_date => p_validation_end_date
160: );
161: --
162: hr_utility.set_location(' Leaving:'||l_proc, 10);
163: End delete_dml;
164: --
165: -- ----------------------------------------------------------------------------
166: -- |----------------------------< dt_pre_delete >-----------------------------|

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

205: --
206: l_proc varchar2(72) := g_package||'dt_pre_delete';
207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: If (p_datetrack_mode <> hr_api.g_zap) then
212: --
213: p_rec.effective_start_date

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

232: Else
233: p_rec.effective_start_date := null;
234: p_rec.effective_end_date := null;
235: End If;
236: hr_utility.set_location(' Leaving:'||l_proc, 10);
237: End dt_pre_delete;
238: --
239: -- ----------------------------------------------------------------------------
240: -- |------------------------------< pre_delete >------------------------------|

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

281: --
282: --
283: --
284: Begin
285: hr_utility.set_location('Entering:'||l_proc, 5);
286: --
287: --
288: --
289: pay_frr_del.dt_pre_delete

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

293: ,p_validation_start_date => p_validation_start_date
294: ,p_validation_end_date => p_validation_end_date
295: );
296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: End pre_delete;
299: --
300: -- ----------------------------------------------------------------------------
301: -- |----------------------------< post_delete >-------------------------------|

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

339: --
340: l_proc varchar2(72) := g_package||'post_delete';
341: --
342: Begin
343: hr_utility.set_location('Entering:'||l_proc, 5);
344: begin
345: --
346: -- Delete ownerships if applicable
347: delete_app_ownerships

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

399: ,p_hook_type => 'AD');
400: --
401: end;
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End post_delete;
405: --
406: -- ----------------------------------------------------------------------------
407: -- |---------------------------------< del >----------------------------------|

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

416: l_validation_start_date date;
417: l_validation_end_date date;
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422: -- Ensure that the DateTrack delete mode is valid
423: --
424: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

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

496: --
497: -- Call to raise any errors on multi-message list
498: hr_multi_message.end_validation_set;
499: --
500: hr_utility.set_location(' Leaving:'||l_proc, 5);
501: End del;
502: --
503: -- ----------------------------------------------------------------------------
504: -- |--------------------------------< del >-----------------------------------|

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

515: l_rec pay_frr_shd.g_rec_type;
516: l_proc varchar2(72) := g_package||'del';
517: --
518: Begin
519: hr_utility.set_location('Entering:'||l_proc, 5);
520: --
521: -- As the delete procedure accepts a plsql record structure we do need to
522: -- convert the arguments into the record structure.
523: -- We don't need to call the supplied conversion argument routine as we

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

542: p_object_version_number := l_rec.object_version_number;
543: p_effective_start_date := l_rec.effective_start_date;
544: p_effective_end_date := l_rec.effective_end_date;
545: --
546: hr_utility.set_location(' Leaving:'||l_proc, 10);
547: End del;
548: --
549: end pay_frr_del;