DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_ARCHIVE_PKG dependencies on PAY_ALL_PAYROLLS_F

Line 395: pay_all_payrolls_f pay

391: wic.leaving_reason,
392: wic.actual_termination_date,
393: wic.employment_category
394: from pay_jp_wic_assacts_v wic,
395: pay_all_payrolls_f pay
396: where wic.assignment_id = cp_assignment_id
397: and wic.effective_date
398: between g_soy and g_effective_date
399: and ((g_itax_organization_id is null) or (wic.itax_organization_id = g_itax_organization_id))