DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HR_ORGANIZATION_API

Line 620: hr_organization_api.get_operating_unit

616: -- Derive the operating unit for the resource
617: -- ONLY CALL THIS FOR R12 WHEN API AVAILABLE
618: Begin
619: l_operating_unit_id :=
620: hr_organization_api.get_operating_unit
621: (p_effective_date => sysdate
622: ,p_person_id => p_resource_id);
623:
624: exception