DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 337: hr_all_organization_units_tl houtl

333: ,houtl.name
334: ,hou.business_group_id
335: ,hou.location_id
336: FROM hr_all_organization_units hou,
337: hr_all_organization_units_tl houtl
338: WHERE hou.organization_id = p_organization_id
339: AND houtl.organization_id = hou.organization_id
340: AND houtl.language = USERENV('LANG');
341: