DBA Data[Home] [Help]

APPS.PAY_FR_BAL_UPLOAD dependencies on PAY_ELEMENT_ENTRIES_F

Line 58: from pay_element_entries_f EE

54: cursor csr_ele_itd_start is
55: -- Returns the earliest date on which the element entry exists.
56: --
57: select nvl(min(EE.effective_start_date), g_eot)
58: from pay_element_entries_f EE
59: where EE.assignment_id = p_assignment_id
60: and (EE.element_entry_id = p_original_entry_id or
61: EE.original_entry_id = p_original_entry_id)
62: and EE.effective_start_date <= p_upload_date;