DBA Data[Home] [Help]

APPS.AP_VENDOR_SITES_PKG dependencies on FND_TERRITORIES

Line 1054: from fnd_territories

1050:
1051: begin
1052: select address_style
1053: into recinfo.address_style
1054: from fnd_territories
1055: where territory_code = x_country;
1056: exception
1057: when no_data_found then
1058: recinfo.address_style := '';