DBA Data[Home] [Help]

APPS.HR_WPM_IMPORT_LIB_OBJ_API dependencies on FND_GLOBAL

Line 296: open bg_cur(fnd_global.org_id);

292: -- l_bg_id :=hr_general.get_business_group_id;
293: -- end if;
294:
295: if(l_bg_id is null) then
296: open bg_cur(fnd_global.org_id);
297: fetch bg_cur into l_bg_id;
298: close bg_cur;
299: end if;
300: