DBA Data[Home] [Help]

APPS.CSI_ASSET_PVT dependencies on HZ_LOCATIONS

Line 226: from HZ_LOCATIONS

222: when no_data_found then
223: Begin
224: select address1||','||address2||','||address3||','||address4||','||city||','||state||','||postal_code||','||country
225: into l_cii_location
226: from HZ_LOCATIONS
227: where location_id = l_cii_location_id;
228: --
229: FND_MESSAGE.SET_NAME('CSI','CSI_FA_HZ_LOCATION_MAP');
230: FND_MESSAGE.SET_TOKEN('FA_LOCATION',l_fa_location);