DBA Data[Home] [Help]

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

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

274: );
275: --
276: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: Exception
280: When hr_api.check_integrity_violated Then
281: -- A check constraint has been violated
282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status

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

340: --
341: Cursor C_Sel1 is select ben_benefit_actions_s.nextval from sys.dual;
342: --
343: Begin
344: hr_utility.set_location('Entering:'||l_proc, 5);
345: --
346: --
347: -- Select the next sequence number
348: --

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

349: Open C_Sel1;
350: Fetch C_Sel1 Into p_rec.benefit_action_id;
351: Close C_Sel1;
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End pre_insert;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |-----------------------------< post_insert >------------------------------|

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

390: --
391: l_proc varchar2(72) := g_package||'post_insert';
392: --
393: Begin
394: hr_utility.set_location('Entering:'||l_proc, 5);
395: --
396: --
397: -- Start of API User Hook for post_insert.
398: --

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

514: --
515: -- End of API User Hook for post_insert.
516: --
517: --
518: hr_utility.set_location(' Leaving:'||l_proc, 10);
519: End post_insert;
520: --
521: -- ----------------------------------------------------------------------------
522: -- |---------------------------------< ins >----------------------------------|

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

529: --
530: l_proc varchar2(72) := g_package||'ins';
531: --
532: Begin
533: hr_utility.set_location('Entering:'||l_proc, 5);
534: --
535: -- Call the supporting insert validate operations
536: --
537: ben_bft_bus.insert_validate(p_rec,p_effective_date);

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

663: l_rec ben_bft_shd.g_rec_type;
664: l_proc varchar2(72) := g_package||'ins';
665: --
666: Begin
667: hr_utility.set_location('Entering:'||l_proc, 5);
668: --
669: -- Call conversion function to turn arguments into the
670: -- p_rec structure.
671: --

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

787: --
788: p_benefit_action_id := l_rec.benefit_action_id;
789: p_object_version_number := l_rec.object_version_number;
790: --
791: hr_utility.set_location(' Leaving:'||l_proc, 10);
792: End ins;
793: --
794: end ben_bft_ins;