DBA Data[Home] [Help]

APPS.HR_WPM_IMPORT_LIB_OBJ_API dependencies on HR_GENERAL

Line 285: l_bg_id :=hr_general.get_business_group_id;

281: if(l_eligibility_type_code='EXIST_P') then
282:
283: -- it will fetch based on security group and security groups
284: -- also enabled
285: l_bg_id :=hr_general.get_business_group_id;
286: -- we are ensuring that no way we are not getting
287: -- the business group id of the person so
288: -- try to initializaint the HRsecurity so that
289: -- it will fetch the bgid of the person

Line 292: -- l_bg_id :=hr_general.get_business_group_id;

288: -- try to initializaint the HRsecurity so that
289: -- it will fetch the bgid of the person
290: --if(l_bg_id is null) then
291: -- HR_Signon.Initialize_HR_Security;
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);