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 *********************************
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;