DBA Data[Home] [Help]

APPS.PAY_KW_BAL_UPLOAD dependencies on PAY_ALL_PAYROLLS_F

Line 96: pay_all_payrolls_f ppf

92: select
93: nvl(ppf.effective_start_date, END_OF_TIME)
94: from
95: per_all_assignments_f ass,
96: pay_all_payrolls_f ppf
97: where
98: ass.assignment_id = p_assignment_id
99: and p_upload_date between
100: nvl(ass.effective_start_date,p_upload_date) and