DBA Data[Home] [Help]

APPS.PAY_HXC_DEPOSIT_INTERFACE dependencies on HR_ENTRY

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

875: END LOOP;
876:
877:
878: if (not l_cached) then
879: p_element_link_id := hr_entry_api.get_link(p_assignment_id,
880: p_element_type_id,
881: p_effective_date);
882:
883: -- we have queried to get the link. let us cache it

Line 2032: l_cost_allocation_keyflex_id := hr_entry.maintain_cost_keyflex(

2028: END LOOP;
2029: --
2030: IF l_cost = 'Y' THEN
2031: BEGIN
2032: l_cost_allocation_keyflex_id := hr_entry.maintain_cost_keyflex(
2033: p_cost_keyflex_structure => l_cost_allocation_structure,
2034: p_cost_allocation_keyflex_id => -1,
2035: p_concatenated_segments => NULL,
2036: p_summary_flag => 'N',