DBA Data[Home] [Help]

APPS.HR_CA_FF_UDFS dependencies on HR_ORGANIZATION_INFORMATION

Line 699: from hr_organization_information hoi

695:
696: begin
697: select org_information5
698: into lv_gre_type
699: from hr_organization_information hoi
700: where hoi.org_information_context = 'Canada Employer Identification'
701: and hoi.organization_id = p_tax_unit_id;
702:
703: exception