DBA Data[Home] [Help]

APPS.PAY_AIF_DEL dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pay_action_information row.

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

65: where action_information_id = p_rec.action_information_id;
66: --
67: --
68: --
69: hr_utility.set_location(' Leaving:'||l_proc, 10);
70: --
71: Exception
72: When hr_api.child_integrity_violated then
73: -- Child integrity has been violated

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

115: --
116: l_proc varchar2(72) := g_package||'pre_delete';
117: --
118: Begin
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: End pre_delete;
123: --

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

117: --
118: Begin
119: hr_utility.set_location('Entering:'||l_proc, 5);
120: --
121: hr_utility.set_location(' Leaving:'||l_proc, 10);
122: End pre_delete;
123: --
124: -- ----------------------------------------------------------------------------
125: -- |-----------------------------< post_delete >------------------------------|

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

157: --
158: l_proc varchar2(72) := g_package||'post_delete';
159: --
160: Begin
161: hr_utility.set_location('Entering:'||l_proc, 5);
162: begin
163: --
164: pay_aif_rkd.after_delete
165: (p_action_information_id

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

257: ,p_hook_type => 'AD');
258: --
259: end;
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End post_delete;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |---------------------------------< del >----------------------------------|

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

270: --
271: l_proc varchar2(72) := g_package||'del';
272: --
273: Begin
274: hr_utility.set_location('Entering:'||l_proc, 5);
275: --
276: -- We must lock the row which we need to delete.
277: --
278: pay_aif_shd.lck

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

317: l_rec pay_aif_shd.g_rec_type;
318: l_proc varchar2(72) := g_package||'del';
319: --
320: Begin
321: hr_utility.set_location('Entering:'||l_proc, 5);
322: --
323: -- As the delete procedure accepts a plsql record structure we do need to
324: -- convert the arguments into the record structure.
325: -- We don't need to call the supplied conversion argument routine as we

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

333: -- business process
334: --
335: pay_aif_del.del(l_rec);
336: --
337: hr_utility.set_location(' Leaving:'||l_proc, 10);
338: End del;
339: --
340: end pay_aif_del;