DBA Data[Home] [Help]

APPS.ZX_R11I_TAX_PARTNER_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 248: FROM hr_all_organization_units

244: x_effective_date DATE;
245:
246: CURSOR get_ou_name_csr(c_org_id NUMBER) is
247: SELECT name
248: FROM hr_all_organization_units
249: WHERE organization_id = c_org_id;
250: l_ou_name VARCHAR2(240);
251:
252: Begin