DBA Data[Home] [Help]

APPS.PER_IN_CON_LEG_HOOK dependencies on HR_UTILITY

Line 186: g_debug := hr_utility.debug_enabled ;

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

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

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

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

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

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

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

Line 252: hr_utility.raise_error;

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

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

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

Line 360: g_debug := hr_utility.debug_enabled ;

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

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

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

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

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

Line 519: g_debug := hr_utility.debug_enabled ;

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

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

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

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

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

Line 643: g_debug := hr_utility.debug_enabled;

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

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

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

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

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

Line 757: g_debug := hr_utility.debug_enabled;

753: l_message VARCHAR2(255);
754:
755: BEGIN
756:
757: g_debug := hr_utility.debug_enabled;
758: l_procedure := g_package ||'check_in_con_insert';
759: p_message_name := 'SUCCESS';
760: pay_in_utils.null_message(p_token_name, p_token_value);
761:

Line 843: g_debug := hr_utility.debug_enabled;

839:
840: BEGIN
841:
842:
843: g_debug := hr_utility.debug_enabled;
844: l_procedure := g_package ||'check_in_con_update';
845: p_message_name := 'SUCCESS';
846: pay_in_utils.null_message(p_token_name, p_token_value);
847:

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

878:
879: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,30);
880:
881: IF p_message_name in ('PER_IN_NOM_SHARE_LESS') THEN
882: hr_utility.trace('PER_IN_NOM_SHARE_LESS');
883: pay_in_utils.trace('PER_IN_NOM_SHARE_LESS','40');
884: ELSIF p_message_name <> 'HR_7207_API_MANDATORY_ARG' THEN
885: pay_in_utils.raise_message(800, p_message_name, p_token_name, p_token_value);
886: ELSE

Line 933: g_debug := hr_utility.debug_enabled;

929: AND effective_end_date >= p_effective_date;
930:
931:
932: BEGIN
933: g_debug := hr_utility.debug_enabled;
934: l_procedure := 'get_nomination_share';
935: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
936: l_nomination_share := 0;
937: l_nom := 0;