DBA Data[Home] [Help]

APPS.IGW_SETUP_PERSONS_PVT dependencies on FND_TERRITORIES_VL

Line 332: from fnd_territories_vl

328: l_country_code VARCHAR2(2);
329: BEGIN
330: select territory_code
331: into l_country_code
332: from fnd_territories_vl
333: where upper(territory_short_name) = upper(p_country_name);
334:
335: x_country_code := l_country_code;
336: