DBA Data[Home] [Help]

APPS.GHR_PAH_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: --
60: --
61: ghr_pah_shd.g_api_dml := true; -- Set the api dml status
62: --

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

490: );
491: --
492: ghr_pah_shd.g_api_dml := false; -- Unset the api dml status
493: --
494: hr_utility.set_location(' Leaving:'||l_proc, 10);
495: Exception
496: When hr_api.check_integrity_violated Then
497: -- A check constraint has been violated
498: ghr_pah_shd.g_api_dml := false; -- Unset the api dml status

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

556: --
557: Cursor C_Sel1 is select ghr_pa_history_s.nextval from sys.dual;
558: --
559: Begin
560: hr_utility.set_location('Entering:'||l_proc, 5);
561: --
562: --
563: -- Select the next sequence number
564: --

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

565: Open C_Sel1;
566: Fetch C_Sel1 Into p_rec.pa_history_id;
567: Close C_Sel1;
568: --
569: hr_utility.set_location(' Leaving:'||l_proc, 10);
570: End pre_insert;
571: --
572: -- ----------------------------------------------------------------------------
573: -- |-----------------------------< post_insert >------------------------------|

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

605: --
606: l_proc varchar2(72) := g_package||'post_insert';
607: --
608: Begin
609: hr_utility.set_location('Entering:'||l_proc, 5);
610: --
611: -- This is a hook point and the user hook for post_insert is called here.
612: --
613: begin

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

832: );
833: end;
834: -- End of API User Hook for post_insert.
835:
836: hr_utility.set_location(' Leaving:'||l_proc, 10);
837: End post_insert;
838: --
839: -- ----------------------------------------------------------------------------
840: -- |---------------------------------< ins >----------------------------------|

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

846: --
847: l_proc varchar2(72) := g_package||'ins';
848: --
849: Begin
850: hr_utility.set_location('Entering:'||l_proc, 5);
851: --
852: -- Call the supporting insert validate operations
853: --
854: ghr_pah_bus.insert_validate(p_rec);

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

1087: l_rec ghr_pah_shd.g_rec_type;
1088: l_proc varchar2(72) := g_package||'ins';
1089: --
1090: Begin
1091: hr_utility.set_location('Entering:'||l_proc, 5);
1092: --
1093: -- Call conversion function to turn arguments into the
1094: -- p_rec structure.
1095: --

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

1319: --
1320: p_pa_history_id := l_rec.pa_history_id;
1321: --
1322: --
1323: hr_utility.set_location(' Leaving:'||l_proc, 10);
1324: End ins;
1325: --
1326: end ghr_pah_ins;