DBA Data[Home] [Help]

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

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

222: );
223: --
224: ben_enp_shd.g_api_dml := false; -- Unset the api dml status
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: Exception
228: When hr_api.check_integrity_violated Then
229: -- A check constraint has been violated
230: ben_enp_shd.g_api_dml := false; -- Unset the api dml status

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

288: --
289: Cursor C_Sel1 is select ben_enrt_perd_s.nextval from sys.dual;
290: --
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: --
295: -- Select the next sequence number
296: --

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

297: Open C_Sel1;
298: Fetch C_Sel1 Into p_rec.enrt_perd_id;
299: Close C_Sel1;
300: --
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: End pre_insert;
303: --
304: -- ----------------------------------------------------------------------------
305: -- |-----------------------------< post_insert >------------------------------|

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

338: --
339: l_proc varchar2(72) := g_package||'post_insert';
340: --
341: Begin
342: hr_utility.set_location('Entering:'||l_proc, 5);
343: --
344: --
345: -- Start of API User Hook for post_insert.
346: --

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

442: -- End of API User Hook for post_insert.
443: --
444: --
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: End post_insert;
448: --
449: -- ----------------------------------------------------------------------------
450: -- |---------------------------------< ins >----------------------------------|

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

457: --
458: l_proc varchar2(72) := g_package||'ins';
459: --
460: Begin
461: hr_utility.set_location('Entering:'||l_proc, 5);
462: --
463: -- Call the supporting insert validate operations
464: --
465: ben_enp_bus.insert_validate(p_rec

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

568: l_rec ben_enp_shd.g_rec_type;
569: l_proc varchar2(72) := g_package||'ins';
570: --
571: Begin
572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- Call conversion function to turn arguments into the
575: -- p_rec structure.
576: --

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

668: --
669: p_enrt_perd_id := l_rec.enrt_perd_id;
670: p_object_version_number := l_rec.object_version_number;
671: --
672: hr_utility.set_location(' Leaving:'||l_proc, 10);
673: End ins;
674: --
675: end ben_enp_ins;