DBA Data[Home] [Help]

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

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

98: where ext_incl_data_elmt_id = p_rec.ext_incl_data_elmt_id;
99: --
100: ben_xid_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 194: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

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

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

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

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

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

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

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