DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4A_AMEND_REG dependencies on FND_DATE

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

495: hr_all_organization_units hou
496: where hou.business_group_id = cp_bg_id
497: AND hou.organization_id = hoi.organization_id
498: AND hou.date_from <= cp_eff_date
499: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))
500: >= cp_eff_date
501: AND hoi.org_information_context = 'Canada Employer Identification'
502: AND hoi.org_information5 in ('T4A/RL1','T4A/RL2')
503: AND exists ( SELECT 1