DBA Data[Home] [Help]

APPS.BEN_EIV_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: ben_eiv_shd.g_api_dml := true; -- Set the api dml status
61: --
62: -- Delete the ben_extra_input_values row.

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

65: where extra_input_value_id = p_rec.extra_input_value_id;
66: --
67: ben_eiv_shd.g_api_dml := false; -- Unset the api dml status
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 120: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

159: --
160: l_proc varchar2(72) := g_package||'post_delete';
161: --
162: Begin
163: hr_utility.set_location('Entering:'||l_proc, 5);
164: begin
165: --
166: ben_eiv_rkd.after_delete
167: (p_extra_input_value_id

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

253: ,p_hook_type => 'AD');
254: --
255: end;
256: --
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: End post_delete;
259: --
260: -- ----------------------------------------------------------------------------
261: -- |---------------------------------< del >----------------------------------|

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

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

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

307: l_rec ben_eiv_shd.g_rec_type;
308: l_proc varchar2(72) := g_package||'del';
309: --
310: Begin
311: hr_utility.set_location('Entering:'||l_proc, 5);
312: --
313: -- As the delete procedure accepts a plsql record structure we do need to
314: -- convert the arguments into the record structure.
315: -- We don't need to call the supplied conversion argument routine as we

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

324: --
325: ben_eiv_del.del(p_effective_date
326: ,l_rec);
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: End del;
330: --
331: end ben_eiv_del;