DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_UTIL_MISC_SS

Line 2291: if(hr_util_misc_ss.is_basic_det_chg(p_person_id) = 'Y') then

2287: --
2288: IF l_basic_details_changed
2289: THEN
2290: hr_utility.set_location('In l_basic_details_changed True',56);
2291: if(hr_util_misc_ss.is_basic_det_chg(p_person_id) = 'Y') then
2292: hr_utility.set_location('In changed True and US Leg True',57);
2293: hr_approval_ss.create_item_attrib_if_notexist(p_item_type,
2294: p_item_key,
2295: 'ISETHINICFLOW',

Line 2308: if(hr_util_misc_ss.is_basic_det_chg(p_person_id) = 'Y') then

2304: FETCH ethnic_dff INTO l_eth_dff_exists;
2305:
2306: IF ( ethnic_dff%FOUND ) THEN
2307: hr_utility.set_location('In ethnic_dff found true',59);
2308: if(hr_util_misc_ss.is_basic_det_chg(p_person_id) = 'Y') then
2309: hr_utility.set_location('In changed False and US Leg True',60);
2310: hr_approval_ss.create_item_attrib_if_notexist(p_item_type,
2311: p_item_key,
2312: 'ISETHINICFLOW',

Line 5772: hr_util_misc_ss.set_sys_ctx(l_leg_code_row.legislation_code, l_orgid);

5768: hr_utility.set_location('Creator Person Id: '|| login_person_id,24);
5769: l_orgid := hr_multi_tenancy_pkg.get_org_id_for_person(login_person_id, l_business_grp_Id);
5770: end if;
5771: end if;
5772: hr_util_misc_ss.set_sys_ctx(l_leg_code_row.legislation_code, l_orgid);
5773: fnd_profile.put('PER_BUSINESS_GROUP_ID', l_business_grp_Id);
5774: end if;
5775:
5776: IF l_person_id IS NOT NULL