DBA Data[Home] [Help]

APPS.CSI_ASSET_PVT dependencies on FA_LOCATIONS_KFV

Line 202: from FA_LOCATIONS_KFV

198: -- Resolve FA Location
199: Begin
200: select concatenated_segments
201: into l_fa_location
202: from FA_LOCATIONS_KFV
203: where location_id = px_instance_asset_rec.fa_location_id;
204: Exception
205: when no_data_found then
206: null;