DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_INTERNAL dependencies on HR_ENTRY

Line 190: -- bug 8596649 switch from hr_kflex_utility to hr_entry.maintain_cost_keyflex

186: end if;
187: end if;
188:
189: if l_bal_allocation_id is null then
190: -- bug 8596649 switch from hr_kflex_utility to hr_entry.maintain_cost_keyflex
191: -- to ensure concatenated segments are maintained in step
192:
193: -- hr_kflex_utility.ins_or_sel_keyflex_comb
194: l_bal_allocation_id :=

Line 195: hr_entry.maintain_cost_keyflex(

191: -- to ensure concatenated segments are maintained in step
192:
193: -- hr_kflex_utility.ins_or_sel_keyflex_comb
194: l_bal_allocation_id :=
195: hr_entry.maintain_cost_keyflex(
196: p_cost_keyflex_structure => l_flex_num
197: ,p_cost_allocation_keyflex_id => -1
198: ,p_concatenated_segments => NULL -- p_balance_concat_segments
199: ,p_summary_flag =>'N'

Line 256: -- bug 8596649 switch from hr_kflex_utility to hr_entry.maintain_cost_keyflex

252: p_cost_segment25 is not null or p_cost_segment26 is not null or
253: p_cost_segment27 is not null or p_cost_segment28 is not null or
254: p_cost_segment29 is not null or p_cost_segment30 is not null) then
255:
256: -- bug 8596649 switch from hr_kflex_utility to hr_entry.maintain_cost_keyflex
257: -- to ensure concatenated segments are maintained in step
258:
259: -- hr_kflex_utility.ins_or_sel_keyflex_comb
260: l_cost_allocation_id :=

Line 261: hr_entry.maintain_cost_keyflex(

257: -- to ensure concatenated segments are maintained in step
258:
259: -- hr_kflex_utility.ins_or_sel_keyflex_comb
260: l_cost_allocation_id :=
261: hr_entry.maintain_cost_keyflex(
262: p_cost_keyflex_structure => l_flex_num
263: ,p_cost_allocation_keyflex_id => -1
264: ,p_concatenated_segments => NULL -- p_cost_concat_segments
265: ,p_summary_flag =>'N'