DBA Data[Home] [Help]

APPS.PAY_CA_EOY_T4_CANCEL_PKG dependencies on FND_DATE

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

515: hr_all_organization_units hou
516: where hou.business_group_id = cp_bg_id
517: AND hou.organization_id = hoi.organization_id
518: AND hou.date_from <= cp_eff_date
519: AND nvl(hou.date_to,fnd_date.canonical_to_date('4712/12/31 00:00:00'))
520: >= cp_eff_date
521: AND hoi.org_information_context = 'Canada Employer Identification'
522: AND hoi.org_information5 = 'T4/RL1'
523: AND exists ( SELECT 1