DBA Data[Home] [Help]

APPS.HR_EMPLOYEE_APPLICANT_API dependencies on HR_GENERAL

Line 3340: l_bg_id := hr_general.get_business_group_id;

3336: fetch get_business_group into l_bg_id;
3337: --
3338: if get_business_group%NOTFOUND then
3339: close get_business_group;
3340: l_bg_id := hr_general.get_business_group_id;
3341: else
3342: close get_business_group;
3343: end if;
3344: --