DBA Data[Home] [Help]

APPS.PER_RI_CONFIG_DATAPUMP_ENTITY dependencies on FND_TERRITORIES_VL

Line 1049: FROM fnd_territories_vl

1045:
1046: -- Get the Country Code when style is generic
1047: CURSOR csr_get_country_code(cp_country_name in varchar2) IS
1048: SELECT territory_code
1049: FROM fnd_territories_vl
1050: WHERE territory_short_name = cp_country_name;
1051:
1052: l_configuration_code per_ri_config_locations.configuration_code%type;
1053: l_configuration_context per_ri_config_locations.configuration_context%type;