DBA Data[Home] [Help]

APPS.HXC_TIMECARD_PROPERTIES dependencies on HR_ORGANIZATION_API

Line 647: hr_organization_api.get_operating_unit

643: -- Derive the operating unit for the resource
644: -- ONLY CALL THIS FOR R12 WHEN API AVAILABLE
645: Begin
646: l_operating_unit_id :=
647: hr_organization_api.get_operating_unit
648: (p_effective_date => sysdate
649: ,p_person_id => p_resource_id);
650:
651: exception