DBA Data[Home] [Help]

APPS.POS_SUPPLIER_TAX_PROF_BO_PKG dependencies on FND_TERRITORIES_VL

Line 207: FROM fnd_territories_vl

203: -- Validate the Country Name using the following query
204: BEGIN
205: SELECT territory_short_name
206: INTO x_country_code
207: FROM fnd_territories_vl
208: WHERE territory_code = p_country_code;
209:
210: -- Update the Interface table with the country code obtained in the prev SQL since the country code would be saved.
211: EXCEPTION