DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HR_ORGANIZATION_API

Line 5065: l_operating_unit_id := hr_organization_api.get_operating_unit

5061: -- Derive the operating unit for the resource
5062:
5063: -- ONLY CALL THIS FOR R12 WHEN API AVAILABLE
5064: Begin
5065: l_operating_unit_id := hr_organization_api.get_operating_unit
5066: (p_effective_date => sysdate
5067: ,p_person_id => c_resource.resource_id);
5068:
5069: exception