DBA Data[Home] [Help]

APPS.PER_IN_PERSON_LEG_HOOK dependencies on HR_UTILITY

Line 282: g_debug := hr_utility.debug_enabled;

278:
279: BEGIN
280:
281: l_procedure := g_package||'chk_person_type';
282: g_debug := hr_utility.debug_enabled;
283: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
284:
285: IF g_debug THEN
286: pay_in_utils.trace('p_code',p_code);

Line 390: g_debug := hr_utility.debug_enabled;

386:
387: BEGIN
388:
389: l_procedure := g_package||'check_unique_number';
390: g_debug := hr_utility.debug_enabled;
391: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
392:
393: IF g_debug THEN
394: pay_in_utils.trace('**************************************************','********************');

Line 500: g_debug := hr_utility.debug_enabled;

496: l_message VARCHAR2(250);
497:
498: BEGIN
499: l_procedure := g_package||'check_pan_format';
500: g_debug := hr_utility.debug_enabled;
501: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
502:
503: IF g_debug THEN
504: pay_in_utils.trace('**************************************************','********************');

Line 764: g_debug := hr_utility.debug_enabled;

760:
761:
762:
763: l_procedure := g_package||'check_in_person_int';
764: g_debug := hr_utility.debug_enabled;
765: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
766:
767: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
768: hr_utility.trace ('IN Legislation not installed. Not performing the validations');

Line 767: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN

763: l_procedure := g_package||'check_in_person_int';
764: g_debug := hr_utility.debug_enabled;
765: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
766:
767: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
768: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
769: pay_in_utils.set_location(g_debug,'Leaving : '||l_procedure, 20);
770: RETURN;
771: END IF;

Line 768: hr_utility.trace ('IN Legislation not installed. Not performing the validations');

764: g_debug := hr_utility.debug_enabled;
765: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
766:
767: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
768: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
769: pay_in_utils.set_location(g_debug,'Leaving : '||l_procedure, 20);
770: RETURN;
771: END IF;
772:

Line 1326: g_debug := hr_utility.debug_enabled;

1322:
1323: BEGIN
1324:
1325: l_procedure := g_package||'check_in_person_insert';
1326: g_debug := hr_utility.debug_enabled;
1327: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
1328:
1329: IF g_debug THEN
1330: pay_in_utils.trace('**************************************************','********************');

Line 1489: g_debug := hr_utility.debug_enabled;

1485:
1486: BEGIN
1487:
1488: l_procedure := g_package||'check_in_person_update';
1489: g_debug := hr_utility.debug_enabled;
1490: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
1491:
1492: IF g_debug THEN
1493: pay_in_utils.trace('**************************************************','********************');