DBA Data[Home] [Help]

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

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

108: --
109: l_proc varchar2(72) := g_package||'delete_dml';
110: --
111: Begin
112: hr_utility.set_location('Entering:'||l_proc, 5);
113: --
114: pay_pgr_del.dt_delete_dml
115: (p_rec => p_rec
116: ,p_effective_date => p_effective_date

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

118: ,p_validation_start_date => p_validation_start_date
119: ,p_validation_end_date => p_validation_end_date
120: );
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: End delete_dml;
124: --
125: -- ----------------------------------------------------------------------------
126: -- |----------------------------< dt_pre_delete >-----------------------------|

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

166: l_proc varchar2(72) := g_package||'dt_pre_delete';
167: l_return varchar2(30);
168: --
169: Begin
170: hr_utility.set_location('Entering:'||l_proc, 5);
171: --
172:
173: --
174: -- Call pqh_gsp_sync_compensation_obj.delete_std_rt_for_grade_rule

Line 191: hr_utility.trace('pqh_gsp_sync_compensation_obj.delete_std_for_grade_rule : '

187: fnd_message.set_token('ERR_CODE','-9');
188: --
189: fnd_message.raise_error;
190: End if;
191: hr_utility.trace('pqh_gsp_sync_compensation_obj.delete_std_for_grade_rule : '
192: || l_return);
193:
194: If (p_datetrack_mode <> hr_api.g_zap) then
195: --

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

215: Else
216: p_rec.effective_start_date := null;
217: p_rec.effective_end_date := null;
218: End If;
219: hr_utility.set_location(' Leaving:'||l_proc, 10);
220: End dt_pre_delete;
221: --
222: -- ----------------------------------------------------------------------------
223: -- |------------------------------< pre_delete >------------------------------|

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

264: --
265: --
266: --
267: Begin
268: hr_utility.set_location('Entering:'||l_proc, 5);
269: --
270: --
271: --
272: pay_pgr_del.dt_pre_delete

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

276: ,p_validation_start_date => p_validation_start_date
277: ,p_validation_end_date => p_validation_end_date
278: );
279: --
280: hr_utility.set_location(' Leaving:'||l_proc, 10);
281: End pre_delete;
282: --
283: -- ----------------------------------------------------------------------------
284: -- |----------------------------< post_delete >-------------------------------|

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

322: --
323: l_proc varchar2(72) := g_package||'post_delete';
324: --
325: Begin
326: hr_utility.set_location('Entering:'||l_proc, 5);
327: begin
328: --
329: pay_pgr_rkd.after_delete
330: (p_effective_date

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

386: ,p_hook_type => 'AD');
387: --
388: end;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_delete;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |---------------------------------< del >----------------------------------|

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

403: l_validation_start_date date;
404: l_validation_end_date date;
405: --
406: Begin
407: hr_utility.set_location('Entering:'||l_proc, 5);
408: --
409: -- Ensure that the DateTrack delete mode is valid
410: --
411: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);

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

465: --
466: -- Call to raise any errors on multi-message list
467: hr_multi_message.end_validation_set;
468: --
469: hr_utility.set_location(' Leaving:'||l_proc, 5);
470: End del;
471: --
472: -- ----------------------------------------------------------------------------
473: -- |--------------------------------< del >-----------------------------------|

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

484: l_rec pay_pgr_shd.g_rec_type;
485: l_proc varchar2(72) := g_package||'del';
486: --
487: Begin
488: hr_utility.set_location('Entering:'||l_proc, 5);
489: --
490: -- As the delete procedure accepts a plsql record structure we do need to
491: -- convert the arguments into the record structure.
492: -- We don't need to call the supplied conversion argument routine as we

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

511: p_object_version_number := l_rec.object_version_number;
512: p_effective_start_date := l_rec.effective_start_date;
513: p_effective_end_date := l_rec.effective_end_date;
514: --
515: hr_utility.set_location(' Leaving:'||l_proc, 10);
516: End del;
517: --
518: end pay_pgr_del;