DBA Data[Home] [Help]

APPS.PER_ADDRESSES_PKG dependencies on FND_TERRITORIES_VL

Line 1383: from fnd_territories_vl ft

1379: -- Application_id = 800 is added to sql to improve performance.
1380:
1381: select ft.territory_short_name
1382: into p_default_country
1383: from fnd_territories_vl ft
1384: , fnd_descr_flex_contexts fdfc
1385: where ft.territory_code = p_legislation_code
1386: and fdfc.descriptive_flex_context_code = ft.territory_code
1387: and fdfc.descriptive_flexfield_name ='Address Structure'