DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_API dependencies on HR_KFLEX_UTILITY

Line 872: -- hr_kflex_utility for mandatory balancing segments

868: );
869: end;
870: --
871: -- If the costable type is Distributed/Costed/Fixed Costed then call
872: -- hr_kflex_utility for mandatory balancing segments
873:
874: if (p_costable_type = 'D' or p_costable_type = 'C'
875: or p_costable_type = 'F') then
876:

Line 888: hr_kflex_utility.upd_or_sel_keyflex_comb

884: hr_utility.set_message(801,'HR_7471_FLEX_PEA_INVALID_ID');
885: hr_utility.raise_error;
886: end if;
887:
888: hr_kflex_utility.upd_or_sel_keyflex_comb
889: (p_appl_short_name => 'PAY'
890: ,p_flex_code => 'COST'
891: ,p_flex_num => l_flex_num
892: ,p_segment1 => p_balance_segment1

Line 945: hr_kflex_utility.upd_or_sel_keyflex_comb

941: p_cost_segment25 is not null or p_cost_segment26 is not null or
942: p_cost_segment27 is not null or p_cost_segment28 is not null or
943: p_cost_segment29 is not null or p_cost_segment30 is not null) then
944:
945: hr_kflex_utility.upd_or_sel_keyflex_comb
946: (p_appl_short_name => 'PAY'
947: ,p_flex_code => 'COST'
948: ,p_flex_num => l_flex_num
949: ,p_segment1 => p_cost_segment1