DBA Data[Home] [Help]

APPS.OKL_ST_CODE_CONVERSIONS dependencies on FND_TERRITORIES_VL

Line 99: from fnd_territories_vl

95: -- x_country := l_amp || 'lt;none' || l_amp || 'gt;';
96:
97: select TERRITORY_SHORT_NAME
98: into x_country
99: from fnd_territories_vl
100: where territory_code = p_country;
101: -- bug 9914011 - end
102: END IF;
103: