DBA Data[Home] [Help]

APPS.PER_QH_POPULATE dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 54: , hr_all_organization_units_tl hotl

50: --
51: cursor csr_organization is
52: select hotl.name
53: from hr_all_organization_units ho
54: , hr_all_organization_units_tl hotl
55: where ho.organization_id=p_organization_id
56: and hotl.organization_id=ho.organization_id
57: and hotl.language=userenv('LANG');
58: begin