DBA Data[Home] [Help]

APPS.BEN_XDF_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_xdf_shd.g_api_dml := true; -- Set the api dml status
94: --
95: -- Delete the ben_ext_dfn row.

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

98: where ext_dfn_id = p_rec.ext_dfn_id;
99: --
100: ben_xdf_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: delete_app_ownerships('EXT_DFN_ID', p_rec.ext_dfn_id);
198: --
199: -- Start of API User Hook for post_delete.

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

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

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

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

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

331: l_rec ben_xdf_shd.g_rec_type;
332: l_proc varchar2(72) := g_package||'del';
333: --
334: Begin
335: hr_utility.set_location('Entering:'||l_proc, 5);
336: --
337: -- As the delete procedure accepts a plsql record structure we do need to
338: -- convert the arguments into the record structure.
339: -- 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_xdf_del;