DBA Data[Home] [Help]

APPS.PER_IN_EXTRA_ASG_INFO_LEG_HOOK dependencies on HR_UTILITY

Line 73: g_debug := hr_utility.debug_enabled;

69:
70: BEGIN
71:
72: l_procedure := g_package ||'check_asg_extra_info_insert';
73: g_debug := hr_utility.debug_enabled;
74: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
75:
76: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
77: pay_in_utils.trace('IN Legislation not installed. Not performing the validations','20');

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

72: l_procedure := g_package ||'check_asg_extra_info_insert';
73: g_debug := hr_utility.debug_enabled;
74: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
75:
76: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
77: pay_in_utils.trace('IN Legislation not installed. Not performing the validations','20');
78: RETURN;
79: END IF;
80:

Line 266: g_debug := hr_utility.debug_enabled;

262: BEGIN
263:
264:
265: l_procedure := g_package ||'check_asg_extra_info_update';
266: g_debug := hr_utility.debug_enabled;
267: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
268:
269: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
270: pay_in_utils.trace('IN Legislation not installed. Not performing the validations','20');

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

265: l_procedure := g_package ||'check_asg_extra_info_update';
266: g_debug := hr_utility.debug_enabled;
267: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
268:
269: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
270: pay_in_utils.trace('IN Legislation not installed. Not performing the validations','20');
271: RETURN;
272: END IF;
273:

Line 540: g_debug := hr_utility.debug_enabled ;

536:
537: BEGIN
538: p_message := 'SUCCESS';
539: l_procedure := g_package ||'check_asg_extra_info_int';
540: g_debug := hr_utility.debug_enabled ;
541: pay_in_utils.set_location(g_debug,'Entering: '||l_procedure,10);
542:
543: IF p_aei_information_category = 'PER_IN_PF_REMARKS'
544: OR p_aei_information_category = 'PER_IN_ESI_REMARKS' THEN