DBA Data[Home] [Help]

APPS.PAY_JP_ITAX_ARCHIVE_PKG dependencies on PAY_ALL_PAYROLLS_F

Line 400: pay_all_payrolls_f pay

396: wic.leaving_reason,
397: wic.actual_termination_date,
398: wic.employment_category
399: from pay_jp_wic_assacts_v wic,
400: pay_all_payrolls_f pay
401: where wic.assignment_id = cp_assignment_id
402: and wic.effective_date
403: between g_soy and g_effective_date
404: and ((g_itax_organization_id is null) or (wic.itax_organization_id = g_itax_organization_id))