DBA Data[Home] [Help]

APPS.PAY_ETP_DEL_ND 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_etp_shd_nd.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_etp_shd_nd.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_etp_shd_nd.g_api_dml := false; -- Unset the api dml status

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

145: --
146: l_proc varchar2(72) := g_package||'delete_dml';
147: --
148: Begin
149: hr_utility.set_location('Entering:'||l_proc, 5);
150: --
151: pay_etp_del_nd.dt_delete_dml
152: (p_rec => p_rec
153: ,p_effective_date => p_effective_date

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

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

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

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

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

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

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

294: or t2.effective_end_date < p_validation_start_date));
295: --
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: --
301: -- Delete any possible comments
302: --

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

312: ,p_validation_start_date => p_validation_start_date
313: ,p_validation_end_date => p_validation_end_date
314: );
315: --
316: hr_utility.set_location(' Leaving:'||l_proc, 10);
317: End pre_delete;
318: --
319: -- ----------------------------------------------------------------------------
320: -- |----------------------------< post_delete >-------------------------------|

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

358: --
359: l_proc varchar2(72) := g_package||'post_delete';
360: --
361: Begin
362: hr_utility.set_location('Entering:'||l_proc, 5);
363: begin
364: --
365: -- Delete ownerships if applicable
366: delete_app_ownerships

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

577: ,p_hook_type => 'AD');
578: --
579: end;
580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: End post_delete;
583: --
584: -- ----------------------------------------------------------------------------
585: -- |---------------------------------< del >----------------------------------|

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

609: and effective_end_date
610: for update;
611: --
612: Begin
613: hr_utility.set_location('Entering:'||l_proc, 5);
614: --
615: -- Ensure that the DateTrack delete mode is valid
616: --
617: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

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

774: --
775: -- Call to raise any errors on multi-message list
776: hr_multi_message.end_validation_set;
777: --
778: hr_utility.set_location(' Leaving:'||l_proc, 5);
779: End del;
780: --
781: -- ----------------------------------------------------------------------------
782: -- |--------------------------------< del >-----------------------------------|

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

797: l_balance_feeds_warning boolean;
798: l_processing_rules_warning boolean;
799: --
800: Begin
801: hr_utility.set_location('Entering:'||l_proc, 5);
802: --
803: -- As the delete procedure accepts a plsql record structure we do need to
804: -- convert the arguments into the record structure.
805: -- We don't need to call the supplied conversion argument routine as we

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

828: p_effective_end_date := l_rec.effective_end_date;
829: p_balance_feeds_warning := l_balance_feeds_warning;
830: p_processing_rules_warning := l_processing_rules_warning;
831: --
832: hr_utility.set_location(' Leaving:'||l_proc, 10);
833: End del;
834: --
835: end pay_etp_del_nd;