DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER_PROCESS dependencies on HR_ORGANIZATION_API

Line 6417: l_operating_unit_id := hr_organization_api.get_operating_unit

6413: -- Derive the operating unit for the resource
6414:
6415: -- ONLY CALL THIS FOR R12 WHEN API AVAILABLE
6416: Begin
6417: l_operating_unit_id := hr_organization_api.get_operating_unit
6418: (p_effective_date => sysdate
6419: ,p_person_id => c_resource.resource_id);
6420:
6421: exception