DBA Data[Home] [Help]

APPS.HR_DOR_REVIEW_SS dependencies on FND_TERRITORIES_VL

Line 3549: FROM FND_TERRITORIES_VL

3545:
3546: if l_legislation_code is not null then
3547: SELECT TERRITORY_SHORT_NAME
3548: INTO l_country_name
3549: FROM FND_TERRITORIES_VL
3550: WHERE TERRITORY_CODE = l_legislation_code;
3551: else
3552: l_country_name := null;
3553: end if;