DBA Data[Home] [Help]

APPS.PER_IN_PREV_EMPLOYER_LEG_HOOK dependencies on HR_UTILITY

Line 145: g_debug := hr_utility.debug_enabled;

141:
142: BEGIN
143:
144: l_procedure := g_package||'check_prev_emp_int';
145: g_debug := hr_utility.debug_enabled;
146: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
147:
148: p_message_name := 'SUCCESS';
149: pay_in_utils.null_message(p_token_name, p_token_value);

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

147:
148: p_message_name := 'SUCCESS';
149: pay_in_utils.null_message(p_token_name, p_token_value);
150:
151: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
152: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
153: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
154: RETURN;
155: END IF;

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

148: p_message_name := 'SUCCESS';
149: pay_in_utils.null_message(p_token_name, p_token_value);
150:
151: IF NOT hr_utility.chk_product_install('Oracle Human Resources', 'IN') THEN
152: hr_utility.trace ('IN Legislation not installed. Not performing the validations');
153: pay_in_utils.set_location(g_debug,'Leaving: '||l_procedure,20);
154: RETURN;
155: END IF;
156:

Line 382: g_debug := hr_utility.debug_enabled;

378:
379: BEGIN
380:
381: l_procedure := g_package||'check_prev_emp_create';
382: g_debug := hr_utility.debug_enabled;
383: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
384:
385: g_message_name := 'SUCCESS';
386: pay_in_utils.null_message(g_token_name, g_token_value);

Line 611: g_debug := hr_utility.debug_enabled;

607: l_message VARCHAR2(250);
608:
609: BEGIN
610: l_procedure := g_package||'check_prev_emp_update';
611: g_debug := hr_utility.debug_enabled;
612: pay_in_utils.set_location(g_debug, 'Entering: ' || l_procedure, 10);
613: g_message_name := 'SUCCESS';
614:
615: IF g_debug THEN