DBA Data[Home] [Help]

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

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

98: where ext_incl_chg_id = p_rec.ext_incl_chg_id;
99: --
100: ben_xic_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 232: hr_utility.set_location(' Leaving:'||l_proc, 10);

228: --
229: -- End of API User Hook for post_delete.
230: --
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: End post_delete;
234: --
235: -- ----------------------------------------------------------------------------
236: -- |---------------------------------< del >----------------------------------|

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

243: --
244: l_proc varchar2(72) := g_package||'del';
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: -- We must lock the row which we need to delete.
250: --
251: ben_xic_shd.lck

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

287: l_rec ben_xic_shd.g_rec_type;
288: l_proc varchar2(72) := g_package||'del';
289: --
290: Begin
291: hr_utility.set_location('Entering:'||l_proc, 5);
292: --
293: -- As the delete procedure accepts a plsql record structure we do need to
294: -- convert the arguments into the record structure.
295: -- We don't need to call the supplied conversion argument routine as we

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

305: --
306: del(
307: p_effective_date,l_rec);
308: --
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: End del;
311: --
312: end ben_xic_del;