DBA Data[Home] [Help]

APPS.POR_LOAD_LOCATION dependencies on FND_TERRITORIES_VL

Line 246: FROM fnd_territories_vl

242: l_country_code VARCHAR2(30);
243: BEGIN
244:
245: SELECT territory_code INTO l_country_code
246: FROM fnd_territories_vl
247: WHERE territory_short_name = p_country_name;
248:
249: RETURN l_country_code;
250: