DBA Data[Home] [Help]

APPS.HR_IN_PERSON_API dependencies on HR_GENERAL2

Line 171: if hr_general2.IS_BG(l_legislation_code ,'IN') = false then

167: end if;
168:
169: close check_legislation;
170:
171: if hr_general2.IS_BG(l_legislation_code ,'IN') = false then
172: hr_utility.set_message(800, 'HR_7208_API_BUS_GRP_INVALID');
173: hr_utility.raise_error;
174: end if;
175: