DBA Data[Home] [Help]

APPS.SSP_SMP_SUPPORT_PKG dependencies on HR_ENTRY_API

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

866: end if;
867: end loop;
868: --
869: -- 7. Fetching the link based on the effective start date of the entry.
870: p_element_link_id := hr_entry_api.get_link (p_assignment_id => p_assignment_id,
871: p_element_type_id => p_element_type_id,
872: p_session_date => p_effective_start_date);
873: --
874: hr_utility.set_location ('Leaving :'||l_proc,1);