DBA Data[Home] [Help]

APPS.FA_ASSET_VAL_PVT dependencies on FA_LOCATIONS

Line 1119: from fa_locations

1115:
1116: -- Check that location exists.
1117: select count(*)
1118: into l_is_location_valid
1119: from fa_locations
1120: where location_id = p_location_ccid
1121: and enabled_flag = 'Y';
1122:
1123: if (l_is_location_valid = 0) then