DBA Data[Home] [Help]

APPS.AP_APXVDMVD_PKG dependencies on FND_TERRITORIES_VL

Line 436: from fnd_territories_vl

432: select territory_short_name,
433: address_style
434: into x_default_country_disp,
435: x_address_style
436: from fnd_territories_vl
437: where territory_code = x_default_country_code
438: OR iso_territory_code = x_default_country_code; --Bug 5260178
439:
440: end if;