DBA Data[Home] [Help]

APPS.PAY_ELEMENT_LINK_INTERNAL dependencies on HR_KFLEX_UTILITY

Line 170: -- If the costable type is Distributed/Costed/Fixed Costed then call hr_kflex_utility for

166: -- Truncate the time portion from all IN date parameters
167: --
168: l_effective_date := trunc(p_effective_date);
169:
170: -- If the costable type is Distributed/Costed/Fixed Costed then call hr_kflex_utility for
171: -- mandatory balancing segments
172:
173: if (p_costable_type = 'D' or p_costable_type = 'C'
174: or p_costable_type = 'F') then

Line 179: -- Call to hr_kflex_utility.ins_or_sel_keyflex_comb

175:
176: if (l_bal_allocation_id is null
177: or l_cost_allocation_id is null) then
178:
179: -- Call to hr_kflex_utility.ins_or_sel_keyflex_comb
180: open csr_Flexnum;
181: fetch csr_Flexnum into l_flex_num;
182: if csr_Flexnum%notfound then
183: close csr_Flexnum;

Line 190: hr_kflex_utility.ins_or_sel_keyflex_comb

186: end if;
187: end if;
188:
189: if l_bal_allocation_id is null then
190: hr_kflex_utility.ins_or_sel_keyflex_comb
191: (p_appl_short_name => 'PAY'
192: ,p_flex_code => 'COST'
193: ,p_flex_num => l_flex_num
194: ,p_segment1 => p_balance_segment1

Line 251: hr_kflex_utility.ins_or_sel_keyflex_comb

247: p_cost_segment25 is not null or p_cost_segment26 is not null or
248: p_cost_segment27 is not null or p_cost_segment28 is not null or
249: p_cost_segment29 is not null or p_cost_segment30 is not null) then
250:
251: hr_kflex_utility.ins_or_sel_keyflex_comb
252: (p_appl_short_name => 'PAY'
253: ,p_flex_code => 'COST'
254: ,p_flex_num => l_flex_num
255: ,p_segment1 => p_cost_segment1