DBA Data[Home] [Help]

APPS.AP_VENDOR_SITES_PKG dependencies on FND_TERRITORIES

Line 1095: from fnd_territories

1091:
1092: begin
1093: select address_style
1094: into recinfo.address_style
1095: from fnd_territories
1096: where territory_code = x_country;
1097: exception
1098: when no_data_found then
1099: recinfo.address_style := '';