DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on HR_ENTRY_API

Line 825: p_element_link_id := hr_entry_api.get_link (p_assignment_id => p_assignment_id,

821: end if;
822: end loop;
823: --
824: -- 7. Fetching the link based on the effective start date of the entry.
825: p_element_link_id := hr_entry_api.get_link (p_assignment_id => p_assignment_id,
826: p_element_type_id => p_element_type_id,
827: p_session_date => p_effective_start_date);
828: --
829: hr_utility.set_location ('Leaving :'||l_proc,1);