DBA Data[Home] [Help]

APPS.BEN_XRC_DEL dependencies on HR_UTILITY

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

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

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

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

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

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

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

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

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

193: --
194: l_proc varchar2(72) := g_package||'post_delete';
195: --
196: Begin
197: hr_utility.set_location('Entering:'||l_proc, 5);
198: --
199: --
200: -- Delete ownerships if applicable
201: --

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

261: --
262: -- End of API User Hook for post_delete.
263: --
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End post_delete;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |---------------------------------< del >----------------------------------|

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

276: --
277: l_proc varchar2(72) := g_package||'del';
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);
281: --
282: -- We must lock the row which we need to delete.
283: --
284: ben_xrc_shd.lck

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

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

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

338: --
339: del(
340: p_effective_date,l_rec);
341: --
342: hr_utility.set_location(' Leaving:'||l_proc, 10);
343: End del;
344: --
345: end ben_xrc_del;