DBA Data[Home] [Help]

APPS.HR_IN_EMPLOYEE_API dependencies on HR_UTILITY

Line 142: g_trace := hr_utility.debug_enabled ;

138: --
139: BEGIN
140: g_package := 'hr_in_employee_api.';
141: l_proc := g_package||'create_in_employee';
142: g_trace := hr_utility.debug_enabled ;
143:
144: if g_trace then
145: hr_utility.set_location('Entering: '||l_proc, 10);
146: end if ;

Line 145: hr_utility.set_location('Entering: '||l_proc, 10);

141: l_proc := g_package||'create_in_employee';
142: g_trace := hr_utility.debug_enabled ;
143:
144: if g_trace then
145: hr_utility.set_location('Entering: '||l_proc, 10);
146: end if ;
147:
148: if hr_general2.IS_BG(p_business_group_id, 'IN') = false then
149: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');

Line 149: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');

145: hr_utility.set_location('Entering: '||l_proc, 10);
146: end if ;
147:
148: if hr_general2.IS_BG(p_business_group_id, 'IN') = false then
149: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');
150: hr_utility.raise_error;
151: end if;
152:
153: if g_trace then

Line 150: hr_utility.raise_error;

146: end if ;
147:
148: if hr_general2.IS_BG(p_business_group_id, 'IN') = false then
149: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');
150: hr_utility.raise_error;
151: end if;
152:
153: if g_trace then
154: hr_utility.set_location(l_proc, 20);

Line 154: hr_utility.set_location(l_proc, 20);

150: hr_utility.raise_error;
151: end if;
152:
153: if g_trace then
154: hr_utility.set_location(l_proc, 20);
155: end if ;
156:
157: l_pension_number :=p_pension_number;
158:

Line 291: hr_utility.set_location('Leaving: '||l_proc, 30);

287: ,p_orig_hire_warning => p_orig_hire_warning
288: );
289:
290: IF g_trace THEN
291: hr_utility.set_location('Leaving: '||l_proc, 30);
292: END IF ;
293:
294: END create_in_employee ;
295: END hr_in_employee_api ;