DBA Data[Home] [Help]

APPS.BEN_XCL_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_xcl_shd.g_api_dml := true; -- Set the api dml status
62: --

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

128: );
129: --
130: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status
131: --
132: hr_utility.set_location(' Leaving:'||l_proc, 10);
133: Exception
134: When hr_api.check_integrity_violated Then
135: -- A check constraint has been violated
136: ben_xcl_shd.g_api_dml := false; -- Unset the api dml status

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

196: select ben_ext_chg_evt_log_s.nextval from sys.dual;
197: --
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: --
202: open c1;
203: Fetch c1 Into p_rec.ext_chg_evt_log_id;
204: close c1;

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

203: Fetch c1 Into p_rec.ext_chg_evt_log_id;
204: close c1;
205: --
206: --
207: hr_utility.set_location(' Leaving:'||l_proc, 10);
208: End pre_insert;
209: --
210: -- ----------------------------------------------------------------------------
211: -- |-----------------------------< post_insert >------------------------------|

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

244: --
245: l_proc varchar2(72) := g_package||'post_insert';
246: --
247: Begin
248: hr_utility.set_location('Entering:'||l_proc, 5);
249: --
250: --
251: -- Start of API User Hook for post_insert.
252: --

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

299: --
300: -- End of API User Hook for post_insert.
301: --
302: --
303: hr_utility.set_location(' Leaving:'||l_proc, 10);
304: End post_insert;
305: --
306: -- ----------------------------------------------------------------------------
307: -- |---------------------------------< ins >----------------------------------|

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

314: --
315: l_proc varchar2(72) := g_package||'ins';
316: --
317: Begin
318: hr_utility.set_location('Entering:'||l_proc, 5);
319: --
320: -- Call the supporting insert validate operations
321: --
322: ben_xcl_bus.insert_validate(p_rec

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

377: l_rec ben_xcl_shd.g_rec_type;
378: l_proc varchar2(72) := g_package||'ins';
379: --
380: Begin
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- Call conversion function to turn arguments into the
384: -- p_rec structure.
385: --

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

429: --
430: p_ext_chg_evt_log_id := l_rec.ext_chg_evt_log_id;
431: p_object_version_number := l_rec.object_version_number;
432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End ins;
435: --
436: end ben_xcl_ins;