DBA Data[Home] [Help]

APPS.PO_MASS_UPDATE dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 136: hr_all_organization_units_tl hout

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