DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on FND_TERRITORIES_VL

Line 1825: from fnd_territories_vl

1821:
1822: IF out_default_country_code is not null THEN
1823: select territory_short_name,address_style
1824: into out_default_country,out_address_style
1825: from fnd_territories_vl
1826: where territory_code = out_default_country_code;
1827: END IF;
1828:
1829: fnd_profile.get('HZ_GENERATE_PARTY_NUMBER',out_auto_party_numbering);