DBA Data[Home] [Help]

APPS.ARP_ARXCUDCI_PKG dependencies on FND_TERRITORIES_VL

Line 99: from fnd_territories_vl

95: --
96: if default_country_code is not null then
97: select territory_short_name,address_style
98: into default_country_disp,address_style
99: from fnd_territories_vl
100: where territory_code = default_country_code;
101: end if;
102: --
103: --