DBA Data[Home] [Help]

APPS.HR_CA_FF_UDFS dependencies on HR_ORGANIZATION_INFORMATION

Line 693: from hr_organization_information hoi

689:
690: begin
691: select org_information5
692: into lv_gre_type
693: from hr_organization_information hoi
694: where hoi.org_information_context = 'Canada Employer Identification'
695: and hoi.organization_id = p_tax_unit_id;
696:
697: exception