DBA Data[Home] [Help]

APPS.BEN_XCV_DEL dependencies on HR_UTILITY

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

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

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

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

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

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

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

151: --
152: Begin
153: hr_utility.set_location('Entering:'||l_proc, 5);
154: --
155: hr_utility.set_location(' Leaving:'||l_proc, 10);
156: End pre_delete;
157: --
158: -- ----------------------------------------------------------------------------
159: -- |-----------------------------< 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: -- Delete ownerships if applicable
199: --

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

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

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

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

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

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

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

299: -- business process
300: --
301: del(l_rec);
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End del;
305: --
306: end ben_xcv_del;