DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 338: hr_all_organization_units_tl houtl

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