DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_LOCATIONS

Line 906: from fa_locations

902:
903: -- Check that location exists.
904: select count(*)
905: into l_is_location_valid
906: from fa_locations
907: where location_id = p_location_ccid
908: and enabled_flag = 'Y';
909:
910: if (l_is_location_valid = 0) then