DBA Data[Home] [Help]

APPS.GHR_CUSTOM_PAY_CAP dependencies on HR_UTILITY

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

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

Line 37: -- hr_utility.set_message(8301,'GHR_38999_PAY_CAP5');

33: -- IF p_pay_cap_in_data.pay_plan = 'XX'
34: -- AND p_pay_cap_in_data.total_salary > 1000000 THEN
35: -- p_pay_cap_out_data.open_fields := TRUE;
36: -- p_pay_cap_out_data.message_set := TRUE;
37: -- hr_utility.set_message(8301,'GHR_38999_PAY_CAP5');
38: -- END IF;
39: --END IF;
40: -- ***********************************************************/
41: --

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

39: --END IF;
40: -- ***********************************************************/
41: --
42: --
43: hr_utility.set_location('Leaving:'||l_proc, 10);
44: end custom_hook;
45: --
46: end ghr_custom_pay_cap;