DBA Data[Home] [Help]

APPS.ARH_ARXCUDCI_PKG dependencies on FND_TERRITORIES_VL

Line 94: from fnd_territories_vl

90: --
91: if default_country_code is not null then
92: select territory_short_name,address_style
93: into default_country_disp,address_style
94: from fnd_territories_vl
95: where territory_code = default_country_code;
96: end if;
97: --
98: --