DBA Data[Home] [Help]

APPS.PQH_PQHWSOPS_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS_TL

Line 20: FROM hr_all_organization_units_tl

16:
17:
18: CURSOR csr_org_name IS
19: SELECT name
20: FROM hr_all_organization_units_tl
21: WHERE language = userenv('LANG')
22: AND organization_id = p_organization_id;
23:
24: CURSOR csr_posn_type IS