DBA Data[Home] [Help]

APPS.HRI_PARAMETERS dependencies on FND_TERRITORIES_VL

Line 1016: from fnd_territories_vl

1012: from dual
1013: union
1014: select territory_code
1015: , territory_short_name country
1016: from fnd_territories_vl
1017: order by 2;
1018:
1019: -- Cursor for Regions
1020: