DBA Data[Home] [Help]

APPS.PER_IN_CON_LEG_HOOK dependencies on HR_UTILITY

Line 187: g_debug := hr_utility.debug_enabled ;

183: AND cont_information15 is not null
184: AND cont_information17 is not null;
185: BEGIN
186:
187: g_debug := hr_utility.debug_enabled ;
188: l_procedure := g_package ||'check_nominee_age';
189: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
190:
191: IF g_debug THEN

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

193: pay_in_utils.trace('p_contact_relationship_id',p_contact_relationship_id);
194: pay_in_utils.trace('**************************************************','********************');
195: END IF;
196:
197: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
198: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
199: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
200: RETURN;
201: END IF;

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

194: pay_in_utils.trace('**************************************************','********************');
195: END IF;
196:
197: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
198: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
199: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
200: RETURN;
201: END IF;
202:

Line 252: hr_utility.set_message(800,'PER_IN_GUARDIAN_DETAILS');

248: IF l_guardian_detail_flag = 0 THEN
249: ---Gardian Details---
250: pay_in_utils.set_location(g_debug,l_procedure,70);
251:
252: hr_utility.set_message(800,'PER_IN_GUARDIAN_DETAILS');
253: hr_utility.raise_error;
254: IF FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
255: fnd_log.message(LOG_LEVEL =>FND_LOG.LEVEL_EXCEPTION
256: ,MODULE =>'per.plsql.hr_in_contact_extra_info_api.create_in_contact_extra_info'

Line 253: hr_utility.raise_error;

249: ---Gardian Details---
250: pay_in_utils.set_location(g_debug,l_procedure,70);
251:
252: hr_utility.set_message(800,'PER_IN_GUARDIAN_DETAILS');
253: hr_utility.raise_error;
254: IF FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
255: fnd_log.message(LOG_LEVEL =>FND_LOG.LEVEL_EXCEPTION
256: ,MODULE =>'per.plsql.hr_in_contact_extra_info_api.create_in_contact_extra_info'
257: ,POP_MESSAGE => FALSE);

Line 266: hr_utility.set_message(800,'PER_IN_GUARDIAN_DETAILS');

262: ELSE
263:
264: pay_in_utils.set_location(g_debug,l_procedure,80);
265:
266: hr_utility.set_message(800,'PER_IN_GUARDIAN_DETAILS');
267:
268: IF FND_LOG.LEVEL_EXCEPTION >= FND_LOG.G_CURRENT_RUNTIME_LEVEL THEN
269: fnd_log.message(LOG_LEVEL =>FND_LOG.LEVEL_EXCEPTION
270: ,MODULE =>'per.plsql.hr_in_contact_extra_info_api.create_in_contact_extra_info'

Line 362: g_debug := hr_utility.debug_enabled ;

358: AND p_effective_date between effective_start_date and effective_end_date;
359:
360: BEGIN
361:
362: g_debug := hr_utility.debug_enabled ;
363: l_procedure := g_package ||'get_essential_insert_value';
364: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
365:
366: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN

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

362: g_debug := hr_utility.debug_enabled ;
363: l_procedure := g_package ||'get_essential_insert_value';
364: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
365:
366: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
367: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
368: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
369: RETURN;
370: END IF;

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

363: l_procedure := g_package ||'get_essential_insert_value';
364: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
365:
366: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
367: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
368: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
369: RETURN;
370: END IF;
371:

Line 521: g_debug := hr_utility.debug_enabled ;

517:
518:
519: BEGIN
520:
521: g_debug := hr_utility.debug_enabled ;
522: l_procedure := g_package ||'get_essential_update_value';
523: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
524:
525: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN

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

521: g_debug := hr_utility.debug_enabled ;
522: l_procedure := g_package ||'get_essential_update_value';
523: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
524:
525: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
526: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
527: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
528: RETURN;
529: END IF;

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

522: l_procedure := g_package ||'get_essential_update_value';
523: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
524:
525: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
526: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
527: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
528: RETURN;
529: END IF;
530:

Line 646: g_debug := hr_utility.debug_enabled;

642: IS
643: l_procedure VARCHAR2(100);
644: l_message VARCHAR2(255);
645: BEGIN
646: g_debug := hr_utility.debug_enabled;
647: l_procedure := g_package ||'check_in_con_int';
648: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
649:
650: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN

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

646: g_debug := hr_utility.debug_enabled;
647: l_procedure := g_package ||'check_in_con_int';
648: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
649:
650: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
651: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
652: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
653: RETURN;
654: END IF;

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

647: l_procedure := g_package ||'check_in_con_int';
648: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
649:
650: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
651: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
652: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
653: RETURN;
654: END IF;
655:

Line 762: g_debug := hr_utility.debug_enabled;

758: l_message VARCHAR2(255);
759:
760: BEGIN
761:
762: g_debug := hr_utility.debug_enabled;
763: l_procedure := g_package ||'check_in_con_insert';
764: p_message_name := 'SUCCESS';
765: pay_in_utils.null_message(p_token_name, p_token_value);
766:

Line 850: g_debug := hr_utility.debug_enabled;

846:
847: BEGIN
848:
849:
850: g_debug := hr_utility.debug_enabled;
851: l_procedure := g_package ||'check_in_con_update';
852: p_message_name := 'SUCCESS';
853: pay_in_utils.null_message(p_token_name, p_token_value);
854:

Line 890: hr_utility.trace('PER_IN_NOM_SHARE_LESS');

886:
887: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,30);
888:
889: IF p_message_name in ('PER_IN_NOM_SHARE_LESS') THEN
890: hr_utility.trace('PER_IN_NOM_SHARE_LESS');
891: pay_in_utils.trace('PER_IN_NOM_SHARE_LESS','40');
892: ELSIF p_message_name <> 'HR_7207_API_MANDATORY_ARG' THEN
893: pay_in_utils.raise_message(800, p_message_name, p_token_name, p_token_value);
894: ELSE

Line 941: g_debug := hr_utility.debug_enabled;

937: AND effective_end_date >= p_effective_date;
938:
939:
940: BEGIN
941: g_debug := hr_utility.debug_enabled;
942: l_procedure := 'get_nomination_share';
943: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
944: l_nomination_share := 0;
945: l_nom := 0;