DBA Data[Home] [Help]

APPS.PER_IN_DISABILITY_LEG_HOOK dependencies on HR_UTILITY

Line 88: g_debug := hr_utility.debug_enabled;

84:
85: --
86: BEGIN
87: --
88: g_debug := hr_utility.debug_enabled;
89: l_procedure := g_package || 'emp_disability_int';
90: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
91:
92: IF g_debug THEN

Line 176: g_debug := hr_utility.debug_enabled ;

172:
173: --
174: BEGIN
175: --
176: g_debug := hr_utility.debug_enabled ;
177:
178: l_procedure := g_package || 'emp_disability_create' ;
179: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
180: g_message_name := 'SUCCESS';

Line 196: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN

192: END IF;
193: --
194: -- Check if PAY is installed for India Localization
195: --
196: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN
197:
198: pay_in_utils.set_location(g_debug,l_procedure,20);
199:
200: emp_disability_int

Line 270: g_debug := hr_utility.debug_enabled ;

266: AND p_effective_date BETWEEN effective_start_date AND effective_end_date;
267:
268: BEGIN
269: --
270: g_debug := hr_utility.debug_enabled ;
271:
272: l_procedure := g_package || 'emp_disability_update' ;
273: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
274: g_message_name := 'SUCCESS';

Line 290: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN

286: END IF;
287: --
288: -- Check if PAY is installed for India Localization
289: --
290: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN
291:
292: pay_in_utils.set_location(g_debug,l_procedure,20);
293:
294: OPEN c_person_id;