DBA Data[Home] [Help]

APPS.PAY_BALANCE_ADJUSTMENT_API dependencies on PAY_ELEMENT_ENTRIES_F

Line 233: update pay_element_entries_f pee

229: -- Perform an update to the entry.
230: -- Entry API doesn't support the bal_adjust_cost_flag.
231: -- and ensure that the creator_type is correct.
232: hr_utility.set_location(l_proc, 30);
233: update pay_element_entries_f pee
234: set pee.creator_type = 'B',
235: pee.balance_adj_cost_flag = p_balance_adj_cost_flag
236: where pee.element_entry_id = l_element_entry_id
237: and p_effective_date between

Line 313: pay_element_entries_f pee

309: into l_payroll_action_id
310: ,l_assignment_action_id
311: from pay_payroll_actions ppa,
312: pay_assignment_actions act,
313: pay_element_entries_f pee
314: where pee.element_entry_id = p_element_entry_id
315: and pee.entry_type = 'B'
316: and p_effective_date between
317: pee.effective_start_date and pee.effective_end_date