DBA Data[Home] [Help]

APPS.BEN_BNR_DEL dependencies on HR_UTILITY

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

52: --
53: l_proc varchar2(72) := g_package||'delete_dml';
54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_bnr_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_rptg_grp row.

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

65: delete from ben_rptg_grp_tl
66: where rptg_grp_id = p_rec.rptg_grp_id;
67: ben_bnr_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 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 162: hr_utility.set_location('Entering:'||l_proc, 5);

158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: --
165: -- Start of API User Hook for post_delete.
166: --

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

222: --
223: -- End of API User Hook for post_delete.
224: --
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_delete;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |---------------------------------< del >----------------------------------|

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

237: --
238: l_proc varchar2(72) := g_package||'del';
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --
243: -- We must lock the row which we need to delete.
244: --
245: ben_bnr_shd.lck

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

280: l_rec ben_bnr_shd.g_rec_type;
281: l_proc varchar2(72) := g_package||'del';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- As the delete procedure accepts a plsql record structure we do need to
287: -- convert the arguments into the record structure.
288: -- We don't need to call the supplied conversion argument routine as we

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

297: --
298: del(
299: p_effective_date,l_rec);
300: --
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: End del;
303: --
304: end ben_bnr_del;