DBA Data[Home] [Help]

APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on MTL_EAM_LOCATIONS

Line 685: from mtl_eam_locations

681: -- Added for Bug # 6271101
682: if ((asset_rec.location_codes is not null) and (asset_rec.eam_location_id is null)) then
683: begin
684: select location_id into asset_rec.eam_location_id
685: from mtl_eam_locations
686: where location_codes = asset_rec.location_codes
687: and organization_id = asset_rec.current_organization_id;
688: exception
689: when no_data_found then