DBA Data[Home] [Help]

APPS.PA_PACRCIPF_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 97: FROM hr_all_organization_units_tl

93:
94: IF p_project_org IS NOT NULL THEN
95: SELECT name
96: INTO cp_proj_org_name
97: FROM hr_all_organization_units_tl
98: WHERE language=userenv('LANG')
99: AND organization_id=p_project_org;
100: END IF;
101: