DBA Data[Home] [Help]

APPS.BEN_ENB_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_enb_shd.g_api_dml := true; -- Set the api dml status
62: --

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

186: );
187: --
188: ben_enb_shd.g_api_dml := false; -- Unset the api dml status
189: --
190: hr_utility.set_location(' Leaving:'||l_proc, 10);
191: Exception
192: When hr_api.check_integrity_violated Then
193: -- A check constraint has been violated
194: ben_enb_shd.g_api_dml := false; -- Unset the api dml status

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

252: --
253: Cursor C_Sel1 is select ben_enrt_bnft_s.nextval from sys.dual;
254: --
255: Begin
256: hr_utility.set_location('Entering:'||l_proc, 5);
257: --
258: --
259: -- Select the next sequence number
260: --

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

261: Open C_Sel1;
262: Fetch C_Sel1 Into p_rec.enrt_bnft_id;
263: Close C_Sel1;
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: End pre_insert;
267: --
268: -- ----------------------------------------------------------------------------
269: -- |-----------------------------< post_insert >------------------------------|

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

302: --
303: l_proc varchar2(72) := g_package||'post_insert';
304: --
305: Begin
306: hr_utility.set_location('Entering:'||l_proc, 5);
307: --
308: --
309: -- Start of API User Hook for post_insert.
310: --

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

386: --
387: -- End of API User Hook for post_insert.
388: --
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_insert;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |---------------------------------< ins >----------------------------------|

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

401: --
402: l_proc varchar2(72) := g_package||'ins';
403: --
404: Begin
405: hr_utility.set_location('Entering:'||l_proc, 5);
406: --
407: -- Call the supporting insert validate operations
408: --
409: ben_enb_bus.insert_validate(p_rec

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

493: l_rec ben_enb_shd.g_rec_type;
494: l_proc varchar2(72) := g_package||'ins';
495: --
496: Begin
497: hr_utility.set_location('Entering:'||l_proc, 5);
498: --
499: -- Call conversion function to turn arguments into the
500: -- p_rec structure.
501: --

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

574: --
575: p_enrt_bnft_id := l_rec.enrt_bnft_id;
576: p_object_version_number := l_rec.object_version_number;
577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);
579: End ins;
580: --
581: end ben_enb_ins;
582: