DBA Data[Home] [Help]

APPS.PAY_NL_BAL_UPLOAD dependencies on PAY_ALL_PAYROLLS_F

Line 137: pay_all_payrolls_f ppf

133: select
134: nvl(ppf.effective_start_date, END_OF_TIME)
135: from
136: per_all_assignments_f ass,
137: pay_all_payrolls_f ppf
138: where
139: ass.assignment_id = p_assignment_id
140: and p_upload_date between
141: nvl(ass.effective_start_date,p_upload_date) and