DBA Data[Home] [Help]

APPS.PAY_JP_BAL_UPLOAD dependencies on PAY_ELEMENT_ENTRIES_F

Line 162: from pay_element_entries_f ee

158: hr_utility.set_location(c_proc, 41);
159: --
160: select nvl(min(ee.effective_start_date), END_OF_TIME)
161: into l_ee_start_date
162: from pay_element_entries_f ee
163: where ( ee.element_entry_id = p_original_entry_id
164: or ee.original_entry_id = p_original_entry_id)
165: and ee.assignment_id = p_assignment_id
166: and ee.entry_type = 'E'