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 380: g_debug := hr_utility.debug_enabled;

376: BEGIN
377:
378:
379: l_procedure := g_package||'check_unique_number';
380: g_debug := hr_utility.debug_enabled;
381: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
382:
383: IF g_debug THEN
384: pay_in_utils.trace('**************************************************','********************');

Line 522: g_debug := hr_utility.debug_enabled;

518: l_message VARCHAR2(250);
519:
520: BEGIN
521: l_procedure := g_package||'check_pan_format';
522: g_debug := hr_utility.debug_enabled;
523: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
524:
525: IF g_debug THEN
526: pay_in_utils.trace('**************************************************','********************');

Line 786: g_debug := hr_utility.debug_enabled;

782:
783:
784:
785: l_procedure := g_package||'check_in_person_int';
786: g_debug := hr_utility.debug_enabled;
787: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
788:
789: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
790: hr_utility.trace ('IN Legislation not installed. Not performing the validations');

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

785: l_procedure := g_package||'check_in_person_int';
786: g_debug := hr_utility.debug_enabled;
787: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
788:
789: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
790: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
791: pay_in_utils.set_location(g_debug,'Leaving : '||l_procedure, 20);
792: RETURN;
793: END IF;

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

786: g_debug := hr_utility.debug_enabled;
787: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
788:
789: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
790: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
791: pay_in_utils.set_location(g_debug,'Leaving : '||l_procedure, 20);
792: RETURN;
793: END IF;
794:

Line 1373: g_debug := hr_utility.debug_enabled;

1369:
1370: BEGIN
1371:
1372: l_procedure := g_package||'check_in_person_insert';
1373: g_debug := hr_utility.debug_enabled;
1374: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
1375:
1376: IF g_debug THEN
1377: pay_in_utils.trace('**************************************************','********************');

Line 1536: g_debug := hr_utility.debug_enabled;

1532:
1533: BEGIN
1534:
1535: l_procedure := g_package||'check_in_person_update';
1536: g_debug := hr_utility.debug_enabled;
1537: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
1538:
1539: IF g_debug THEN
1540: pay_in_utils.trace('**************************************************','********************');