DBA Data[Home] [Help]

APPS.OE_OE_INLINE_ADDRESS dependencies on FND_TERRITORIES_VL

Line 1781: from fnd_territories_vl

1777:
1778: IF out_default_country_code is not null THEN
1779: select territory_short_name,address_style
1780: into out_default_country,out_address_style
1781: from fnd_territories_vl
1782: where territory_code = out_default_country_code;
1783: END IF;
1784:
1785: fnd_profile.get('HZ_GENERATE_PARTY_NUMBER',out_auto_party_numbering);