DBA Data[Home] [Help]

APPS.PAY_US_FLS_REPORTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 212: from hr_all_organization_units hou

208: and hoi.org_information_context = 'Employer Identification';
209:
210: cursor c_get_gre_name (cp_tax_unit_id in number) is
211: select hou.name
212: from hr_all_organization_units hou
213: where hou.organization_id = cp_tax_unit_id;
214:
215: lv_tax_unit_fein VARCHAR2(20);
216: lv_gre_name VARCHAR2(80);