DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 137: hr_all_organization_units_tl hout

133: if x_org_id is not null then
134: select hou.name
135: into x_org_name
136: from hr_all_organization_units hou,
137: hr_all_organization_units_tl hout
138: where hou.organization_id = hout.organization_id
139: and hout.language = userenv('LANG')
140: and hou.organization_id = x_org_id;
141: end if;