DBA Data[Home] [Help]

APPS.HR_IN_EMPLOYEE_API dependencies on HR_GENERAL2

Line 148: if hr_general2.IS_BG(p_business_group_id, 'IN') = false then

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');
150: hr_utility.raise_error;
151: end if;
152: