DBA Data[Home] [Help]

APPS.HR_IN_CONTINGENT_WORKER_API dependencies on HR_GENERAL2

Line 139: IF hr_general2.IS_BG(p_business_group_id, 'IN') = FALSE THEN

135: IF g_trace THEN
136: hr_utility.set_location('Entering: '||l_proc, 10);
137: END IF ;
138:
139: IF hr_general2.IS_BG(p_business_group_id, 'IN') = FALSE THEN
140: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');
141: hr_utility.raise_error;
142: END IF;
143: