DBA Data[Home] [Help]

APPS.HR_PARAMETER_HRMNPSUM dependencies on FND_TERRITORIES_VL

Line 437: from fnd_territories_vl

433: from dual
434: union
435: select territory_code
436: , replace(territory_short_name,'''','_') country
437: from fnd_territories_vl
438: order by 2;
439:
440: -- Cursor for Geography Value (Region) Parameter
441: cursor c_region is