DBA Data[Home] [Help]

APPS.AP_APXVDMVD_PKG dependencies on FND_TERRITORIES_VL

Line 415: from fnd_territories_vl

411: select territory_short_name,
412: address_style
413: into x_default_country_disp,
414: x_address_style
415: from fnd_territories_vl
416: where territory_code = x_default_country_code
417: OR iso_territory_code = x_default_country_code; --Bug 5260178
418:
419: end if;