DBA Data[Home] [Help]

APPS.PAY_US_FLS_REPORTING_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 221: from hr_all_organization_units hou

217: and hoi.org_information_context = 'Employer Identification';
218:
219: cursor c_get_gre_name (cp_tax_unit_id in number) is
220: select hou.name
221: from hr_all_organization_units hou
222: where hou.organization_id = cp_tax_unit_id;
223:
224: lv_tax_unit_fein VARCHAR2(20);
225: lv_gre_name VARCHAR2(80);