DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_CANCEL_PKG dependencies on FND_DATE

Line 482: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))

478: hr_all_organization_units hou
479: where hou.business_group_id = cp_bg_id
480: AND hou.organization_id = hoi.organization_id
481: AND hou.date_from <= cp_eff_date
482: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))
483: >= cp_eff_date
484: AND hoi.org_information_context = 'Canada Employer Identification'
485: AND hoi.org_information5 like 'T4A%'
486: AND exists ( SELECT 1