[Home] [Help]
694:
695: if ((asset_rec.prod_organization_code is not null) and (asset_rec.prod_organization_id is null)) then
696: begin
697: select organization_id into asset_rec.prod_organization_id
698: from mtl_parameters
699: where organization_code = asset_rec.prod_organization_code;
700: exception
701: when no_data_found then
702: raise no_data_found;