DBA Data[Home] [Help]

APPS.BEN_XEL_DEL dependencies on HR_UTILITY

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

87: --
88: l_proc varchar2(72) := g_package||'delete_dml';
89: --
90: Begin
91: hr_utility.set_location('Entering:'||l_proc, 5);
92: --
93: ben_xel_shd.g_api_dml := true; -- Set the api dml status
94: --
95: -- Delete the ben_ext_data_elmt row.

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

98: where ext_data_elmt_id = p_rec.ext_data_elmt_id;
99: --
100: ben_xel_shd.g_api_dml := false; -- Unset the api dml status
101: --
102: hr_utility.set_location(' Leaving:'||l_proc, 10);
103: --
104: Exception
105: When hr_api.child_integrity_violated then
106: -- Child integrity has been violated

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

148: --
149: l_proc varchar2(72) := g_package||'pre_delete';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_delete;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_delete;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_delete >------------------------------|

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

191: --
192: l_proc varchar2(72) := g_package||'post_delete';
193: --
194: Begin
195: hr_utility.set_location('Entering:'||l_proc, 5);
196: --
197: --
198: -- Start of API User Hook for post_delete.
199: --

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

271: --
272: -- End of API User Hook for post_delete.
273: --
274: --
275: hr_utility.set_location(' Leaving:'||l_proc, 10);
276: End post_delete;
277: --
278: -- ----------------------------------------------------------------------------
279: -- |---------------------------------< del >----------------------------------|

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

286: --
287: l_proc varchar2(72) := g_package||'del';
288: --
289: Begin
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: --
292: -- We must lock the row which we need to delete.
293: --
294: ben_xel_shd.lck

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

330: l_rec ben_xel_shd.g_rec_type;
331: l_proc varchar2(72) := g_package||'del';
332: --
333: Begin
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: -- As the delete procedure accepts a plsql record structure we do need to
337: -- convert the arguments into the record structure.
338: -- We don't need to call the supplied conversion argument routine as we

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

348: --
349: del(
350: p_effective_date,l_rec);
351: --
352: hr_utility.set_location(' Leaving:'||l_proc, 10);
353: End del;
354: --
355: end ben_xel_del;