DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on HR_ENTRY

Line 874: p_element_link_id := hr_entry_api.get_link(p_assignment_id,

870: END LOOP;
871:
872:
873: if (not l_cached) then
874: p_element_link_id := hr_entry_api.get_link(p_assignment_id,
875: p_element_type_id,
876: p_effective_date);
877:
878: -- we have queried to get the link. let us cache it

Line 1876: l_cost_allocation_keyflex_id := hr_entry.maintain_cost_keyflex(

1872: END LOOP;
1873: --
1874: IF l_cost = 'Y' THEN
1875: BEGIN
1876: l_cost_allocation_keyflex_id := hr_entry.maintain_cost_keyflex(
1877: p_cost_keyflex_structure => l_cost_allocation_structure,
1878: p_cost_allocation_keyflex_id => -1,
1879: p_concatenated_segments => NULL,
1880: p_summary_flag => 'N',