DBA Data[Home] [Help]

APPS.PER_IN_PERSON_TERM_LEG_HOOK dependencies on HR_UTILITY

Line 50: g_debug := hr_utility.debug_enabled ;

46:
47: --
48: BEGIN
49: --
50: g_debug := hr_utility.debug_enabled ;
51: l_procedure := g_package || 'actual_termination_emp_int' ;
52: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
53:
54: if g_debug then

Line 122: g_debug := hr_utility.debug_enabled ;

118: l_message VARCHAR2(255);
119: --
120: BEGIN
121: --
122: g_debug := hr_utility.debug_enabled ;
123: l_procedure := g_package || 'reverse_termination_emp_int' ;
124: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
125:
126: if g_debug then

Line 207: g_debug := hr_utility.debug_enabled ;

203: --
204: BEGIN
205: --
206:
207: g_debug := hr_utility.debug_enabled ;
208: l_procedure := g_package || 'actual_termination_emp';
209: pay_in_utils.set_location(g_debug,'Entering: '|| l_procedure,10);
210:
211: IF g_debug

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

226: pay_in_utils.trace('l_actual_termination_date : ',l_actual_termination_date);
227:
228: g_message_name := 'SUCCESS';
229: pay_in_utils.null_message (g_token_name, g_token_value);
230: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN
231: IF (l_final_process_date IS NULL)
232: THEN
233: actual_termination_emp_int
234: (p_effective_date => l_effective_date

Line 290: g_debug := hr_utility.debug_enabled ;

286:
287: --
288: BEGIN
289: --
290: g_debug := hr_utility.debug_enabled ;
291:
292: l_procedure := g_package || 'final_process_emp' ;
293: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
294:

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

302: pay_in_utils.null_message (g_token_name, g_token_value);
303: --
304: -- Check if PAY is installed for India Localization
305: --
306: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN
307:
308: pay_in_utils.set_location(g_debug,l_procedure,20);
309:
310: OPEN c_pos_dtls;

Line 379: g_debug := hr_utility.debug_enabled ;

375:
376: --
377: BEGIN
378: --
379: g_debug := hr_utility.debug_enabled ;
380:
381: l_procedure := g_package || 'reverse_termination_emp' ;
382: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
383:

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

394: pay_in_utils.null_message (g_token_name, g_token_value);
395: --
396: -- Check if PAY is installed for India Localization
397: --
398: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN
399:
400: pay_in_utils.set_location(g_debug,l_procedure,20);
401:
402: reverse_termination_emp_int

Line 475: g_debug := hr_utility.debug_enabled ;

471: l_business_group_id NUMBER;
472: --
473: BEGIN
474: --
475: g_debug := hr_utility.debug_enabled ;
476: l_procedure := g_package || 'update_pds_details' ;
477: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
478:
479: if g_debug then

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

492: --
493: -- Check if PAY is installed for India Localization
494: --
495:
496: IF hr_utility.chk_product_install('Oracle Payroll','IN') THEN
497:
498: pay_in_utils.set_location(g_debug,l_procedure,20);
499: OPEN c_pos_dtls;
500: FETCH c_pos_dtls