DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on HRI_ORG_LOV_V

Line 1770: from hri_org_lov_v

1766: ) IS
1767:
1768: cursor c_organization_list is
1769: select organization_id, organization_name
1770: from hri_org_lov_v
1771: order by organization_name;
1772:
1773:
1774: BEGIN