DBA Data[Home] [Help]

APPS.HR_PROCESS_PERSON_SS dependencies on HR_MULTI_TENANCY_PKG

Line 5753: if hr_multi_tenancy_pkg.is_multi_tenant_system then

5749: open csr_leg_code(l_business_grp_Id);
5750: fetch csr_leg_code into l_leg_code_row;
5751: close csr_leg_code;
5752: l_orgid := l_business_grp_Id;
5753: if hr_multi_tenancy_pkg.is_multi_tenant_system then
5754: hr_utility.set_location('Multi tenancy changes '||l_proc,21);
5755:
5756: if l_person_id is not null
5757: and l_person_id <> -1 then

Line 5760: l_orgid := hr_multi_tenancy_pkg.get_org_id_for_person(l_person_id);

5756: if l_person_id is not null
5757: and l_person_id <> -1 then
5758: hr_utility.set_location('Person Id: '|| l_person_id,22);
5759:
5760: l_orgid := hr_multi_tenancy_pkg.get_org_id_for_person(l_person_id);
5761: else
5762: hr_utility.set_location('Business group Id: '|| l_business_grp_Id,23);
5763:
5764: select CREATOR_PERSON_ID into login_person_id

Line 5769: l_orgid := hr_multi_tenancy_pkg.get_org_id_for_person(login_person_id, l_business_grp_Id);

5765: from HR_API_TRANSACTION_STEPS
5766: where TRANSACTION_STEP_ID = p_transaction_step_id;
5767:
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);