DBA Data[Home] [Help]

APPS.GHR_CUSTOM_PAY_CALC dependencies on HR_UTILITY

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

20: --
21: l_proc varchar2(72) := g_package||'custom_pay_calc';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 5);
25: --
26: /*************** Add custom code here **************/
27:
28: -- /**************** EXAMPLE *********************************

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

46: --END IF;
47: -- ***********************************************************/
48: --
49: --
50: hr_utility.set_location('Leaving:'||l_proc, 10);
51: end custom_pay_calc;
52: --
53: end ghr_custom_pay_calc;