DBA Data[Home] [Help]

APPS.PAY_IE_BAL_UPLOAD dependencies on PAY_ALL_PAYROLLS_F

Line 214: pay_all_payrolls_f ppf

210: select
211: nvl(ppf.effective_start_date, END_OF_TIME)
212: from
213: per_all_assignments_f ass,
214: pay_all_payrolls_f ppf
215: where
216: ass.assignment_id = p_assignment_id
217: and p_upload_date between
218: nvl(ass.effective_start_date,p_upload_date) and