DBA Data[Home] [Help]

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

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

228: );
229: --
230: ben_pel_shd.g_api_dml := false; -- Unset the api dml status
231: --
232: hr_utility.set_location(' Leaving:'||l_proc, 10);
233: Exception
234: When hr_api.check_integrity_violated Then
235: -- A check constraint has been violated
236: ben_pel_shd.g_api_dml := false; -- Unset the api dml status

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

294: --
295: Cursor C_Sel1 is select ben_pil_elctbl_chc_popl_s.nextval from sys.dual;
296: --
297: Begin
298: hr_utility.set_location('Entering:'||l_proc, 5);
299: --
300: --
301: -- Select the next sequence number
302: --

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

303: Open C_Sel1;
304: Fetch C_Sel1 Into p_rec.pil_elctbl_chc_popl_id;
305: Close C_Sel1;
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End pre_insert;
309: --
310: -- ----------------------------------------------------------------------------
311: -- |-----------------------------< post_insert >------------------------------|

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

344: --
345: l_proc varchar2(72) := g_package||'post_insert';
346: --
347: Begin
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: --
351: -- Start of API User Hook for post_insert.
352: --

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

449: --
450: -- End of API User Hook for post_insert.
451: --
452: --
453: hr_utility.set_location(' Leaving:'||l_proc, 10);
454: End post_insert;
455: --
456: -- ----------------------------------------------------------------------------
457: -- |---------------------------------< ins >----------------------------------|

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

464: --
465: l_proc varchar2(72) := g_package||'ins';
466: --
467: Begin
468: hr_utility.set_location('Entering:'||l_proc, 5);
469: --
470: -- Call the supporting insert validate operations
471: --
472: ben_pel_bus.insert_validate(p_rec

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

592: l_rec ben_pel_shd.g_rec_type;
593: l_proc varchar2(72) := g_package||'ins';
594: --
595: Begin
596: hr_utility.set_location('Entering:'||l_proc, 5);
597: --
598: -- Call conversion function to turn arguments into the
599: -- p_rec structure.
600: --

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

694: --
695: p_pil_elctbl_chc_popl_id := l_rec.pil_elctbl_chc_popl_id;
696: p_object_version_number := l_rec.object_version_number;
697: --
698: hr_utility.set_location(' Leaving:'||l_proc, 10);
699: End ins;
700: --
701: end ben_pel_ins;